-
Type: Bug
-
Resolution: Duplicate
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
ALL
multi_stmt_txn_jscore_passthrough_with_migration is a suite that will cause chunk migrations. text_covered_matching.js examines explain output, including number of keys examined. In the case of a chunk migration in process, a duplicate index key can exist and therefore the number of keys examined will be larger than the amount expected by the test. Therefore, this test will often run (but not always) incorrectly on this passthrough. To fix this, we simply need to blacklist this test on this passthrough.
- duplicates
-
SERVER-38947 Make sure all jstests/core test that inspects totalDocsExamined has assumes_unsharded_collection or assumes_balancer_off
- Closed