-
Type: Task
-
Resolution: Fixed
-
Priority: Unknown
-
Affects Version/s: None
-
Component/s: None
-
None
test_watch_with_start_after is failing on latest sharded clusters
[2021/07/30 00:25:57.634] db version v5.1.0-alpha-105-ga4b5e8e [2021/07/30 00:25:57.634] Build Info: { [2021/07/30 00:25:57.634] "version": "5.1.0-alpha-105-ga4b5e8e", [2021/07/30 00:25:57.634] "gitVersion": "a4b5e8e8c198d3e7d59c76996613b322872af186", [2021/07/30 00:25:57.634] "openSSLVersion": "OpenSSL 1.0.2k-fips 26 Jan 2017", [2021/07/30 00:25:57.634] "modules": [ [2021/07/30 00:25:57.634] "enterprise" [2021/07/30 00:25:57.634] ], [2021/07/30 00:25:57.634] "allocator": "tcmalloc", [2021/07/30 00:25:57.634] "environment": { [2021/07/30 00:25:57.634] "distmod": "amzn64", [2021/07/30 00:25:57.634] "distarch": "x86_64", [2021/07/30 00:25:57.634] "target_arch": "x86_64" [2021/07/30 00:25:57.634] } [2021/07/30 00:25:57.634] }
[2021/07/30 00:29:32.105] FAIL [2.136s]: test_watch_with_start_after (asyncio_tests.test_asyncio_change_stream.TestAsyncIOChangeStream) [2021/07/30 00:29:32.105] ---------------------------------------------------------------------- [2021/07/30 00:29:32.105] Traceback (most recent call last): [2021/07/30 00:29:32.105] File "/data/mci/a9fb734437e3c137d5d5e1967e278538/src/test/asyncio_tests/__init__.py", line 48, in __call__ [2021/07/30 00:29:32.105] result = self.orig_method() [2021/07/30 00:29:32.105] File "/data/mci/a9fb734437e3c137d5d5e1967e278538/src/test/test_environment.py", line 280, in wrap [2021/07/30 00:29:32.105] return f(*args, **kwargs) [2021/07/30 00:29:32.105] File "/data/mci/a9fb734437e3c137d5d5e1967e278538/src/test/asyncio_tests/__init__.py", line 213, in wrapped [2021/07/30 00:29:32.105] self.loop.run_until_complete(task) [2021/07/30 00:29:32.105] File "/opt/python/3.8/lib/python3.8/asyncio/base_events.py", line 616, in run_until_complete [2021/07/30 00:29:32.105] return future.result() [2021/07/30 00:29:32.105] File "/opt/python/3.8/lib/python3.8/asyncio/tasks.py", line 494, in wait_for [2021/07/30 00:29:32.105] return fut.result() [2021/07/30 00:29:32.105] File "/data/mci/a9fb734437e3c137d5d5e1967e278538/src/test/asyncio_tests/test_asyncio_change_stream.py", line 159, in test_watch_with_start_after [2021/07/30 00:29:32.105] self.assertFalse(change_stream.alive) [2021/07/30 00:29:32.105] AssertionError: True is not false