diff options
author | Vesselina Ratcheva <vesselina.ratcheva@10gen.com> | 2019-04-19 17:16:50 -0400 |
---|---|---|
committer | Vesselina Ratcheva <vesselina.ratcheva@10gen.com> | 2019-04-22 15:40:16 -0400 |
commit | 92893a712df592d7742a91aa56fc783707a2ece6 (patch) | |
tree | 6d07f80614baceace65dd9ac727ff5932b9f40ec /buildscripts | |
parent | 8fea1553c0ddc6bf632d6d9e951a510892d6f1c5 (diff) | |
download | mongo-92893a712df592d7742a91aa56fc783707a2ece6.tar.gz |
SERVER-40750 Blacklist currentop_blocked_operations.js and prepare_transaction_unique_index_conflict.js from initsync passthroughs
Diffstat (limited to 'buildscripts')
-rw-r--r-- | buildscripts/resmokeconfig/suites/replica_sets_initsync_jscore_passthrough.yml | 2 | ||||
-rw-r--r-- | buildscripts/resmokeconfig/suites/replica_sets_initsync_static_jscore_passthrough.yml | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/buildscripts/resmokeconfig/suites/replica_sets_initsync_jscore_passthrough.yml b/buildscripts/resmokeconfig/suites/replica_sets_initsync_jscore_passthrough.yml index 2202b4140a3..70c66f55824 100644 --- a/buildscripts/resmokeconfig/suites/replica_sets_initsync_jscore_passthrough.yml +++ b/buildscripts/resmokeconfig/suites/replica_sets_initsync_jscore_passthrough.yml @@ -42,12 +42,14 @@ selector: # initial sync. - jstests/core/txns/abort_prepared_transaction.js - jstests/core/txns/commit_prepared_transaction_errors.js + - jstests/core/txns/currentop_blocked_operations.js - jstests/core/txns/empty_prepare.js - 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_aggregation_behavior.js - jstests/core/txns/prepare_prepared_transaction.js + - jstests/core/txns/prepare_transaction_unique_index_conflict.js - jstests/core/txns/prepared_transactions_do_not_block_non_conflicting_ddl.js - jstests/core/txns/statement_ids_accepted.js - jstests/core/txns/commit_prepared_transaction.js 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 75795dbb622..ac554608915 100644 --- a/buildscripts/resmokeconfig/suites/replica_sets_initsync_static_jscore_passthrough.yml +++ b/buildscripts/resmokeconfig/suites/replica_sets_initsync_static_jscore_passthrough.yml @@ -15,12 +15,14 @@ selector: # initial sync. - jstests/core/txns/abort_prepared_transaction.js - jstests/core/txns/commit_prepared_transaction_errors.js + - jstests/core/txns/currentop_blocked_operations.js - jstests/core/txns/empty_prepare.js - 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_aggregation_behavior.js - jstests/core/txns/prepare_prepared_transaction.js + - jstests/core/txns/prepare_transaction_unique_index_conflict.js - jstests/core/txns/prepared_transactions_do_not_block_non_conflicting_ddl.js - jstests/core/txns/statement_ids_accepted.js - jstests/core/txns/commit_prepared_transaction.js |