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
// The Go Driver does not support "iteration" mode for cursors. That is,
809
+
// we do not apply the timeout used to construct the cursor when using the
810
+
// cursor, rather we apply the context-level timeout if one is provided. It's
811
+
// doubtful that we will ever support this mode, so we skip these tests.
808
812
//
809
-
// Drivers MUST error if this option is set, timeoutMS is set to a
810
-
// non-zero value, and maxAwaitTimeMS is greater than or equal to
811
-
// timeoutMS.
813
+
// If we do ever support this mode, it will be done as part of DRIVERS-2722
814
+
// which does not currently have driver-specific tickets.
812
815
//
813
-
// Once GODRIVER-3473 is completed, we can continue running these tests.
814
-
"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)": {
816
+
// Note that we have integration tests that cover the cases described in these
817
+
// tests upto what is supported in the Go Driver. See GODRIVER-3473
818
+
"Change CSOT default cursor timeout mode to ITERATION (DRIVERS-2772)": {
0 commit comments