File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121import socket
2222import sys
2323import time
24- from test .asynchronous .utils import async_get_pool , async_joinall
24+ from test .asynchronous .utils import async_get_pool , async_joinall , flaky
2525
2626from bson .codec_options import DEFAULT_CODEC_OPTIONS
2727from bson .son import SON
@@ -429,6 +429,7 @@ async def find_one():
429429 # maxConnecting = unbounded: 30+ connections in ~0.140+ seconds
430430 print (len (pool .conns ))
431431
432+ @flaky (reason = "PYTHON-5492" )
432433 @async_client_context .require_failCommand_appName
433434 async def test_csot_timeout_message (self ):
434435 client = await self .async_rs_or_single_client (appName = "connectionTimeoutApp" )
Original file line number Diff line number Diff line change 2121import socket
2222import sys
2323import time
24- from test .utils import get_pool , joinall
24+ from test .utils import flaky , get_pool , joinall
2525
2626from bson .codec_options import DEFAULT_CODEC_OPTIONS
2727from bson .son import SON
@@ -429,6 +429,7 @@ def find_one():
429429 # maxConnecting = unbounded: 30+ connections in ~0.140+ seconds
430430 print (len (pool .conns ))
431431
432+ @flaky (reason = "PYTHON-5492" )
432433 @client_context .require_failCommand_appName
433434 def test_csot_timeout_message (self ):
434435 client = self .rs_or_single_client (appName = "connectionTimeoutApp" )
You can’t perform that action at this time.
0 commit comments