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
description: 'clear with interruptInUseConnections = true closes pending connections',
25
25
skipIfCondition: 'always',
26
26
skipReason: 'TODO(NODE-4784): track and kill pending connections'
27
+
},
28
+
{
29
+
description:
30
+
'Pool clear SHOULD schedule the next background thread run immediately (interruptInUseConnections: false)',
31
+
skipIfCondition: 'always',
32
+
skipReason:
33
+
'NodeJS does not have a background thread responsible for managing connections, and so already checked in connections are not pruned when in-use connections are interrupted.'
0 commit comments