-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: 8.0.0, 8.2.0, 9.0.0-rc0, 8.3.0, 9.1.0-rc0
-
Component/s: None
-
None
-
Catalog and Routing
-
Fully Compatible
-
ALL
-
v9.0, v8.3, v8.0
-
CAR Team 2026-07-20
-
200
-
🟦 Shard Catalog
-
None
-
None
-
None
-
None
-
None
-
None
With viewful timeseries, it's a known issue that a stepdown/kill can leave a system.buckets collection without the timeseries view, so in the CheckMetadataConsistency helper we skip the inconsistency in stepdown suites (if runningWithShardStepdowns is set).
However the CheckMetadataConsistencyInBackground hook runs in a separate shell and we are not always propagating the runningWithShardStepdowns parameter (example), which may cause us to fail the test due to this known issue we wish to skip.
NOTE: This failure was previously masked by SERVER-130586.
- is related to
-
SERVER-130586 The CheckMetadataConsistencyInBackground hook swallows failures in jstests passthrough suites
-
- Closed
-