mirror of
https://github.com/mongodb/mongo.git
synced 2024-12-01 09:32:32 +01:00
SERVER-19120 switch jscore_op_command to jscore_op_query
This commit is contained in:
parent
3ebf89e901
commit
d1ae9d121a
@ -7,7 +7,7 @@ executor:
|
||||
js_test:
|
||||
config:
|
||||
shell_options:
|
||||
rpcProtocols: opCommandOnly
|
||||
rpcProtocols: opQueryOnly
|
||||
hooks:
|
||||
- class: CleanEveryN
|
||||
n: 20
|
@ -605,21 +605,21 @@ tasks:
|
||||
run_multiple_jobs: true
|
||||
|
||||
- <<: *task_template
|
||||
name: jsCore_op_command
|
||||
name: jsCore_op_query
|
||||
commands:
|
||||
- func: "do setup"
|
||||
- func: "run tests"
|
||||
vars:
|
||||
resmoke_args: --suites=core_op_command --storageEngine=mmapv1
|
||||
resmoke_args: --suites=core_op_query --storageEngine=mmapv1
|
||||
run_multiple_jobs: true
|
||||
|
||||
- <<: *task_template
|
||||
name: jsCore_op_command_WT
|
||||
name: jsCore_op_query_WT
|
||||
commands:
|
||||
- func: "do setup"
|
||||
- func: "run tests"
|
||||
vars:
|
||||
resmoke_args: --suites=core_op_command --storageEngine=wiredTiger
|
||||
resmoke_args: --suites=core_op_query --storageEngine=wiredTiger
|
||||
run_multiple_jobs: true
|
||||
|
||||
- <<: *task_template
|
||||
@ -1448,8 +1448,8 @@ buildvariants:
|
||||
- name: jsCore
|
||||
- name: jsCore_WT
|
||||
- name: jsCore_auth
|
||||
- name: jsCore_op_command
|
||||
- name: jsCore_op_command_WT
|
||||
- name: jsCore_op_query
|
||||
- name: jsCore_op_query_WT
|
||||
- name: jsCore_compatibility
|
||||
- name: jsCore_compatibility_WT
|
||||
- name: jsCore_small_oplog
|
||||
|
Loading…
Reference in New Issue
Block a user