0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-11-24 16:46:00 +01:00
mongodb/buildscripts/resmokeconfig/suites/replica_sets_legacy.yml
Siyuan Zhou 16a914fa10 SERVER-24881 Add StepUp Command.
This reverts commit 05eca76c9d.
Fixed ErrorCodes in JS tests.
2016-07-06 13:30:23 -04:00

29 lines
1017 B
YAML

selector:
js_test:
roots:
- jstests/replsets/*.js
exclude_files:
- jstests/replsets/config_server_checks.js
- jstests/replsets/disallow_adding_initialized_node1.js
- jstests/replsets/disallow_adding_initialized_node2.js
- jstests/replsets/last_op_visible.js
- jstests/replsets/linearizable_read_concern_parsing.js
- jstests/replsets/oplog_truncated_on_recovery.js
- jstests/replsets/priority_takeover_cascading_priorities.js
- jstests/replsets/priority_takeover_one_node_higher_priority.js
- jstests/replsets/priority_takeover_two_nodes_equal_priority.js
- jstests/replsets/read_committed*.js
- jstests/replsets/read_majority_two_arbs.js
# The combination of new bridges and PV0 can lead to an improper spanning tree in sync2.js.
- jstests/replsets/sync2.js
- jstests/replsets/stepup.js
executor:
js_test:
config:
shell_options:
global_vars:
TestData:
useLegacyReplicationProtocol: true
nodb: ''