Fix version and quote
This commit is contained in:
parent
1eb18a6d39
commit
accefa7b88
@ -6,7 +6,7 @@ script_dir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||
MEMGRAPH_BINARY_PATH="../../build/memgraph"
|
||||
# NOTE: On Ubuntu 22.04 0.3.2 uses non-existing docker compose --compatibility flag.
|
||||
# NOTE: On Ubuntu 22.04 0.3.1 seems to be working.
|
||||
JEPSEN_VERSION="${JEPSEN_VERSION:-0.3.0}"
|
||||
JEPSEN_VERSION="${JEPSEN_VERSION:-v0.3.0}"
|
||||
JEPSEN_ACTIVE_NODES_NO=5
|
||||
CONTROL_LEIN_RUN_ARGS="test-all --node-configs resources/node-config.edn"
|
||||
CONTROL_LEIN_RUN_STDOUT_LOGS=1
|
||||
@ -124,7 +124,7 @@ case $1 in
|
||||
docker cp "$binary_path" "$jepsen_node_name":/opt/memgraph/"$binary_name"
|
||||
# TODO(gitbuda): This doesn't work if the pure binary is linked called memgraph
|
||||
docker exec "$jepsen_node_name" bash -c "rm -f /opt/memgraph/memgraph && ln -s /opt/memgraph/$binary_name /opt/memgraph/memgraph"
|
||||
docker exec "$jepsen_node_name" bash -c "touch /opt/memgraph/memgraph.log
|
||||
docker exec "$jepsen_node_name" bash -c "touch /opt/memgraph/memgraph.log"
|
||||
INFO "Copying $binary_name to $jepsen_node_name DONE."
|
||||
done
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user