-
Type: Build Failure
-
Resolution: Fixed
-
Priority: Unknown
-
Affects Version/s: None
-
Component/s: None
-
None
Various CSOT tests are still flakey:
[2022/08/19 01:07:30.511] FAIL [0.316s]: test_timeoutMS_can_be_configured_on_a_MongoClient_-_dropIndexes_on_collection (test_csot.TestCsotGlobalTimeoutMS) [2022/08/19 01:07:30.511] ---------------------------------------------------------------------- [2022/08/19 01:07:30.511] Traceback (most recent call last): [2022/08/19 01:07:30.511] File "/data/mci/baecb6871b26f46370b459903ce32161/src/test/unified_format.py", line 1627, in test_case [2022/08/19 01:07:30.511] self.run_scenario(spec) [2022/08/19 01:07:30.511] File "/data/mci/baecb6871b26f46370b459903ce32161/src/test/unified_format.py", line 1610, in run_scenario [2022/08/19 01:07:30.511] self.check_events(expect_events) [2022/08/19 01:07:30.511] File "/data/mci/baecb6871b26f46370b459903ce32161/src/test/unified_format.py", line 1554, in check_events [2022/08/19 01:07:30.511] self.assertEqual(len(actual_events), len(events), actual_events) [2022/08/19 01:07:30.511] AssertionError: 0 != 1 : []
The tests are even more flakey on the slower Windows and macOS hosts.
- is related to
-
PYTHON-3410 Remove retry logic for flaky CSOT tests
- Closed