Skip to content

Restore async test #270

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jdelStrother
Copy link
Contributor

@jdelStrother jdelStrother commented Jul 31, 2025

Issue # (if available)

Followup to #248

Description of changes

I've made sure the async session is available during the async test, which fixes the test in Rails 8

However... the test is a little flakey on Rails >= 7.1 && < 8.0.2, due to a thread-safety bug in Rails. I've skipped the flakey part of the test in those versions

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

I've made sure the async session is available during the test, which fixes Rails 8

However... the test is a little flakey on Rails >= 7.1 && < 8.0.2, due to a thread-safe bug in Rails. I've skipped the flakey part of the test in those versions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant