2018-01-10 20:53:42 +08:00
|
|
|
- name: stress
|
|
|
|
commands: TIMEOUT=600 ./continuous_integration
|
|
|
|
infiles: &STRESS_INFILES
|
|
|
|
- . # current directory
|
|
|
|
- ../../build_release/memgraph # memgraph release binary
|
|
|
|
- ../../config # directory with config files
|
|
|
|
- ../../build_release/tests/stress # stress client binaries
|
|
|
|
|
2018-06-20 23:44:47 +08:00
|
|
|
- name: stress_ssl
|
|
|
|
commands: TIMEOUT=600 ./continuous_integration --use-ssl
|
|
|
|
infiles: *STRESS_INFILES
|
|
|
|
|
2018-01-10 20:53:42 +08:00
|
|
|
- name: stress_large
|
|
|
|
project: release
|
|
|
|
commands: TIMEOUT=43200 ./continuous_integration --large-dataset
|
|
|
|
infiles: *STRESS_INFILES
|
2018-04-21 21:36:28 +08:00
|
|
|
|
2019-07-18 22:49:47 +08:00
|
|
|
- name: stress_ha_normal_operation
|
2019-07-09 19:01:06 +08:00
|
|
|
commands: TIMEOUT=200 ./continuous_integration_ha
|
|
|
|
infiles: &STRESS_HA_INFILES
|
|
|
|
- . # current directory
|
|
|
|
- ../../build_release/memgraph_ha # memgraph release binary
|
|
|
|
- ../../build_release/tests/stress/ # stress client binaries
|
|
|
|
|
2019-07-18 22:49:47 +08:00
|
|
|
- name: stress_ha_normal_opration_large
|
|
|
|
project: release
|
|
|
|
commands: TIMEOUT=7500 ./continuous_integration_ha --large-dataset
|
|
|
|
infiles: *STRESS_HA_INFILES
|
|
|
|
|
2018-04-21 21:36:28 +08:00
|
|
|
- name: durability
|
|
|
|
commands: TIMEOUT=300 ./ve3/bin/python3 durability --num-steps 5
|
|
|
|
infiles: &DURABILITY_INFILES
|
|
|
|
- . # current directory
|
|
|
|
- ../../build_release/memgraph # memgraph release binary
|
|
|
|
- ../../config # directory with config files
|
|
|
|
|
|
|
|
- name: durability_large
|
|
|
|
project: release
|
2018-06-27 17:11:22 +08:00
|
|
|
commands: TIMEOUT=5400 ./ve3/bin/python3 durability --num-steps 20
|
2018-04-21 21:36:28 +08:00
|
|
|
infiles: *DURABILITY_INFILES
|