summaryrefslogtreecommitdiff
path: root/buildscripts
diff options
context:
space:
mode:
authorRishab Joshi <rishab.joshi@mongodb.com>2023-01-15 10:11:04 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2023-01-15 11:27:10 +0000
commit08744cf16eb31774fadf77416426754be0e58f15 (patch)
treee56b20c906972cbfe5bf9e27d85652d3c204c311 /buildscripts
parentcf235d9861e309c9dab748f90245dde9b2f95f3e (diff)
downloadmongo-08744cf16eb31774fadf77416426754be0e58f15.tar.gz
SERVER-72504 Fix the parsing issue when running '$_internalIndexKey' expression against sharded collection.
Diffstat (limited to 'buildscripts')
-rw-r--r--buildscripts/resmokeconfig/suites/analyze_shard_key_jscore_passthrough.yml2
-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.yml3
-rw-r--r--buildscripts/resmokeconfig/suites/multi_shard_multi_stmt_txn_jscore_passthrough.yml3
-rw-r--r--buildscripts/resmokeconfig/suites/multi_shard_multi_stmt_txn_kill_primary_jscore_passthrough.yml3
-rw-r--r--buildscripts/resmokeconfig/suites/multi_shard_multi_stmt_txn_stepdown_primary_jscore_passthrough.yml3
-rw-r--r--buildscripts/resmokeconfig/suites/multi_stmt_txn_jscore_passthrough_with_migration.yml3
-rw-r--r--buildscripts/resmokeconfig/suites/replica_sets_multi_stmt_txn_jscore_passthrough.yml3
-rw-r--r--buildscripts/resmokeconfig/suites/shard_merge_causally_consistent_jscore_passthrough.yml3
-rw-r--r--buildscripts/resmokeconfig/suites/shard_merge_multi_stmt_txn_jscore_passthrough.yml3
-rw-r--r--buildscripts/resmokeconfig/suites/shard_split_multi_stmt_txn_jscore_passthrough.yml3
-rw-r--r--buildscripts/resmokeconfig/suites/sharded_causally_consistent_jscore_passthrough.yml2
-rw-r--r--buildscripts/resmokeconfig/suites/sharded_causally_consistent_read_concern_snapshot_passthrough.yml2
-rw-r--r--buildscripts/resmokeconfig/suites/sharded_collections_jscore_passthrough.yml2
-rw-r--r--buildscripts/resmokeconfig/suites/tenant_migration_multi_stmt_txn_jscore_passthrough.yml3
18 files changed, 0 insertions, 46 deletions
diff --git a/buildscripts/resmokeconfig/suites/analyze_shard_key_jscore_passthrough.yml b/buildscripts/resmokeconfig/suites/analyze_shard_key_jscore_passthrough.yml
index b338e77dc6c..fd0c009dae5 100644
--- a/buildscripts/resmokeconfig/suites/analyze_shard_key_jscore_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/analyze_shard_key_jscore_passthrough.yml
@@ -113,8 +113,6 @@ selector:
- jstests/core/**/explain4.js
# "Error: assert failed : Expected an index scan for predicate"
- jstests/core/timeseries/timeseries_index_partial.js
- # "Error: The field '$const' is not valid for an index specification."
- - jstests/core/**/index_key_expression.js
exclude_with_any_tags:
- assumes_against_mongod_not_mongos
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 1dd63c68dd2..d32b3caa2fd 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
@@ -73,8 +73,6 @@ selector:
- jstests/core/**/index_multikey.js
- jstests/core/**/optimized_match_explain.js
- jstests/core/**/sort_array.js
- # "Error: The field '$const' is not valid for an index specification."
- - jstests/core/**/index_key_expression.js
exclude_with_any_tags:
- assumes_standalone_mongod
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 8ac8e076409..51061fcd650 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
@@ -73,8 +73,6 @@ selector:
- jstests/core/**/index_multikey.js
- jstests/core/**/optimized_match_explain.js
- jstests/core/**/sort_array.js
- # "Error: The field '$const' is not valid for an index specification."
- - jstests/core/**/index_key_expression.js
exclude_with_any_tags:
- assumes_standalone_mongod
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 c3482497c65..4a09d72835f 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
@@ -73,8 +73,6 @@ selector:
- jstests/core/**/index_multikey.js
- jstests/core/**/optimized_match_explain.js
- jstests/core/**/sort_array.js
- # "Error: The field '$const' is not valid for an index specification."
- - jstests/core/**/index_key_expression.js
exclude_with_any_tags:
- assumes_standalone_mongod
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 148b7d0bd03..2d6f92ea0b7 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
@@ -73,8 +73,6 @@ selector:
- jstests/core/**/index_multikey.js
- jstests/core/**/optimized_match_explain.js
- jstests/core/**/sort_array.js
- # "Error: The field '$const' is not valid for an index specification."
- - jstests/core/**/index_key_expression.js
exclude_with_any_tags:
- assumes_standalone_mongod
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 ecde75f86be..538fc9eff27 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
@@ -241,9 +241,6 @@ selector:
# Does not support tojson of command objects.
- jstests/core/**/SERVER-23626.js
- # "Error: The field '$const' is not valid for an index specification."
- - jstests/core/**/index_key_expression.js
-
exclude_with_any_tags:
# "Cowardly refusing to override read concern of command: ..."
- assumes_read_concern_unchanged
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 215fb7d9107..fc04b3fc83a 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
@@ -263,9 +263,6 @@ selector:
# Does not support tojson of command objects.
- jstests/core/**/SERVER-23626.js
- # "Error: The field '$const' is not valid for an index specification."
- - jstests/core/**/index_key_expression.js
-
exclude_with_any_tags:
# "Cowardly refusing to override read concern of command: ..."
- assumes_read_concern_unchanged
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 4c317b0ab94..02fdcd306e5 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
@@ -264,9 +264,6 @@ selector:
- jstests/core/**/find_and_modify_server7660.js
- jstests/core/**/upsert_shell.js
- # "assert: [197] != [[ 6868501 ]] are not equal"
- - jstests/core/**/index_key_expression.js
-
exclude_with_any_tags:
##
# The next four tags correspond to the special errors thrown by the auto_retry_on_network_error.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 455e9aa6ab3..d1d77646ba8 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
@@ -264,9 +264,6 @@ selector:
- jstests/core/**/find_and_modify_server7660.js
- jstests/core/**/upsert_shell.js
- # "assert: [197] != [[ 6868501 ]] are not equal"
- - jstests/core/**/index_key_expression.js
-
exclude_with_any_tags:
##
# The next four tags correspond to the special errors thrown by the auto_retry_on_network_error.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 85f9995fa64..8a14285cae2 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
@@ -271,9 +271,6 @@ selector:
# Does not support tojson of command objects.
- jstests/core/**/SERVER-23626.js
- # "Error: The field '$const' is not valid for an index specification."
- - jstests/core/**/index_key_expression.js
-
exclude_with_any_tags:
# "Cowardly refusing to override read concern of command: ..."
- assumes_read_concern_unchanged
diff --git a/buildscripts/resmokeconfig/suites/replica_sets_multi_stmt_txn_jscore_passthrough.yml b/buildscripts/resmokeconfig/suites/replica_sets_multi_stmt_txn_jscore_passthrough.yml
index 946cc1d6b0d..47406b42bc3 100644
--- a/buildscripts/resmokeconfig/suites/replica_sets_multi_stmt_txn_jscore_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/replica_sets_multi_stmt_txn_jscore_passthrough.yml
@@ -216,9 +216,6 @@ selector:
# Does not support tojson of command objects.
- jstests/core/**/SERVER-23626.js
- # "The 'got' response is overriden which causes assertion failures."
- - jstests/core/**/index_key_expression.js
-
exclude_with_any_tags:
- assumes_standalone_mongod
# "Cowardly refusing to override read concern of command: ..."
diff --git a/buildscripts/resmokeconfig/suites/shard_merge_causally_consistent_jscore_passthrough.yml b/buildscripts/resmokeconfig/suites/shard_merge_causally_consistent_jscore_passthrough.yml
index e0555d35efb..0c96a6294cf 100644
--- a/buildscripts/resmokeconfig/suites/shard_merge_causally_consistent_jscore_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/shard_merge_causally_consistent_jscore_passthrough.yml
@@ -215,9 +215,6 @@ selector:
# Does not support tojson of command objects.
- jstests/core/**/SERVER-23626.js
- # "The 'got' response is overriden which causes assertion failures."
- - jstests/core/**/index_key_expression.js
-
exclude_with_any_tags:
- assumes_standalone_mongod
# These tests run getMore commands which are not supported in the tenant migration passthrough.
diff --git a/buildscripts/resmokeconfig/suites/shard_merge_multi_stmt_txn_jscore_passthrough.yml b/buildscripts/resmokeconfig/suites/shard_merge_multi_stmt_txn_jscore_passthrough.yml
index cb7cf54c8a8..1d27aae594f 100644
--- a/buildscripts/resmokeconfig/suites/shard_merge_multi_stmt_txn_jscore_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/shard_merge_multi_stmt_txn_jscore_passthrough.yml
@@ -215,9 +215,6 @@ selector:
# Does not support tojson of command objects.
- jstests/core/**/SERVER-23626.js
- # "The 'got' response is overriden which causes assertion failures."
- - jstests/core/**/index_key_expression.js
-
exclude_with_any_tags:
- assumes_standalone_mongod
# These tests run getMore commands which are not supported in the tenant migration passthrough.
diff --git a/buildscripts/resmokeconfig/suites/shard_split_multi_stmt_txn_jscore_passthrough.yml b/buildscripts/resmokeconfig/suites/shard_split_multi_stmt_txn_jscore_passthrough.yml
index 6a103027b7f..6b22df40ede 100644
--- a/buildscripts/resmokeconfig/suites/shard_split_multi_stmt_txn_jscore_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/shard_split_multi_stmt_txn_jscore_passthrough.yml
@@ -212,9 +212,6 @@ selector:
# Does not support tojson of command objects.
- jstests/core/**/SERVER-23626.js
- # "The 'got' response is overriden which causes assertion failures."
- - jstests/core/**/index_key_expression.js
-
exclude_with_any_tags:
- assumes_standalone_mongod
# Cursor ids will not survive rerouting between replica sets during a shard split.
diff --git a/buildscripts/resmokeconfig/suites/sharded_causally_consistent_jscore_passthrough.yml b/buildscripts/resmokeconfig/suites/sharded_causally_consistent_jscore_passthrough.yml
index a89d3bcdaf5..04fef2eeeef 100644
--- a/buildscripts/resmokeconfig/suites/sharded_causally_consistent_jscore_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/sharded_causally_consistent_jscore_passthrough.yml
@@ -47,8 +47,6 @@ selector:
- jstests/core/**/killop_drop_collection.js # Uses fsyncLock.
# This test uses `benchRun` which spawns connections which do not inherit the causal session.
- jstests/core/**/benchrun_pipeline_updates.js
- # "Error: [197] != [[ 6868501 ]] are not equal"
- - jstests/core/**/index_key_expression.js
exclude_with_any_tags:
diff --git a/buildscripts/resmokeconfig/suites/sharded_causally_consistent_read_concern_snapshot_passthrough.yml b/buildscripts/resmokeconfig/suites/sharded_causally_consistent_read_concern_snapshot_passthrough.yml
index 10421ce5680..a29a0339510 100644
--- a/buildscripts/resmokeconfig/suites/sharded_causally_consistent_read_concern_snapshot_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/sharded_causally_consistent_read_concern_snapshot_passthrough.yml
@@ -50,8 +50,6 @@ selector:
- jstests/core/timeseries/timeseries_merge.js
# This test uses `benchRun` which spawns connections which do not inherit the causal session.
- jstests/core/**/benchrun_pipeline_updates.js
- # "The field '$const' is not valid for an index specification."
- - jstests/core/**/index_key_expression.js
exclude_with_any_tags:
# Tests tagged with the following will fail because they assume collections are not sharded.
diff --git a/buildscripts/resmokeconfig/suites/sharded_collections_jscore_passthrough.yml b/buildscripts/resmokeconfig/suites/sharded_collections_jscore_passthrough.yml
index add558ff51f..492eacf3258 100644
--- a/buildscripts/resmokeconfig/suites/sharded_collections_jscore_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/sharded_collections_jscore_passthrough.yml
@@ -69,8 +69,6 @@ selector:
- jstests/core/**/index_multikey.js
- jstests/core/**/optimized_match_explain.js
- jstests/core/**/sort_array.js
- # "Error: The field '$const' is not valid for an index specification."
- - jstests/core/**/index_key_expression.js
exclude_with_any_tags:
- assumes_standalone_mongod
diff --git a/buildscripts/resmokeconfig/suites/tenant_migration_multi_stmt_txn_jscore_passthrough.yml b/buildscripts/resmokeconfig/suites/tenant_migration_multi_stmt_txn_jscore_passthrough.yml
index b3fc92d8d2c..7b04b5ea196 100644
--- a/buildscripts/resmokeconfig/suites/tenant_migration_multi_stmt_txn_jscore_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/tenant_migration_multi_stmt_txn_jscore_passthrough.yml
@@ -215,9 +215,6 @@ selector:
# Does not support tojson of command objects.
- jstests/core/**/SERVER-23626.js
- # "The 'got' response is overriden which causes assertion failures."
- - jstests/core/**/index_key_expression.js
-
exclude_with_any_tags:
- assumes_standalone_mongod
# These tests run getMore commands which are not supported in the tenant migration passthrough.