You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: driver-reactive-streams/src/test/functional/com/mongodb/reactivestreams/client/syncadapter/SyncMongoClient.java
+13Lines changed: 13 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -41,6 +41,7 @@ public class SyncMongoClient implements MongoClient {
41
41
42
42
privatestaticlongsleepAfterCursorCloseMS;
43
43
privatestaticlongsleepAfterSessionCloseMS;
44
+
privatestaticbooleanwaitForBatchCursorCreation;
44
45
45
46
/**
46
47
* Unfortunately this is the only way to wait for a query to be initiated, since Reactive Streams is asynchronous
@@ -88,6 +89,18 @@ public static void enableSleepAfterSessionClose(final long sleepMS) {
Copy file name to clipboardExpand all lines: driver-reactive-streams/src/test/functional/com/mongodb/reactivestreams/client/syncadapter/SyncMongoCursor.java
Copy file name to clipboardExpand all lines: driver-reactive-streams/src/test/functional/com/mongodb/reactivestreams/client/unified/ChangeStreamsTest.java
0 commit comments