SERVER-117010 added a new test in core_sharding to run checkMetadataConsistency in all appropriate suites, however, it fails to consider currenty known issues that should be ignored, for example:
- After
SERVER-107762there is a drop collection on config.system.sessions in the background that might generates inconsistencies - When running with shard stepdowns, an MalformedTimeseriesBucketsCollection could be generated that should also be ignored
Additionally, the test is executing a split that might fail due to transient state. We should follow something similar to what the checkMetadataConsistency helper is doing, by ignoring some known issues and handling transient state.
- is caused by
-
SERVER-117010 [TEST ONLY] check_metadata_consistency.js continues to fail in csrs stepdown suite
-
- Closed
-
- is related to
-
SERVER-117010 [TEST ONLY] check_metadata_consistency.js continues to fail in csrs stepdown suite
-
- Closed
-
-
SERVER-107762 Improve testing with sessions collection drop in background
-
- Closed
-
- related to
-
SERVER-119855 [TEST ONLY] Evaluate running check_metadata_consistency_basic.js with balancer
-
- Backlog
-