0
0
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:
Adam Midvidy 2015-06-24 16:39:42 -04:00
parent 3ebf89e901
commit d1ae9d121a
2 changed files with 7 additions and 7 deletions

View File

@ -7,7 +7,7 @@ executor:
js_test:
config:
shell_options:
rpcProtocols: opCommandOnly
rpcProtocols: opQueryOnly
hooks:
- class: CleanEveryN
n: 20

View File

@ -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