summaryrefslogtreecommitdiff
path: root/buildscripts
diff options
context:
space:
mode:
authorSilvia Surroca <silvia.surroca@mongodb.com>2022-05-30 07:33:19 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-05-30 08:00:35 +0000
commit73d2c5fc6a285d9a51bdeba761fd941aa21385c1 (patch)
tree098267216a635dab0e465ecf7dac9aa276e539bb /buildscripts
parent91403429eaa837a4dcabfd5d01d138e8e298787e (diff)
downloadmongo-73d2c5fc6a285d9a51bdeba761fd941aa21385c1.tar.gz
SERVER-66741 Reenable cleanupOrphanedWhileMigrating.js test
Diffstat (limited to 'buildscripts')
-rw-r--r--buildscripts/resmokeconfig/suites/concurrency_sharded_causal_consistency_and_balancer.yml3
-rw-r--r--buildscripts/resmokeconfig/suites/concurrency_sharded_local_read_write_multi_stmt_txn_with_balancer.yml3
-rw-r--r--buildscripts/resmokeconfig/suites/concurrency_sharded_multi_stmt_txn.yml3
-rw-r--r--buildscripts/resmokeconfig/suites/concurrency_sharded_multi_stmt_txn_with_balancer.yml3
-rw-r--r--buildscripts/resmokeconfig/suites/concurrency_sharded_replication.yml3
-rw-r--r--buildscripts/resmokeconfig/suites/concurrency_sharded_replication_with_balancer.yml3
-rw-r--r--buildscripts/resmokeconfig/suites/concurrency_sharded_with_stepdowns_and_balancer.yml3
7 files changed, 0 insertions, 21 deletions
diff --git a/buildscripts/resmokeconfig/suites/concurrency_sharded_causal_consistency_and_balancer.yml b/buildscripts/resmokeconfig/suites/concurrency_sharded_causal_consistency_and_balancer.yml
index 8584168fc0c..dd12bb8d457 100644
--- a/buildscripts/resmokeconfig/suites/concurrency_sharded_causal_consistency_and_balancer.yml
+++ b/buildscripts/resmokeconfig/suites/concurrency_sharded_causal_consistency_and_balancer.yml
@@ -83,9 +83,6 @@ selector:
- jstests/concurrency/fsm_workloads/yield_and_hashed.js
- jstests/concurrency/fsm_workloads/yield_and_sorted.js
- # SERVER-44160 Modify cleanupOrphaned to wait for overlapping ranges to finish
- - jstests/concurrency/fsm_workloads/cleanupOrphanedWhileMigrating.js
-
# Inserts directly into system.views using applyOps, which is not available on mongos.
- jstests/concurrency/fsm_workloads/view_catalog_direct_system_writes.js
diff --git a/buildscripts/resmokeconfig/suites/concurrency_sharded_local_read_write_multi_stmt_txn_with_balancer.yml b/buildscripts/resmokeconfig/suites/concurrency_sharded_local_read_write_multi_stmt_txn_with_balancer.yml
index cdadbdfe637..3b93bcfb1b6 100644
--- a/buildscripts/resmokeconfig/suites/concurrency_sharded_local_read_write_multi_stmt_txn_with_balancer.yml
+++ b/buildscripts/resmokeconfig/suites/concurrency_sharded_local_read_write_multi_stmt_txn_with_balancer.yml
@@ -121,9 +121,6 @@ selector:
- jstests/concurrency/fsm_workloads/update_rename.js
- jstests/concurrency/fsm_workloads/update_rename_noindex.js
- # SERVER-44160 Modify cleanupOrphaned to wait for overlapping ranges to finish
- - jstests/concurrency/fsm_workloads/cleanupOrphanedWhileMigrating.js
-
# Time-series collections are not supported on mongos.
- jstests/concurrency/fsm_workloads/create_timeseries_collection.js
diff --git a/buildscripts/resmokeconfig/suites/concurrency_sharded_multi_stmt_txn.yml b/buildscripts/resmokeconfig/suites/concurrency_sharded_multi_stmt_txn.yml
index 0a25e818ce1..dc81ea0908a 100644
--- a/buildscripts/resmokeconfig/suites/concurrency_sharded_multi_stmt_txn.yml
+++ b/buildscripts/resmokeconfig/suites/concurrency_sharded_multi_stmt_txn.yml
@@ -121,9 +121,6 @@ selector:
- jstests/concurrency/fsm_workloads/update_rename.js
- jstests/concurrency/fsm_workloads/update_rename_noindex.js
- # SERVER-44160 Modify cleanupOrphaned to wait for overlapping ranges to finish
- - jstests/concurrency/fsm_workloads/cleanupOrphanedWhileMigrating.js
-
# Time-series collections are not supported on mongos.
- jstests/concurrency/fsm_workloads/create_timeseries_collection.js
diff --git a/buildscripts/resmokeconfig/suites/concurrency_sharded_multi_stmt_txn_with_balancer.yml b/buildscripts/resmokeconfig/suites/concurrency_sharded_multi_stmt_txn_with_balancer.yml
index ae4f2cce914..b51982cea1c 100644
--- a/buildscripts/resmokeconfig/suites/concurrency_sharded_multi_stmt_txn_with_balancer.yml
+++ b/buildscripts/resmokeconfig/suites/concurrency_sharded_multi_stmt_txn_with_balancer.yml
@@ -121,9 +121,6 @@ selector:
- jstests/concurrency/fsm_workloads/update_rename.js
- jstests/concurrency/fsm_workloads/update_rename_noindex.js
- # SERVER-44160 Modify cleanupOrphaned to wait for overlapping ranges to finish
- - jstests/concurrency/fsm_workloads/cleanupOrphanedWhileMigrating.js
-
# Time-series collections are not supported on mongos.
- jstests/concurrency/fsm_workloads/create_timeseries_collection.js
diff --git a/buildscripts/resmokeconfig/suites/concurrency_sharded_replication.yml b/buildscripts/resmokeconfig/suites/concurrency_sharded_replication.yml
index 66b4af51a0a..64e01124b23 100644
--- a/buildscripts/resmokeconfig/suites/concurrency_sharded_replication.yml
+++ b/buildscripts/resmokeconfig/suites/concurrency_sharded_replication.yml
@@ -86,9 +86,6 @@ selector:
# router tries to commit, it may not know the full participant list.
- jstests/concurrency/fsm_workloads/multi_statement_transaction_all_commands_same_session.js
- # SERVER-44160 Modify cleanupOrphaned to wait for overlapping ranges to finish
- - jstests/concurrency/fsm_workloads/cleanupOrphanedWhileMigrating.js
-
# Inserts directly into system.views using applyOps, which is not available on mongos.
- jstests/concurrency/fsm_workloads/view_catalog_direct_system_writes.js
diff --git a/buildscripts/resmokeconfig/suites/concurrency_sharded_replication_with_balancer.yml b/buildscripts/resmokeconfig/suites/concurrency_sharded_replication_with_balancer.yml
index 1bc01b2b742..e1e5b952a68 100644
--- a/buildscripts/resmokeconfig/suites/concurrency_sharded_replication_with_balancer.yml
+++ b/buildscripts/resmokeconfig/suites/concurrency_sharded_replication_with_balancer.yml
@@ -92,9 +92,6 @@ selector:
# router tries to commit, it may not know the full participant list.
- jstests/concurrency/fsm_workloads/multi_statement_transaction_all_commands_same_session.js
- # SERVER-44160 Modify cleanupOrphaned to wait for overlapping ranges to finish
- - jstests/concurrency/fsm_workloads/cleanupOrphanedWhileMigrating.js
-
# Inserts directly into system.views using applyOps, which is not available on mongos.
- jstests/concurrency/fsm_workloads/view_catalog_direct_system_writes.js
diff --git a/buildscripts/resmokeconfig/suites/concurrency_sharded_with_stepdowns_and_balancer.yml b/buildscripts/resmokeconfig/suites/concurrency_sharded_with_stepdowns_and_balancer.yml
index c657d29e781..7cda86048ff 100644
--- a/buildscripts/resmokeconfig/suites/concurrency_sharded_with_stepdowns_and_balancer.yml
+++ b/buildscripts/resmokeconfig/suites/concurrency_sharded_with_stepdowns_and_balancer.yml
@@ -159,9 +159,6 @@ selector:
- jstests/concurrency/fsm_workloads/snapshot_read_kill_op_only.js
- jstests/concurrency/fsm_workloads/snapshot_read_kill_operations.js
- # SERVER-44160 Modify cleanupOrphaned to wait for overlapping ranges to finish
- - jstests/concurrency/fsm_workloads/cleanupOrphanedWhileMigrating.js
-
# Time-series collections are not supported on mongos.
- jstests/concurrency/fsm_workloads/create_timeseries_collection.js