2018-06-20 19:46:54 +08:00
|
|
|
- name: integration__telemetry
|
|
|
|
cd: telemetry
|
|
|
|
commands: TIMEOUT=200 ./runner.py
|
|
|
|
infiles:
|
|
|
|
- runner.py # runner script
|
|
|
|
- server.py # server script
|
|
|
|
- ../../../build_debug/tests/integration/telemetry/client # client binary
|
|
|
|
- ../../../build_debug/tests/manual/kvstore_console # kvstore console binary
|
2018-06-20 23:44:47 +08:00
|
|
|
|
|
|
|
- name: integration__ssl
|
|
|
|
cd: ssl
|
|
|
|
commands: ./runner.sh
|
|
|
|
infiles:
|
|
|
|
- runner.sh # runner script
|
|
|
|
- ../../../build_debug/tests/integration/ssl/tester # tester binary
|
|
|
|
enable_network: true
|
2018-07-16 15:51:02 +08:00
|
|
|
|
|
|
|
- name: integration__transactions
|
|
|
|
cd: transactions
|
|
|
|
commands: ./runner.sh
|
|
|
|
infiles:
|
|
|
|
- runner.sh # runner script
|
|
|
|
- ../../../build_debug/memgraph # memgraph binary
|
|
|
|
- ../../../build_debug/tests/integration/transactions/tester # tester binary
|
2018-08-14 17:11:30 +08:00
|
|
|
|
|
|
|
- name: integration__kafka
|
|
|
|
cd: kafka
|
|
|
|
commands: ./runner.sh
|
|
|
|
infiles:
|
|
|
|
- runner.sh # runner script
|
|
|
|
- transform.py # transform script
|
|
|
|
- ../../../build_debug/memgraph # memgraph binary
|
|
|
|
- ../../../build_debug/kafka.py # kafka script
|
|
|
|
- ../../../build_debug/tests/integration/kafka/tester # tester binary
|
|
|
|
enable_network: true
|
2018-08-22 16:59:46 +08:00
|
|
|
|
|
|
|
- name: integration__auth
|
|
|
|
cd: auth
|
2018-08-29 17:05:34 +08:00
|
|
|
commands: TIMEOUT=820 ./runner.py
|
2018-08-22 16:59:46 +08:00
|
|
|
infiles:
|
|
|
|
- runner.py # runner script
|
|
|
|
- ../../../build_debug/memgraph # memgraph binary
|
|
|
|
- ../../../build_debug/tests/integration/auth/checker # checker binary
|
|
|
|
- ../../../build_debug/tests/integration/auth/tester # tester binary
|
2018-09-27 21:07:46 +08:00
|
|
|
|
|
|
|
- name: integration__distributed
|
|
|
|
cd: distributed
|
|
|
|
commands: TIMEOUT=480 ./runner.py
|
|
|
|
infiles:
|
|
|
|
- runner.py # runner script
|
2018-10-04 21:23:07 +08:00
|
|
|
- ../../../build_debug/memgraph_distributed # memgraph distributed binary
|
2018-09-27 21:07:46 +08:00
|
|
|
- ../../../build_debug/tests/integration/distributed/tester # tester binary
|
2019-01-04 23:07:57 +08:00
|
|
|
|
|
|
|
- name: integration__ha_basic
|
|
|
|
cd: ha_basic
|
|
|
|
commands: ./runner.py
|
|
|
|
infiles:
|
|
|
|
- runner.py # runner script
|
|
|
|
- raft.json # raft configuration
|
|
|
|
- ../../../build_debug/memgraph_ha # memgraph distributed binary
|
|
|
|
- ../../../build_debug/tests/integration/ha_basic/tester # tester binary
|