summaryrefslogtreecommitdiff
path: root/buildscripts
diff options
context:
space:
mode:
authorCharlie Swanson <charlie.swanson@mongodb.com>2019-09-27 16:19:44 +0000
committerevergreen <evergreen@mongodb.com>2019-09-27 16:19:44 +0000
commit9faba94cb86061f5acba467cdd5f88338e712c1f (patch)
tree6acd96df382780dd5b21cf7858a0f5a52608f28a /buildscripts
parent6a9ed0948f96efdd510384108ac749d247a38d6b (diff)
downloadmongo-9faba94cb86061f5acba467cdd5f88338e712c1f.tar.gz
SERVER-43304 Modernize mr1.js
Diffstat (limited to 'buildscripts')
-rw-r--r--buildscripts/resmokeconfig/suites/logical_session_cache_sharding_100ms_refresh_jscore_passthrough.yml2
-rw-r--r--buildscripts/resmokeconfig/suites/logical_session_cache_sharding_10sec_refresh_jscore_passthrough.yml2
-rw-r--r--buildscripts/resmokeconfig/suites/logical_session_cache_sharding_1sec_refresh_jscore_passthrough.yml2
-rw-r--r--buildscripts/resmokeconfig/suites/logical_session_cache_sharding_default_refresh_jscore_passthrough.yml2
-rw-r--r--buildscripts/resmokeconfig/suites/multi_shard_local_read_write_multi_stmt_txn_jscore_passthrough.yml2
-rw-r--r--buildscripts/resmokeconfig/suites/multi_shard_multi_stmt_txn_jscore_passthrough.yml2
-rw-r--r--buildscripts/resmokeconfig/suites/multi_shard_multi_stmt_txn_kill_primary_jscore_passthrough.yml2
-rw-r--r--buildscripts/resmokeconfig/suites/multi_shard_multi_stmt_txn_stepdown_primary_jscore_passthrough.yml2
-rw-r--r--buildscripts/resmokeconfig/suites/multi_stmt_txn_jscore_passthrough_with_migration.yml2
-rw-r--r--buildscripts/resmokeconfig/suites/sharded_causally_consistent_jscore_passthrough.yml2
10 files changed, 10 insertions, 10 deletions
diff --git a/buildscripts/resmokeconfig/suites/logical_session_cache_sharding_100ms_refresh_jscore_passthrough.yml b/buildscripts/resmokeconfig/suites/logical_session_cache_sharding_100ms_refresh_jscore_passthrough.yml
index 02474c57670..9c2eaa578d1 100644
--- a/buildscripts/resmokeconfig/suites/logical_session_cache_sharding_100ms_refresh_jscore_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/logical_session_cache_sharding_100ms_refresh_jscore_passthrough.yml
@@ -93,7 +93,7 @@ selector:
- jstests/core/sort_array.js
# TODO: SERVER-16605
- jstests/core/mr_index.js
- - jstests/core/mr1.js
+ - jstests/core/mr_correctness.js
- jstests/core/mr3.js
- jstests/core/mr4.js
- jstests/core/mr5.js
diff --git a/buildscripts/resmokeconfig/suites/logical_session_cache_sharding_10sec_refresh_jscore_passthrough.yml b/buildscripts/resmokeconfig/suites/logical_session_cache_sharding_10sec_refresh_jscore_passthrough.yml
index a621dc172ed..828ece7dedc 100644
--- a/buildscripts/resmokeconfig/suites/logical_session_cache_sharding_10sec_refresh_jscore_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/logical_session_cache_sharding_10sec_refresh_jscore_passthrough.yml
@@ -93,7 +93,7 @@ selector:
- jstests/core/sort_array.js
# TODO: SERVER-16605
- jstests/core/mr_index.js
- - jstests/core/mr1.js
+ - jstests/core/mr_correctness.js
- jstests/core/mr3.js
- jstests/core/mr4.js
- jstests/core/mr5.js
diff --git a/buildscripts/resmokeconfig/suites/logical_session_cache_sharding_1sec_refresh_jscore_passthrough.yml b/buildscripts/resmokeconfig/suites/logical_session_cache_sharding_1sec_refresh_jscore_passthrough.yml
index 925700c5f79..5785ea64769 100644
--- a/buildscripts/resmokeconfig/suites/logical_session_cache_sharding_1sec_refresh_jscore_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/logical_session_cache_sharding_1sec_refresh_jscore_passthrough.yml
@@ -93,7 +93,7 @@ selector:
- jstests/core/sort_array.js
# TODO: SERVER-16605
- jstests/core/mr_index.js
- - jstests/core/mr1.js
+ - jstests/core/mr_correctness.js
- jstests/core/mr3.js
- jstests/core/mr4.js
- jstests/core/mr5.js
diff --git a/buildscripts/resmokeconfig/suites/logical_session_cache_sharding_default_refresh_jscore_passthrough.yml b/buildscripts/resmokeconfig/suites/logical_session_cache_sharding_default_refresh_jscore_passthrough.yml
index c69700ac6d9..62894e3efe7 100644
--- a/buildscripts/resmokeconfig/suites/logical_session_cache_sharding_default_refresh_jscore_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/logical_session_cache_sharding_default_refresh_jscore_passthrough.yml
@@ -93,7 +93,7 @@ selector:
- jstests/core/sort_array.js
# TODO: SERVER-16605
- jstests/core/mr_index.js
- - jstests/core/mr1.js
+ - jstests/core/mr_correctness.js
- jstests/core/mr3.js
- jstests/core/mr4.js
- jstests/core/mr5.js
diff --git a/buildscripts/resmokeconfig/suites/multi_shard_local_read_write_multi_stmt_txn_jscore_passthrough.yml b/buildscripts/resmokeconfig/suites/multi_shard_local_read_write_multi_stmt_txn_jscore_passthrough.yml
index 63e7f4b8ca0..5e5e70e648e 100644
--- a/buildscripts/resmokeconfig/suites/multi_shard_local_read_write_multi_stmt_txn_jscore_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/multi_shard_local_read_write_multi_stmt_txn_jscore_passthrough.yml
@@ -87,7 +87,7 @@ selector:
- jstests/core/optimized_match_explain.js
- jstests/core/sort_array.js
# TODO: SERVER-16605 MapReduce into sharded collection with hashed index fails
- - jstests/core/mr1.js
+ - jstests/core/mr_correctness.js
- jstests/core/mr3.js
- jstests/core/mr4.js
diff --git a/buildscripts/resmokeconfig/suites/multi_shard_multi_stmt_txn_jscore_passthrough.yml b/buildscripts/resmokeconfig/suites/multi_shard_multi_stmt_txn_jscore_passthrough.yml
index eeb9e33e31d..fef34e7b071 100644
--- a/buildscripts/resmokeconfig/suites/multi_shard_multi_stmt_txn_jscore_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/multi_shard_multi_stmt_txn_jscore_passthrough.yml
@@ -87,7 +87,7 @@ selector:
- jstests/core/optimized_match_explain.js
- jstests/core/sort_array.js
# TODO: SERVER-16605 MapReduce into sharded collection with hashed index fails
- - jstests/core/mr1.js
+ - jstests/core/mr_correctness.js
- jstests/core/mr3.js
- jstests/core/mr4.js
diff --git a/buildscripts/resmokeconfig/suites/multi_shard_multi_stmt_txn_kill_primary_jscore_passthrough.yml b/buildscripts/resmokeconfig/suites/multi_shard_multi_stmt_txn_kill_primary_jscore_passthrough.yml
index 0bcaff838b2..e13f54eb178 100644
--- a/buildscripts/resmokeconfig/suites/multi_shard_multi_stmt_txn_kill_primary_jscore_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/multi_shard_multi_stmt_txn_kill_primary_jscore_passthrough.yml
@@ -87,7 +87,7 @@ selector:
- jstests/core/optimized_match_explain.js
- jstests/core/sort_array.js
# TODO: SERVER-16605 MapReduce into sharded collection with hashed index fails
- - jstests/core/mr1.js
+ - jstests/core/mr_correctness.js
- jstests/core/mr3.js
- jstests/core/mr4.js
diff --git a/buildscripts/resmokeconfig/suites/multi_shard_multi_stmt_txn_stepdown_primary_jscore_passthrough.yml b/buildscripts/resmokeconfig/suites/multi_shard_multi_stmt_txn_stepdown_primary_jscore_passthrough.yml
index bbac59260b7..4e50410cc9e 100644
--- a/buildscripts/resmokeconfig/suites/multi_shard_multi_stmt_txn_stepdown_primary_jscore_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/multi_shard_multi_stmt_txn_stepdown_primary_jscore_passthrough.yml
@@ -87,7 +87,7 @@ selector:
- jstests/core/optimized_match_explain.js
- jstests/core/sort_array.js
# TODO: SERVER-16605 MapReduce into sharded collection with hashed index fails
- - jstests/core/mr1.js
+ - jstests/core/mr_correctness.js
- jstests/core/mr3.js
- jstests/core/mr4.js
diff --git a/buildscripts/resmokeconfig/suites/multi_stmt_txn_jscore_passthrough_with_migration.yml b/buildscripts/resmokeconfig/suites/multi_stmt_txn_jscore_passthrough_with_migration.yml
index c181420cdc7..4d6aecb2f1e 100644
--- a/buildscripts/resmokeconfig/suites/multi_stmt_txn_jscore_passthrough_with_migration.yml
+++ b/buildscripts/resmokeconfig/suites/multi_stmt_txn_jscore_passthrough_with_migration.yml
@@ -87,7 +87,7 @@ selector:
- jstests/core/optimized_match_explain.js
- jstests/core/sort_array.js
# TODO: SERVER-16605 MapReduce into sharded collection with hashed index fails
- - jstests/core/mr1.js
+ - jstests/core/mr_correctness.js
- jstests/core/mr3.js
- jstests/core/mr4.js
# Create index command arbitrarily picks one of the errors if there are multiple errors from the
diff --git a/buildscripts/resmokeconfig/suites/sharded_causally_consistent_jscore_passthrough.yml b/buildscripts/resmokeconfig/suites/sharded_causally_consistent_jscore_passthrough.yml
index 5f1a7ba663d..5d76a8a3db3 100644
--- a/buildscripts/resmokeconfig/suites/sharded_causally_consistent_jscore_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/sharded_causally_consistent_jscore_passthrough.yml
@@ -65,7 +65,7 @@ selector:
# collection is sharded on anything other than {_id: 1}.
- jstests/core/mr_undef.js
# TODO: SERVER-16605
- - jstests/core/mr1.js
+ - jstests/core/mr_correctness.js
- jstests/core/mr3.js
- jstests/core/mr4.js
# TODO: SERVER-30052