1d448d40ca
Summary: This diff implements OpenSSL support in the network stack. Currently SSL support is only enabled for Bolt connections, support for RPC connections will be added in another diff. Reviewers: buda, teon.banek Reviewed By: buda Subscribers: pullbot Differential Revision: https://phabricator.memgraph.io/D1328
35 lines
1.1 KiB
YAML
35 lines
1.1 KiB
YAML
- 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
|
|
|
|
- name: stress_properties_on_disk
|
|
commands: TIMEOUT=600 ./continuous_integration --properties-on-disk
|
|
infiles: *STRESS_INFILES
|
|
|
|
- name: stress_ssl
|
|
commands: TIMEOUT=600 ./continuous_integration --use-ssl
|
|
infiles: *STRESS_INFILES
|
|
|
|
- name: stress_large
|
|
project: release
|
|
commands: TIMEOUT=43200 ./continuous_integration --large-dataset
|
|
infiles: *STRESS_INFILES
|
|
slave_group: remote_16c128g
|
|
|
|
- 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
|
|
commands: TIMEOUT=3600 ./ve3/bin/python3 durability --num-steps 20
|
|
infiles: *DURABILITY_INFILES
|
|
slave_group: remote_16c128g
|