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
// GODRIVER-3473: the implementation of DRIVERS-2868 makes it clear that the
828
+
// Go Driver does not correctly implement the following validation for
829
+
// tailable awaitData cursors:
830
+
//
831
+
// Drivers MUST error if this option is set, timeoutMS is set to a
832
+
// non-zero value, and maxAwaitTimeMS is greater than or equal to
833
+
// timeoutMS.
834
+
//
835
+
// Once GODRIVER-3473 is completed, we can continue running these tests.
836
+
"When constructing tailable awaitData cusors must validate, timeoutMS is set to a non-zero value, and maxAwaitTimeMS is greater than or equal to timeoutMS (GODRIVER-3473)": {
0 commit comments