Files
Antonio Filipovic 13e3a1d0f7 Add distributed locks in HA (#1819)
- Add distributed locks
- Fix the wrong MAIN state on the follower coordinator
- Fix wrong main doing failover
2024-03-22 11:34:33 +00:00
..
2024-03-14 11:21:59 -07:00
2024-03-21 06:41:26 +00:00
2022-09-15 07:25:36 +02:00
2024-03-20 10:29:24 +01:00
2024-02-12 16:42:57 +01:00
2024-03-14 12:19:59 +01:00

tests/e2e

Framework to run end-to-end tests against Memgraph.

Notes

  • If you change something under this directory and below (even a Python script), make has to be run again because all tests are copied to the build directory and executed from there.
  • Use/extend run.sh if you run any e2e tests:
    • if all tests have to executed, use run.sh
    • if a suite of tests have to be execute, take a look under run.sh how to do so
    • if only a single test have to be execute, take a look at each individual binary/script, it's possible to manually pick the test