We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4906897 commit 09b545dCopy full SHA for 09b545d
test/asynchronous/test_async_cancellation.py
@@ -71,6 +71,7 @@ async def task():
71
72
self.assertFalse(session.in_transaction)
73
74
+ @async_client_context.require_failCommand_blockConnection
75
async def test_async_cancellation_closes_cursor(self):
76
client = await self.async_rs_or_single_client()
77
await connected(client)
@@ -102,6 +103,7 @@ async def task():
102
103
104
self.assertTrue(cursor._killed)
105
106
+ @async_client_context.require_change_streams
107
async def test_async_cancellation_closes_change_stream(self):
108
109
0 commit comments