Disable flaky HA benchmark

Summary:
It seems like the HA benchmark is flaky and unrelated builds fail
because of it. Lets disable it for now until we figure out what is happening.

Reviewers: ipaljak

Reviewed By: ipaljak

Subscribers: pullbot

Differential Revision: https://phabricator.memgraph.io/D1814
This commit is contained in:
Matija Santl 2019-01-17 11:26:47 +01:00
parent d7422a16d2
commit 49f906f384

View File

@ -9,13 +9,13 @@
- ../../../build_release/tests/feature_benchmark/kafka/benchmark # benchmark binary - ../../../build_release/tests/feature_benchmark/kafka/benchmark # benchmark binary
enable_network: true enable_network: true
- name: feature_benchmark__ha #- name: feature_benchmark__ha
cd: ha # cd: ha
commands: ./runner.sh # commands: ./runner.sh
infiles: # infiles:
- runner.sh # runner script # - runner.sh # runner script
- raft.json # raft configuration file # - raft.json # raft configuration file
- coordination.json # coordination configuration file # - coordination.json # coordination configuration file
- ../../../build_release/tests/feature_benchmark/ha/benchmark # benchmark binary # - ../../../build_release/tests/feature_benchmark/ha/benchmark # benchmark binary
- ../../../build_release/memgraph_ha # memgraph binary # - ../../../build_release/memgraph_ha # memgraph binary
enable_network: true # enable_network: true