We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 056a481 commit 2b3af31Copy full SHA for 2b3af31
2 files changed
spec/integration/client_side_encryption/custom_endpoint_spec.rb
@@ -94,11 +94,7 @@
94
end
95
96
let(:error_regex) do
97
- if BSON::Environment.jruby?
98
- /SocketError/
99
- else
100
- /Connection refused/
101
- end
+ /Connection refused|SocketError|SocketTimeoutError/
102
103
104
it_behaves_like 'raising a KMS error'
spec/mongo/socket_spec.rb
@@ -160,7 +160,6 @@
160
161
162
it 'eventually writes everything' do
163
-puts "=== spec begins"
164
expect(socket.write(data, timeout: timeout)).
165
to be === data.length
166
0 commit comments