blob: a84a90efa1919bbf2fde42dd85a3528d653d1d07 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
test_kind: js_test
selector:
roots:
- jstests/sharding/*.js
exclude_with_any_tags:
- multiversion_incompatible
- requires_fcv_44
executor:
config:
shell_options:
nodb: ''
readMode: commands
global_vars:
TestData:
useRandomBinVersionsWithinReplicaSet: true
mongosBinVersion: 'last-stable'
# TODO: SERVER-45959 remove after v4.4
skipCheckOrphans: true
|