summaryrefslogtreecommitdiff
path: root/buildscripts
diff options
context:
space:
mode:
authorSamy Lanka <samy.lanka@mongodb.com>2018-10-01 16:14:32 -0400
committerSamy Lanka <samy.lanka@mongodb.com>2018-10-03 15:46:23 -0400
commit231ec00544f7415bfcdcc51fabc55df6c7e6cb31 (patch)
tree4701ba1d8920d2d28f11f2e6da111771007096c1 /buildscripts
parentb665d7a575ca08c6d6157f35f2d4bb6bf38a8388 (diff)
downloadmongo-231ec00544f7415bfcdcc51fabc55df6c7e6cb31.tar.gz
SERVER-37212 move prepare_conflict_read_concern_behavior.js from jstests/core/txns/ to jstests/replsets/
Diffstat (limited to 'buildscripts')
-rw-r--r--buildscripts/resmokeconfig/suites/causally_consistent_jscore_txns_passthrough.yml1
-rw-r--r--buildscripts/resmokeconfig/suites/replica_sets_initsync_jscore_passthrough.yml1
-rw-r--r--buildscripts/resmokeconfig/suites/replica_sets_initsync_static_jscore_passthrough.yml1
-rw-r--r--buildscripts/resmokeconfig/suites/replica_sets_kill_secondaries_jscore_passthrough.yml1
-rw-r--r--buildscripts/resmokeconfig/suites/sharded_core_txns.yml1
5 files changed, 0 insertions, 5 deletions
diff --git a/buildscripts/resmokeconfig/suites/causally_consistent_jscore_txns_passthrough.yml b/buildscripts/resmokeconfig/suites/causally_consistent_jscore_txns_passthrough.yml
index 322cb533b86..e1222e352a5 100644
--- a/buildscripts/resmokeconfig/suites/causally_consistent_jscore_txns_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/causally_consistent_jscore_txns_passthrough.yml
@@ -11,7 +11,6 @@ selector:
# The following tests are excluded because they do not use the transactions shell helpers.
- jstests/core/txns/non_transactional_operations_on_session_with_transaction.js
# These tests rely on having read concerns that don't use afterClusterTime.
- - jstests/core/txns/prepare_conflict_read_concern_behavior.js
- jstests/core/txns/timestamped_reads_wait_for_prepare_oplog_visibility.js
executor:
diff --git a/buildscripts/resmokeconfig/suites/replica_sets_initsync_jscore_passthrough.yml b/buildscripts/resmokeconfig/suites/replica_sets_initsync_jscore_passthrough.yml
index b0b568429f2..9a3f52c027a 100644
--- a/buildscripts/resmokeconfig/suites/replica_sets_initsync_jscore_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/replica_sets_initsync_jscore_passthrough.yml
@@ -81,7 +81,6 @@ selector:
- jstests/core/txns/empty_prepare.js
- jstests/core/txns/no_new_transactions_when_prepared_transaction_in_progress.js
- jstests/core/txns/prepare_conflict.js
- - jstests/core/txns/prepare_conflict_read_concern_behavior.js
- jstests/core/txns/prepare_prepared_transaction.js
- jstests/core/txns/statement_ids_accepted.js
# TODO (SERVER-35865): Unblacklist when we also correctly write and apply 'commitTransaction'
diff --git a/buildscripts/resmokeconfig/suites/replica_sets_initsync_static_jscore_passthrough.yml b/buildscripts/resmokeconfig/suites/replica_sets_initsync_static_jscore_passthrough.yml
index 276a410bba9..6eb81887108 100644
--- a/buildscripts/resmokeconfig/suites/replica_sets_initsync_static_jscore_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/replica_sets_initsync_static_jscore_passthrough.yml
@@ -18,7 +18,6 @@ selector:
- jstests/core/txns/empty_prepare.js
- jstests/core/txns/no_new_transactions_when_prepared_transaction_in_progress.js
- jstests/core/txns/prepare_conflict.js
- - jstests/core/txns/prepare_conflict_read_concern_behavior.js
- jstests/core/txns/prepare_prepared_transaction.js
- jstests/core/txns/statement_ids_accepted.js
# TODO (SERVER-35865): Unblacklist when we also correctly write and apply 'commitTransaction'
diff --git a/buildscripts/resmokeconfig/suites/replica_sets_kill_secondaries_jscore_passthrough.yml b/buildscripts/resmokeconfig/suites/replica_sets_kill_secondaries_jscore_passthrough.yml
index 473c7b5f34f..7d10a1456ee 100644
--- a/buildscripts/resmokeconfig/suites/replica_sets_kill_secondaries_jscore_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/replica_sets_kill_secondaries_jscore_passthrough.yml
@@ -22,7 +22,6 @@ selector:
- jstests/core/txns/no_new_transactions_when_prepared_transaction_in_progress.js
- jstests/core/txns/no_writes_to_config_transactions_with_prepared_transaction.js
- jstests/core/txns/prepare_conflict.js
- - jstests/core/txns/prepare_conflict_read_concern_behavior.js
- jstests/core/txns/prepare_prepared_transaction.js
- jstests/core/txns/statement_ids_accepted.js
# TODO (SERVER-35865): Unblacklist when we also correctly write and apply 'commitTransaction'
diff --git a/buildscripts/resmokeconfig/suites/sharded_core_txns.yml b/buildscripts/resmokeconfig/suites/sharded_core_txns.yml
index c81e4535b02..93e4b73085b 100644
--- a/buildscripts/resmokeconfig/suites/sharded_core_txns.yml
+++ b/buildscripts/resmokeconfig/suites/sharded_core_txns.yml
@@ -25,7 +25,6 @@ selector:
- jstests/core/txns/no_writes_to_config_transactions_with_prepared_transaction.js
- jstests/core/txns/prepare_committed_transaction.js
- jstests/core/txns/prepare_conflict.js
- - jstests/core/txns/prepare_conflict_read_concern_behavior.js
- jstests/core/txns/prepare_nonexistent_transaction.js
- jstests/core/txns/prepare_prepared_transaction.js
- jstests/core/txns/prepare_requires_fcv42.js