Currently, if these test suites starts shards as replica sets by default, this check in jstests/core/explain_shell_helpers.js will fail with FailedToSatisfyReadPreference. One solution is to make num_rs_nodes_per_shard default to 2. However, we should investigate why this test did not fail for standalones.
jstests/core/read_after_optime.js should be blacklisted in this ticket because the test requires that replication is not enabled so is not expected to pass when shards are started as replica sets.
- causes
-
SERVER-54754 Blacklist listSession jscore tests from ephemeralForTest variant
- Closed
- is depended on by
-
SERVER-43927 Make jstestfuzz_sharded and jstestfuzz_sharded_session suite start shards as replica sets
- Closed
-
SERVER-53905 Implement PrimaryOnlyService for DDL coordinators
- Closed