summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMisha Tyulenev <misha.tyulenev@10gen.com>2019-12-19 17:15:36 +0000
committerA. Jesse Jiryu Davis <jesse@mongodb.com>2020-01-27 15:37:49 -0500
commit4cf4f78412cd9e6ba3be2571321e0fbd0552cf18 (patch)
treee20726ef7feb91feadb051d89536a8b263bc4c30
parentce367cf2b97db23ed7729862458a1db20f4352ca (diff)
downloadmongo-4cf4f78412cd9e6ba3be2571321e0fbd0552cf18.tar.gz
SERVER-43470 remove writePeriodicNoops=1 from test suites
-rw-r--r--buildscripts/resmokeconfig/suites/concurrency_replication_causal_consistency.yml3
-rw-r--r--buildscripts/resmokeconfig/suites/concurrency_replication_causal_consistency_ubsan.yml3
-rw-r--r--buildscripts/resmokeconfig/suites/secondary_reads_passthrough.yml3
3 files changed, 0 insertions, 9 deletions
diff --git a/buildscripts/resmokeconfig/suites/concurrency_replication_causal_consistency.yml b/buildscripts/resmokeconfig/suites/concurrency_replication_causal_consistency.yml
index 75d584de500..b28be191789 100644
--- a/buildscripts/resmokeconfig/suites/concurrency_replication_causal_consistency.yml
+++ b/buildscripts/resmokeconfig/suites/concurrency_replication_causal_consistency.yml
@@ -59,8 +59,5 @@ executor:
# Allow many initial sync attempts. Initial sync may fail if the sync source does not have
# an oplog yet because it has not conducted its own initial sync yet.
numInitialSyncAttempts: 10000000
- # TODO SERVER-35156: Remove the following line to disable the periodic
- # no-op writer.
- writePeriodicNoops: 1
num_nodes: 5
linear_chain: true
diff --git a/buildscripts/resmokeconfig/suites/concurrency_replication_causal_consistency_ubsan.yml b/buildscripts/resmokeconfig/suites/concurrency_replication_causal_consistency_ubsan.yml
index 1dd2ce9e267..ac4d9f2229d 100644
--- a/buildscripts/resmokeconfig/suites/concurrency_replication_causal_consistency_ubsan.yml
+++ b/buildscripts/resmokeconfig/suites/concurrency_replication_causal_consistency_ubsan.yml
@@ -60,8 +60,5 @@ executor:
# Allow many initial sync attempts. Initial sync may fail if the sync source does not have
# an oplog yet because it has not conducted its own initial sync yet.
numInitialSyncAttempts: 10000000
- # TODO SERVER-35156: Remove the following line to disable the periodic
- # no-op writer.
- writePeriodicNoops: 1
num_nodes: 5
linear_chain: true
diff --git a/buildscripts/resmokeconfig/suites/secondary_reads_passthrough.yml b/buildscripts/resmokeconfig/suites/secondary_reads_passthrough.yml
index a54b6b42159..0e2a8640a95 100644
--- a/buildscripts/resmokeconfig/suites/secondary_reads_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/secondary_reads_passthrough.yml
@@ -82,9 +82,6 @@ executor:
# Allow many initial sync attempts. Initial sync may fail if the sync source does not have
# an oplog yet because it has not conducted its own initial sync yet.
numInitialSyncAttempts: 10000000
- # TODO SERVER-35156: Remove the following line to disable the periodic no-op
- # writer.
- writePeriodicNoops: true
linear_chain: true
num_nodes: 5
use_replica_set_connection_string: true