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 03230f2 commit fba5197Copy full SHA for fba5197
mongo/integration/csot_test.go
@@ -77,7 +77,7 @@ func TestCSOT_maxTimeMS(t *testing.T) {
77
},
78
sendsMaxTimeMSWithTimeoutMS: true,
79
sendsMaxTimeMSWithContextDeadline: false,
80
- preventsConnClosureWithTimeoutMS: true,
+ preventsConnClosureWithTimeoutMS: false,
81
82
{
83
desc: "FindOneAndDelete",
@@ -206,7 +206,7 @@ func TestCSOT_maxTimeMS(t *testing.T) {
206
207
208
209
210
211
212
desc: "Watch",
@@ -220,7 +220,7 @@ func TestCSOT_maxTimeMS(t *testing.T) {
220
221
222
sendsMaxTimeMSWithContextDeadline: true,
223
224
// Change Streams aren't supported on standalone topologies.
225
topologies: []mtest.TopologyKind{
226
mtest.ReplicaSet,
0 commit comments