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
'If a new connection is required to execute an operation, min(remaining computedServerSelectionTimeout, connectTimeoutMS) should apply to socket establishment.',
94
-
()=>{}
94
+
()=>{}
95
95
).skipReason=
96
96
'TODO(DRIVERS-2347): Requires this ticket to be implemented before we can assert on connection CSOT behaviour';
97
97
98
98
context(
99
99
'For drivers that have control over OCSP behavior, min(remaining computedServerSelectionTimeout, 5 seconds) should apply to HTTP requests against OCSP responders.',
100
-
()=>{}
100
+
()=>{}
101
101
);
102
102
});
103
103
104
104
context.skip('Socket timeouts',function(){
105
105
context(
106
106
'If timeoutMS is unset, operations fail after two non-consecutive socket timeouts.',
107
-
()=>{}
107
+
()=>{}
108
108
);
109
109
}).skipReason=
110
110
'TODO(NODE-6518): Add CSOT support for socket read/write at the connection layer for CRUD APIs';
@@ -113,7 +113,7 @@ describe('CSOT spec unit tests', function () {
113
113
describe('KMS requests',function(){
114
114
conststateMachine=newStateMachine({}asany);
115
115
constrequest={
116
-
addResponse: _response=>{},
116
+
addResponse: _response=>{},
117
117
status: {
118
118
type: 1,
119
119
code: 1,
@@ -127,7 +127,7 @@ describe('CSOT spec unit tests', function () {
127
127
128
128
context('when StateMachine.kmsRequest() is passed a `CSOTimeoutContext`',function(){
0 commit comments