2015-09-24 11:08:11 +02:00
|
|
|
selector:
|
|
|
|
js_test:
|
|
|
|
roots:
|
|
|
|
- jstests/replsets/*.js
|
2015-10-07 16:13:26 +02:00
|
|
|
exclude_files:
|
|
|
|
- jstests/replsets/config_server_checks.js
|
2016-01-28 03:26:42 +01:00
|
|
|
- jstests/replsets/disallow_adding_initialized_node1.js
|
|
|
|
- jstests/replsets/disallow_adding_initialized_node2.js
|
2015-11-20 13:48:37 +01:00
|
|
|
- jstests/replsets/last_op_visible.js
|
2016-07-05 22:21:31 +02:00
|
|
|
- jstests/replsets/linearizable_read_concern_parsing.js
|
2015-10-14 17:45:08 +02:00
|
|
|
- jstests/replsets/oplog_truncated_on_recovery.js
|
2015-11-03 17:42:51 +01:00
|
|
|
- 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
|
2015-11-20 13:48:37 +01:00
|
|
|
- jstests/replsets/read_committed*.js
|
|
|
|
- jstests/replsets/read_majority_two_arbs.js
|
2015-12-01 18:07:25 +01:00
|
|
|
# The combination of new bridges and PV0 can lead to an improper spanning tree in sync2.js.
|
|
|
|
- jstests/replsets/sync2.js
|
2016-07-06 18:58:36 +02:00
|
|
|
- jstests/replsets/stepup.js
|
2015-09-24 11:08:11 +02:00
|
|
|
|
|
|
|
executor:
|
|
|
|
js_test:
|
|
|
|
config:
|
|
|
|
shell_options:
|
|
|
|
global_vars:
|
|
|
|
TestData:
|
|
|
|
useLegacyReplicationProtocol: true
|
|
|
|
nodb: ''
|