memgraph/tests/e2e/replication
Jeremy B f629de7e60
Save replication settings (#415)
* Storage takes care of the saving of setting when a new replica is added

* Restore replicas at startup

* Modify interactive_mg_runner + memgraph to support that data-directory can be configured in CONTEXT

* Extend e2e test

* Correct typo

* Add flag to config to specify when replication should be stored (true by default when starting Memgraph)

* Remove un-necessary "--" in yaml file

* Make sure Memgraph stops if a replica can't be restored.

* Add UT covering the parsing  of ReplicaStatus to/from json

* Add assert in e2e script to check that a port is free before using it

* Add test covering crash on Jepsen

* Make sure applciaiton crashes if it starts on corrupted replications' info

Starting with a non-reponsive replica is allowed.

* Add temporary startup flag: this is needed so jepsen do not automatically restore replica on startup of main. This will be removed in T0835
2022-07-07 13:30:28 +02:00
..
CMakeLists.txt Add replica state to SHOW REPLICAS (#379) 2022-06-20 13:28:42 +03:00
common.hpp Add memgraph namespace 2022-03-14 15:47:41 +01:00
common.py Fix SHOW REPLICATION ROLE and SHOW REPLICAS (#376) 2022-05-20 20:17:59 -07:00
conftest.py Fix SHOW REPLICATION ROLE and SHOW REPLICAS (#376) 2022-05-20 20:17:59 -07:00
constraints.cpp Add memgraph namespace 2022-03-14 15:47:41 +01:00
read_write_benchmark.cpp Add memgraph namespace 2022-03-14 15:47:41 +01:00
show_while_creating_invalid_state.py Save replication settings (#415) 2022-07-07 13:30:28 +02:00
show.py Save replication settings (#415) 2022-07-07 13:30:28 +02:00
workloads.yaml Remove sync with timeout (#423) 2022-07-05 09:40:50 +02:00