diff options
4 files changed, 0 insertions, 12 deletions
diff --git a/buildscripts/resmokeconfig/suites/sharded_causally_consistent_jscore_txns_passthrough.yml b/buildscripts/resmokeconfig/suites/sharded_causally_consistent_jscore_txns_passthrough.yml index a9ed2f54f07..778924241fe 100644 --- a/buildscripts/resmokeconfig/suites/sharded_causally_consistent_jscore_txns_passthrough.yml +++ b/buildscripts/resmokeconfig/suites/sharded_causally_consistent_jscore_txns_passthrough.yml @@ -21,9 +21,6 @@ selector: # cluster. - jstests/core/txns/transactions_block_ddl.js - # TODO SERVER-36124: maxTimeMS doesn't work for insert on mongos. - - jstests/core/txns/write_conflicts_with_non_txns.js - # TODO SERVER-36120: No doTxn command on mongos. - jstests/core/txns/do_txn_atomicity.js - jstests/core/txns/do_txn_basic.js 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 457916ba968..5208fca1a46 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 @@ -17,9 +17,6 @@ selector: # cluster. - jstests/core/txns/transactions_block_ddl.js - # TODO SERVER-36124: maxTimeMS doesn't work for insert on mongos. - - jstests/core/txns/write_conflicts_with_non_txns.js - # TODO SERVER-36120: No doTxn command on mongos. - jstests/core/txns/do_txn_atomicity.js - jstests/core/txns/do_txn_basic.js diff --git a/buildscripts/resmokeconfig/suites/sharded_jscore_txns.yml b/buildscripts/resmokeconfig/suites/sharded_jscore_txns.yml index 53812249d61..ec173213a18 100644 --- a/buildscripts/resmokeconfig/suites/sharded_jscore_txns.yml +++ b/buildscripts/resmokeconfig/suites/sharded_jscore_txns.yml @@ -21,9 +21,6 @@ selector: # cluster. - jstests/core/txns/transactions_block_ddl.js - # TODO SERVER-36124: maxTimeMS doesn't work for insert on mongos. - - jstests/core/txns/write_conflicts_with_non_txns.js - # TODO SERVER-36120: No doTxn command on mongos. - jstests/core/txns/do_txn_atomicity.js - jstests/core/txns/do_txn_basic.js diff --git a/buildscripts/resmokeconfig/suites/sharded_jscore_txns_sharded_collections.yml b/buildscripts/resmokeconfig/suites/sharded_jscore_txns_sharded_collections.yml index 0cfcaeab1f0..0753da6bf80 100644 --- a/buildscripts/resmokeconfig/suites/sharded_jscore_txns_sharded_collections.yml +++ b/buildscripts/resmokeconfig/suites/sharded_jscore_txns_sharded_collections.yml @@ -17,9 +17,6 @@ selector: # cluster. - jstests/core/txns/transactions_block_ddl.js - # TODO SERVER-36124: maxTimeMS doesn't work for insert on mongos. - - jstests/core/txns/write_conflicts_with_non_txns.js - # TODO SERVER-36120: No doTxn command on mongos. - jstests/core/txns/do_txn_atomicity.js - jstests/core/txns/do_txn_basic.js |