File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 21
21
import socket
22
22
import sys
23
23
import time
24
- from test .asynchronous .utils import async_get_pool , async_joinall
24
+ from test .asynchronous .utils import async_get_pool , async_joinall , flaky
25
25
26
26
from bson .codec_options import DEFAULT_CODEC_OPTIONS
27
27
from bson .son import SON
@@ -429,6 +429,7 @@ async def find_one():
429
429
# maxConnecting = unbounded: 30+ connections in ~0.140+ seconds
430
430
print (len (pool .conns ))
431
431
432
+ @flaky (reason = "PYTHON-5492" )
432
433
@async_client_context .require_failCommand_appName
433
434
async def test_csot_timeout_message (self ):
434
435
client = await self .async_rs_or_single_client (appName = "connectionTimeoutApp" )
Original file line number Diff line number Diff line change 21
21
import socket
22
22
import sys
23
23
import time
24
- from test .utils import get_pool , joinall
24
+ from test .utils import flaky , get_pool , joinall
25
25
26
26
from bson .codec_options import DEFAULT_CODEC_OPTIONS
27
27
from bson .son import SON
@@ -429,6 +429,7 @@ def find_one():
429
429
# maxConnecting = unbounded: 30+ connections in ~0.140+ seconds
430
430
print (len (pool .conns ))
431
431
432
+ @flaky (reason = "PYTHON-5492" )
432
433
@client_context .require_failCommand_appName
433
434
def test_csot_timeout_message (self ):
434
435
client = self .rs_or_single_client (appName = "connectionTimeoutApp" )
You can’t perform that action at this time.
0 commit comments