We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb48bb2 commit 189b327Copy full SHA for 189b327
spec/integration/reconnect_spec.rb
@@ -111,7 +111,9 @@
111
# thread.kill should've similarly failed, but it doesn't.
112
fails_on_jruby
113
114
- minimum_mri_version '3.0.0'
+ # odd failures related to async on ruby <= 3.1, I suspect something
115
+ # with how fibers worked in those versions.
116
+ minimum_mri_version '3.2.0'
117
118
it 'recreates SRV monitor' do
119
wait_for_discovery
@@ -153,6 +155,10 @@
153
155
# NotImplementedError: recvmsg_nonblock is not implemented
154
156
157
158
159
160
161
+
162
let(:uri) do
163
"mongodb+srv://test-fake.test.build.10gen.cc/"
164
end
0 commit comments