summaryrefslogtreecommitdiff
path: root/buildscripts
diff options
context:
space:
mode:
authorKaloian Manassiev <kaloian.manassiev@mongodb.com>2019-03-07 17:29:24 -0500
committerKaloian Manassiev <kaloian.manassiev@mongodb.com>2019-03-13 12:15:11 -0400
commitac2e9336b62fc726b29aa624b8ac05bc045523e5 (patch)
tree9980721c51ba0baa24c57121ad292d8d4eae886a /buildscripts
parent422e304a2b3514c1b3f8f3dd452fcd5fc598b51f (diff)
downloadmongo-ac2e9336b62fc726b29aa624b8ac05bc045523e5.tar.gz
SERVER-38297 Reenable FSM transactions tests with killOp
Diffstat (limited to 'buildscripts')
-rw-r--r--buildscripts/resmokeconfig/suites/concurrency_sharded_replication.yml4
-rw-r--r--buildscripts/resmokeconfig/suites/concurrency_sharded_replication_local_read_write_multi_stmt_txn.yml2
-rw-r--r--buildscripts/resmokeconfig/suites/concurrency_sharded_replication_local_read_write_multi_stmt_txn_with_balancer.yml2
-rw-r--r--buildscripts/resmokeconfig/suites/concurrency_sharded_replication_multi_stmt_txn.yml2
-rw-r--r--buildscripts/resmokeconfig/suites/concurrency_sharded_replication_multi_stmt_txn_with_balancer.yml2
-rw-r--r--buildscripts/resmokeconfig/suites/concurrency_sharded_replication_with_balancer.yml4
6 files changed, 0 insertions, 16 deletions
diff --git a/buildscripts/resmokeconfig/suites/concurrency_sharded_replication.yml b/buildscripts/resmokeconfig/suites/concurrency_sharded_replication.yml
index bb0ad70e109..f5700104507 100644
--- a/buildscripts/resmokeconfig/suites/concurrency_sharded_replication.yml
+++ b/buildscripts/resmokeconfig/suites/concurrency_sharded_replication.yml
@@ -112,12 +112,8 @@ selector:
# router tries to commit, it may not know the full participant list.
- jstests/concurrency/fsm_workloads/multi_statement_transaction_all_commands_same_session.js
- # TODO SERVER-38190: Killing an operation committing a prepared txn can crash.
# TODO SERVER-38297: Killing session on a secondary applying a prepare oplog entry can crash.
- # TODO SERVER-38299: Killing an operation preparing a transaction can crash.
- jstests/concurrency/fsm_workloads/multi_statement_transaction_kill_sessions_atomicity_isolation.js
- - jstests/concurrency/fsm_workloads/snapshot_read_kill_op_only.js
- - jstests/concurrency/fsm_workloads/snapshot_read_kill_operations.js
exclude_with_any_tags:
- requires_replication
diff --git a/buildscripts/resmokeconfig/suites/concurrency_sharded_replication_local_read_write_multi_stmt_txn.yml b/buildscripts/resmokeconfig/suites/concurrency_sharded_replication_local_read_write_multi_stmt_txn.yml
index c5429ac8c97..0b8b8bd4148 100644
--- a/buildscripts/resmokeconfig/suites/concurrency_sharded_replication_local_read_write_multi_stmt_txn.yml
+++ b/buildscripts/resmokeconfig/suites/concurrency_sharded_replication_local_read_write_multi_stmt_txn.yml
@@ -115,9 +115,7 @@ selector:
# router tries to commit, it may not know the full participant list.
- jstests/concurrency/fsm_workloads/multi_statement_transaction_all_commands_same_session.js
- # TODO SERVER-38190: Killing an operation committing a prepared txn can crash.
# TODO SERVER-38297: Killing session on a secondary applying a prepare oplog entry can crash.
- # TODO SERVER-38299: Killing an operation preparing a transaction can crash.
- jstests/concurrency/fsm_workloads/multi_statement_transaction_kill_sessions_atomicity_isolation.js
##
diff --git a/buildscripts/resmokeconfig/suites/concurrency_sharded_replication_local_read_write_multi_stmt_txn_with_balancer.yml b/buildscripts/resmokeconfig/suites/concurrency_sharded_replication_local_read_write_multi_stmt_txn_with_balancer.yml
index 096f6854118..def152cc8ad 100644
--- a/buildscripts/resmokeconfig/suites/concurrency_sharded_replication_local_read_write_multi_stmt_txn_with_balancer.yml
+++ b/buildscripts/resmokeconfig/suites/concurrency_sharded_replication_local_read_write_multi_stmt_txn_with_balancer.yml
@@ -115,9 +115,7 @@ selector:
# router tries to commit, it may not know the full participant list.
- jstests/concurrency/fsm_workloads/multi_statement_transaction_all_commands_same_session.js
- # TODO SERVER-38190: Killing an operation committing a prepared txn can crash.
# TODO SERVER-38297: Killing session on a secondary applying a prepare oplog entry can crash.
- # TODO SERVER-38299: Killing an operation preparing a transaction can crash.
- jstests/concurrency/fsm_workloads/multi_statement_transaction_kill_sessions_atomicity_isolation.js
# Expects reads to die with a particular error, but other errors are possible if the read is part
diff --git a/buildscripts/resmokeconfig/suites/concurrency_sharded_replication_multi_stmt_txn.yml b/buildscripts/resmokeconfig/suites/concurrency_sharded_replication_multi_stmt_txn.yml
index 09c4fea9119..6f3c673547f 100644
--- a/buildscripts/resmokeconfig/suites/concurrency_sharded_replication_multi_stmt_txn.yml
+++ b/buildscripts/resmokeconfig/suites/concurrency_sharded_replication_multi_stmt_txn.yml
@@ -115,9 +115,7 @@ selector:
# router tries to commit, it may not know the full participant list.
- jstests/concurrency/fsm_workloads/multi_statement_transaction_all_commands_same_session.js
- # TODO SERVER-38190: Killing an operation committing a prepared txn can crash.
# TODO SERVER-38297: Killing session on a secondary applying a prepare oplog entry can crash.
- # TODO SERVER-38299: Killing an operation preparing a transaction can crash.
- jstests/concurrency/fsm_workloads/multi_statement_transaction_kill_sessions_atomicity_isolation.js
##
diff --git a/buildscripts/resmokeconfig/suites/concurrency_sharded_replication_multi_stmt_txn_with_balancer.yml b/buildscripts/resmokeconfig/suites/concurrency_sharded_replication_multi_stmt_txn_with_balancer.yml
index dedebb659a7..9f689090daf 100644
--- a/buildscripts/resmokeconfig/suites/concurrency_sharded_replication_multi_stmt_txn_with_balancer.yml
+++ b/buildscripts/resmokeconfig/suites/concurrency_sharded_replication_multi_stmt_txn_with_balancer.yml
@@ -115,9 +115,7 @@ selector:
# router tries to commit, it may not know the full participant list.
- jstests/concurrency/fsm_workloads/multi_statement_transaction_all_commands_same_session.js
- # TODO SERVER-38190: Killing an operation committing a prepared txn can crash.
# TODO SERVER-38297: Killing session on a secondary applying a prepare oplog entry can crash.
- # TODO SERVER-38299: Killing an operation preparing a transaction can crash.
- jstests/concurrency/fsm_workloads/multi_statement_transaction_kill_sessions_atomicity_isolation.js
# Expects reads to die with a particular error, but other errors are possible if the read is part
diff --git a/buildscripts/resmokeconfig/suites/concurrency_sharded_replication_with_balancer.yml b/buildscripts/resmokeconfig/suites/concurrency_sharded_replication_with_balancer.yml
index c34499279f1..62894e1f031 100644
--- a/buildscripts/resmokeconfig/suites/concurrency_sharded_replication_with_balancer.yml
+++ b/buildscripts/resmokeconfig/suites/concurrency_sharded_replication_with_balancer.yml
@@ -115,12 +115,8 @@ selector:
# router tries to commit, it may not know the full participant list.
- jstests/concurrency/fsm_workloads/multi_statement_transaction_all_commands_same_session.js
- # TODO SERVER-38190: Killing an operation committing a prepared txn can crash.
# TODO SERVER-38297: Killing session on a secondary applying a prepare oplog entry can crash.
- # TODO SERVER-38299: Killing an operation preparing a transaction can crash.
- jstests/concurrency/fsm_workloads/multi_statement_transaction_kill_sessions_atomicity_isolation.js
- - jstests/concurrency/fsm_workloads/snapshot_read_kill_op_only.js
- - jstests/concurrency/fsm_workloads/snapshot_read_kill_operations.js
exclude_with_any_tags:
- assumes_balancer_off