SERVER-127321: Remove explicit featureFlagReshardingVerification setting in resharding test (#54280)
Co-authored-by: mongodb-sage-bot[bot] <247496174+mongodb-sage-bot[bot]@users.noreply.github.com> Co-authored-by: Kruti Shah <kruti139@gmail.com> GitOrigin-RevId: ae881b4792366c073e915637f3dc322d613e954c
This commit is contained in:
parent
1bc91fd5d7
commit
1722ac245f
@ -3,7 +3,8 @@
|
||||
*
|
||||
* @tags: [
|
||||
* requires_sharding,
|
||||
* requires_fcv_83
|
||||
* requires_fcv_83,
|
||||
* resource_intensive,
|
||||
* ]
|
||||
*/
|
||||
import {configureFailPoint} from "jstests/libs/fail_point_util.js";
|
||||
@ -160,14 +161,9 @@ function testWriteConcernFailover(st) {
|
||||
}
|
||||
|
||||
function runTests() {
|
||||
// TODO Do not explicitly set this feature flag after SERVER-109032 is done.
|
||||
const featureFlagReshardingVerification = false;
|
||||
const st = new ShardingTest({
|
||||
shards: 3,
|
||||
rs: {nodes: 3, setParameter: {featureFlagReshardingVerification}},
|
||||
other: {
|
||||
configOptions: {setParameter: {featureFlagReshardingVerification}},
|
||||
},
|
||||
rs: {nodes: 3},
|
||||
});
|
||||
testWriteConcernBasic(st);
|
||||
testWriteConcernFailover(st);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user