summaryrefslogtreecommitdiff
path: root/buildscripts
diff options
context:
space:
mode:
authorLingzhi Deng <lingzhi.deng@mongodb.com>2019-05-30 12:26:41 -0400
committerLingzhi Deng <lingzhi.deng@mongodb.com>2019-05-30 15:22:15 -0400
commite59b5231707b38908c1ecfc9f986fb36612a9a16 (patch)
treecf1ff18f60ca6f2200e588b9cbce8768fcd69f87 /buildscripts
parenta7d8870e79638583d585ac82ef0c35cd75d9fab7 (diff)
downloadmongo-e59b5231707b38908c1ecfc9f986fb36612a9a16.tar.gz
SERVER-41395: Make sure causally consistent test suites exclude tests tagged with does_not_support_causal_consistency
Diffstat (limited to 'buildscripts')
-rw-r--r--buildscripts/resmokeconfig/suites/concurrency_replication_causal_consistency_ubsan.yml1
-rw-r--r--buildscripts/resmokeconfig/suites/concurrency_sharded_causal_consistency.yml1
-rw-r--r--buildscripts/resmokeconfig/suites/concurrency_sharded_causal_consistency_and_balancer.yml1
-rw-r--r--buildscripts/resmokeconfig/suites/sharded_collections_causally_consistent_jscore_txns_passthrough.yml1
4 files changed, 4 insertions, 0 deletions
diff --git a/buildscripts/resmokeconfig/suites/concurrency_replication_causal_consistency_ubsan.yml b/buildscripts/resmokeconfig/suites/concurrency_replication_causal_consistency_ubsan.yml
index e4532c92293..17dab2b70ef 100644
--- a/buildscripts/resmokeconfig/suites/concurrency_replication_causal_consistency_ubsan.yml
+++ b/buildscripts/resmokeconfig/suites/concurrency_replication_causal_consistency_ubsan.yml
@@ -17,6 +17,7 @@ selector:
- jstests/concurrency/fsm_workloads/reindex_background.js
exclude_with_any_tags:
+ - does_not_support_causal_consistency
- uses_transactions
# collStats is not causally consistent
- requires_collstats
diff --git a/buildscripts/resmokeconfig/suites/concurrency_sharded_causal_consistency.yml b/buildscripts/resmokeconfig/suites/concurrency_sharded_causal_consistency.yml
index f91275ba39c..b66e57dbd84 100644
--- a/buildscripts/resmokeconfig/suites/concurrency_sharded_causal_consistency.yml
+++ b/buildscripts/resmokeconfig/suites/concurrency_sharded_causal_consistency.yml
@@ -105,6 +105,7 @@ selector:
- jstests/concurrency/fsm_workloads/database_versioning.js
exclude_with_any_tags:
+ - does_not_support_causal_consistency
# This suite uses secondary read preference, which isn't currently compatible with transactions.
- uses_transactions
- requires_replication
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 0574db791c3..9a212dbdd81 100644
--- a/buildscripts/resmokeconfig/suites/concurrency_sharded_causal_consistency_and_balancer.yml
+++ b/buildscripts/resmokeconfig/suites/concurrency_sharded_causal_consistency_and_balancer.yml
@@ -108,6 +108,7 @@ selector:
- jstests/concurrency/fsm_workloads/database_versioning.js
exclude_with_any_tags:
+ - does_not_support_causal_consistency
# This suite uses secondary read preference, which isn't currently compatible with transactions.
- uses_transactions
- assumes_balancer_off
diff --git a/buildscripts/resmokeconfig/suites/sharded_collections_causally_consistent_jscore_txns_passthrough.yml b/buildscripts/resmokeconfig/suites/sharded_collections_causally_consistent_jscore_txns_passthrough.yml
index 2cf0fc21988..34d30da7c30 100644
--- a/buildscripts/resmokeconfig/suites/sharded_collections_causally_consistent_jscore_txns_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/sharded_collections_causally_consistent_jscore_txns_passthrough.yml
@@ -49,6 +49,7 @@ selector:
- assumes_no_implicit_index_creation
- assumes_unsharded_collection
- cannot_create_unique_index_when_using_hashed_shard_key
+ - does_not_support_causal_consistency
# Transactions are not allowed to operate on capped collections.
- requires_capped
# Prepare is not a command on mongos.