File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1062,8 +1062,8 @@ def maybe_skip_test(self, spec):
1062
1062
self .skipTest ("PyMongo's open_download_stream does not cap the stream's lifetime" )
1063
1063
1064
1064
if "unpin after TransientTransactionError error on" in spec ["description" ]:
1065
- if client_context . version [ 0 ] == 8 :
1066
- self . skipTest ( "Skipping TransientTransactionError pending PYTHON-4182" )
1065
+ self . skipTest ( "Skipping TransientTransactionError pending PYTHON-4227" )
1066
+
1067
1067
if "unpin after non-transient error on abort" in spec ["description" ]:
1068
1068
if client_context .version [0 ] == 8 :
1069
1069
self .skipTest ("Skipping TransientTransactionError pending PYTHON-4182" )
@@ -1252,7 +1252,7 @@ def kill_all_sessions(self):
1252
1252
clients = self .mongos_clients if self .mongos_clients else [self .client ]
1253
1253
for client in clients :
1254
1254
try :
1255
- self . client .admin .command ("killAllSessions" , [])
1255
+ client .admin .command ("killAllSessions" , [])
1256
1256
except OperationFailure :
1257
1257
# "operation was interrupted" by killing the command's
1258
1258
# own session.
You can’t perform that action at this time.
0 commit comments