The schema_validator_with_expr_variables.js test is causing consistent failures back to in concurrency test suites with balancer enabled.
Basically, when we run collMod on a collection in a sharded cluster, the CollModCoordinator runs collMod only on shards that own a chunk. This makes it possible to bypass the effects of collMod under certain conditions (see SERVER-71819).
Because this is causing consistent failures, I recommend to denylist schema_validator_with_expr_variables.js until further time can be spent to solve SERVER-71819.
- related to
-
SERVER-71819 Broadcast collMod command to all shards
- Closed