-
Type: Build Failure
-
Resolution: Fixed
-
Priority: Unknown
-
Affects Version/s: None
-
Component/s: None
-
None
This has failed a few times recently:
[2022/08/18 19:01:12.109] FAIL [1.136s]: test_Rediscover_quickly_after_replSetStepDown (test_discovery_and_monitoring.TestUnifiedRediscoverQuicklyAfterStepDown) [2022/08/18 19:01:12.109] ---------------------------------------------------------------------- [2022/08/18 19:01:12.109] Traceback (most recent call last): [2022/08/18 19:01:12.109] File "/data/mci/860d415131bdcdc680b7ad40e0054223/src/test/unified_format.py", line 1626, in test_case [2022/08/18 19:01:12.109] self.run_scenario(spec) [2022/08/18 19:01:12.109] File "/data/mci/860d415131bdcdc680b7ad40e0054223/src/test/unified_format.py", line 1609, in run_scenario [2022/08/18 19:01:12.109] self.check_events(expect_events) [2022/08/18 19:01:12.109] File "/data/mci/860d415131bdcdc680b7ad40e0054223/src/test/unified_format.py", line 1553, in check_events [2022/08/18 19:01:12.109] self.assertEqual(len(actual_events), len(events), actual_events) [2022/08/18 19:01:12.109] AssertionError: 3 != 2 : [<CommandStartedEvent ('localhost', 27018) db: 'sdam-tests', command: 'insert', operation_id: -648408435, service_id: None>, <CommandStartedEvent ('localhost', 27018) db: 'sdam-tests', command: 'insert', operation_id: 1179816366, service_id: None>, <CommandStartedEvent ('localhost', 27017) db: 'sdam-tests', command: 'insert', operation_id: 1179816366, service_id: None>]
Here's the yaml test: https://github.com/mongodb/specifications/blob/08baffe/source/server-discovery-and-monitoring/tests/unified/rediscover-quickly-after-step-down.yml#L30
This could be a bug in the conversion from legacy to unified in DRIVERS-2366/PYTHON-3312.
- related to
-
PYTHON-2872 Test failure - TestConnectionsSurvivePrimaryStepDown.test_get_more_iteration
- Backlog