summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLingzhi Deng <lingzhi.deng@mongodb.com>2019-06-02 15:11:04 -0400
committerLingzhi Deng <lingzhi.deng@mongodb.com>2019-06-02 15:11:04 -0400
commit34f4722ea7ac90720e8b691007c5ec3939d7f59d (patch)
treebffffb58cec0bbbdc1af6a4da7cacf4f3727641a
parentc9fa616db03de737c44340f33a44863072a0955d (diff)
downloadmongo-34f4722ea7ac90720e8b691007c5ec3939d7f59d.tar.gz
SERVER-41395: Make sure concurrency suites that run with sessions exclude tests tagged with does_not_support_causal_consistency
-rw-r--r--buildscripts/resmokeconfig/suites/concurrency_replication_multi_stmt_txn_ubsan.yml1
-rw-r--r--buildscripts/resmokeconfig/suites/concurrency_sharded_local_read_write_multi_stmt_txn.yml1
-rw-r--r--buildscripts/resmokeconfig/suites/concurrency_sharded_local_read_write_multi_stmt_txn_with_balancer.yml1
-rw-r--r--buildscripts/resmokeconfig/suites/concurrency_sharded_multi_stmt_txn.yml1
-rw-r--r--buildscripts/resmokeconfig/suites/concurrency_sharded_multi_stmt_txn_with_balancer.yml1
-rw-r--r--buildscripts/resmokeconfig/suites/concurrency_sharded_multi_stmt_txn_with_stepdowns.yml1
6 files changed, 6 insertions, 0 deletions
diff --git a/buildscripts/resmokeconfig/suites/concurrency_replication_multi_stmt_txn_ubsan.yml b/buildscripts/resmokeconfig/suites/concurrency_replication_multi_stmt_txn_ubsan.yml
index 0e5a2754774..46300372768 100644
--- a/buildscripts/resmokeconfig/suites/concurrency_replication_multi_stmt_txn_ubsan.yml
+++ b/buildscripts/resmokeconfig/suites/concurrency_replication_multi_stmt_txn_ubsan.yml
@@ -27,6 +27,7 @@ selector:
- jstests/concurrency/fsm_workloads/view_catalog_direct_system_writes.js
exclude_with_any_tags:
+ - does_not_support_causal_consistency
- requires_sharding
# Sharing cursors between state functions will fail in this suite because it will attempt to use
# the same cursor in multiple transactions.
diff --git a/buildscripts/resmokeconfig/suites/concurrency_sharded_local_read_write_multi_stmt_txn.yml b/buildscripts/resmokeconfig/suites/concurrency_sharded_local_read_write_multi_stmt_txn.yml
index f4ce4b81b70..8cd1c616ae2 100644
--- a/buildscripts/resmokeconfig/suites/concurrency_sharded_local_read_write_multi_stmt_txn.yml
+++ b/buildscripts/resmokeconfig/suites/concurrency_sharded_local_read_write_multi_stmt_txn.yml
@@ -148,6 +148,7 @@ selector:
- jstests/concurrency/fsm_workloads/agg_out.js
exclude_with_any_tags:
+ - does_not_support_causal_consistency
- requires_replication
# The touch command does not exist on mongos, which is enforced before session information is
# parsed, causing state functions in these workloads to fail before starting a transaction despite
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 04e90f27c7e..e349541a6a9 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
@@ -149,6 +149,7 @@ selector:
exclude_with_any_tags:
- assumes_balancer_off
+ - does_not_support_causal_consistency
- requires_replication
# The touch command does not exist on mongos, which is enforced before session information is
# parsed, causing state functions in these workloads to fail before starting a transaction despite
diff --git a/buildscripts/resmokeconfig/suites/concurrency_sharded_multi_stmt_txn.yml b/buildscripts/resmokeconfig/suites/concurrency_sharded_multi_stmt_txn.yml
index e89dd52a070..df63350efef 100644
--- a/buildscripts/resmokeconfig/suites/concurrency_sharded_multi_stmt_txn.yml
+++ b/buildscripts/resmokeconfig/suites/concurrency_sharded_multi_stmt_txn.yml
@@ -148,6 +148,7 @@ selector:
- jstests/concurrency/fsm_workloads/agg_out.js
exclude_with_any_tags:
+ - does_not_support_causal_consistency
- requires_replication
# The touch command does not exist on mongos, which is enforced before session information is
# parsed, causing state functions in these workloads to fail before starting a transaction despite
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 d0cf423ba95..44becddeb59 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
@@ -149,6 +149,7 @@ selector:
exclude_with_any_tags:
- assumes_balancer_off
+ - does_not_support_causal_consistency
- requires_replication
# The touch command does not exist on mongos, which is enforced before session information is
# parsed, causing state functions in these workloads to fail before starting a transaction despite
diff --git a/buildscripts/resmokeconfig/suites/concurrency_sharded_multi_stmt_txn_with_stepdowns.yml b/buildscripts/resmokeconfig/suites/concurrency_sharded_multi_stmt_txn_with_stepdowns.yml
index 505cd412179..e010fc1ec0c 100644
--- a/buildscripts/resmokeconfig/suites/concurrency_sharded_multi_stmt_txn_with_stepdowns.yml
+++ b/buildscripts/resmokeconfig/suites/concurrency_sharded_multi_stmt_txn_with_stepdowns.yml
@@ -215,6 +215,7 @@ selector:
- jstests/concurrency/fsm_workloads/explain_count.js
exclude_with_any_tags:
+ - does_not_support_causal_consistency
- requires_replication
# The touch command does not exist on mongos, which is enforced before session information is
# parsed, causing state functions in these workloads to fail before starting a transaction despite