summaryrefslogtreecommitdiff
path: root/buildscripts/resmokeconfig/suites/sharded_causally_consistent_read_concern_snapshot_passthrough.yml
diff options
context:
space:
mode:
Diffstat (limited to 'buildscripts/resmokeconfig/suites/sharded_causally_consistent_read_concern_snapshot_passthrough.yml')
-rw-r--r--buildscripts/resmokeconfig/suites/sharded_causally_consistent_read_concern_snapshot_passthrough.yml62
1 files changed, 31 insertions, 31 deletions
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 7b3e7a645f1..10421ce5680 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
@@ -10,48 +10,48 @@ selector:
exclude_files:
# The following tests fail because a certain command or functionality is not supported by
# mongos. This command or functionality is placed in a comment next to the failing test.
- - jstests/core/apitest_db.js # serverStatus output doesn't have storageEngine.
- - jstests/core/bypass_doc_validation.js # sharded $out output not permitted
- - jstests/core/check_shard_index.js # checkShardingIndex.
- - jstests/core/collection_truncate.js # emptycapped.
- - jstests/core/compact_keeps_indexes.js # compact.
- - jstests/core/currentop.js # uses fsync.
- - jstests/core/dbhash.js # dbhash.
- - jstests/core/dbhash2.js # dbhash.
- - jstests/core/fsync.js # uses fsync.
- - jstests/core/geo_update_btree2.js # notablescan.
- - jstests/core/index9.js # "local" database.
- - jstests/core/queryoptimizera.js # "local" database.
- - jstests/core/stages*.js # stageDebug.
- - jstests/core/tailable_cursor_invalidation.js # capped collections.
- - jstests/core/tailable_getmore_batch_size.js # capped collections.
- - jstests/core/tailable_skip_limit.js # capped collections.
+ - jstests/core/**/apitest_db.js # serverStatus output doesn't have storageEngine.
+ - jstests/core/**/bypass_doc_validation.js # sharded $out output not permitted
+ - jstests/core/**/check_shard_index.js # checkShardingIndex.
+ - jstests/core/**/collection_truncate.js # emptycapped.
+ - jstests/core/**/compact_keeps_indexes.js # compact.
+ - jstests/core/**/currentop.js # uses fsync.
+ - jstests/core/**/dbhash.js # dbhash.
+ - jstests/core/**/dbhash2.js # dbhash.
+ - jstests/core/**/fsync.js # uses fsync.
+ - jstests/core/**/geo_update_btree2.js # notablescan.
+ - jstests/core/**/index9.js # "local" database.
+ - jstests/core/**/queryoptimizera.js # "local" database.
+ - jstests/core/**/stages*.js # stageDebug.
+ - jstests/core/**/tailable_cursor_invalidation.js # capped collections.
+ - jstests/core/**/tailable_getmore_batch_size.js # capped collections.
+ - jstests/core/**/tailable_skip_limit.js # capped collections.
# The following tests fail because mongos behaves differently from mongod when testing certain
# functionality. The differences are in a comment next to the failing test.
# Behavior with no db different on mongos, SERVER-18047.
- - jstests/core/explain_missing_database.js
- - jstests/core/geo_2d_explain.js # executionSuccess in different spot in explain().
- - jstests/core/geo_s2explain.js # inputStage in different spot in explain().
- - jstests/core/geo_s2sparse.js # keysPerIndex in different spot in validate().
- - jstests/core/or_to_in.js # queryPlanner in different spot in explain()
+ - jstests/core/**/explain_missing_database.js
+ - jstests/core/**/geo_2d_explain.js # executionSuccess in different spot in explain().
+ - jstests/core/**/geo_s2explain.js # inputStage in different spot in explain().
+ - jstests/core/**/geo_s2sparse.js # keysPerIndex in different spot in validate().
+ - jstests/core/**/or_to_in.js # queryPlanner in different spot in explain()
# The following tests fail because they count indexes. These counts do not take into account the
# additional hashed shard key indexes that are automatically added by this passthrough.
- - jstests/core/bad_index_plugin.js
- - jstests/core/create_indexes.js
- - jstests/core/list_indexes_non_existent_ns.js
- - jstests/core/mr_preserve_indexes.js
+ - jstests/core/**/bad_index_plugin.js
+ - jstests/core/**/create_indexes.js
+ - jstests/core/**/list_indexes_non_existent_ns.js
+ - jstests/core/**/mr_preserve_indexes.js
# The following tests fail because they expect no databases to be created. However a DB is created
# automatically when we shard a collection.
- - jstests/core/dbcase.js
- - jstests/core/dbcase2.js
- - jstests/core/no_db_created.js
- - jstests/core/killop_drop_collection.js # Uses fsyncLock.
+ - jstests/core/**/dbcase.js
+ - jstests/core/**/dbcase2.js
+ - jstests/core/**/no_db_created.js
+ - jstests/core/**/killop_drop_collection.js # Uses fsyncLock.
# TODO SERVER-61050
- 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
+ - jstests/core/**/benchrun_pipeline_updates.js
# "The field '$const' is not valid for an index specification."
- - jstests/core/index_key_expression.js
+ - jstests/core/**/index_key_expression.js
exclude_with_any_tags:
# Tests tagged with the following will fail because they assume collections are not sharded.