summaryrefslogtreecommitdiff
path: root/jstests/sharding
diff options
context:
space:
mode:
authorMax Hirschhorn <max.hirschhorn@mongodb.com>2021-02-10 23:23:46 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-02-11 00:21:13 +0000
commit723310efa977fe6f861747110966c0f91eefeca2 (patch)
tree801dd79725349f83d5e89ecb1a5f07d13c66ff98 /jstests/sharding
parentedfe0f29ee287fafa81db0b578496c407dc95bf5 (diff)
downloadmongo-723310efa977fe6f861747110966c0f91eefeca2.tar.gz
SERVER-54417 Rely on donors to pin own history in resharding tests.
Diffstat (limited to 'jstests/sharding')
-rw-r--r--jstests/sharding/libs/resharding_test_fixture.js5
1 files changed, 0 insertions, 5 deletions
diff --git a/jstests/sharding/libs/resharding_test_fixture.js b/jstests/sharding/libs/resharding_test_fixture.js
index 213ce387152..2e219ec2082 100644
--- a/jstests/sharding/libs/resharding_test_fixture.js
+++ b/jstests/sharding/libs/resharding_test_fixture.js
@@ -75,11 +75,6 @@ var ReshardingTest = class {
config: 1,
shards: this._numShards,
rs: {nodes: 2},
- rsOptions: {
- setParameter: {
- "failpoint.WTPreserveSnapshotHistoryIndefinitely": tojson({mode: "alwaysOn"}),
- }
- },
manualAddShard: true,
});