memgraph/tests/e2e
2024-02-14 14:24:59 +00:00
..
analytical_mode Replication refactor part 7 (#1550) 2024-01-23 12:06:10 +01:00
analyze_graph Replication refactor part 7 (#1550) 2024-01-23 12:06:10 +01:00
batched_procedures Replication refactor part 7 (#1550) 2024-01-23 12:06:10 +01:00
concurrent_query_modules Replication refactor part 7 (#1550) 2024-01-23 12:06:10 +01:00
configuration Add support for unregistering replication instances (#1712) 2024-02-14 14:24:59 +00:00
constraints Replication refactor part 7 (#1550) 2024-01-23 12:06:10 +01:00
disk_storage Replication refactor part 7 (#1550) 2024-01-23 12:06:10 +01:00
filter_info Remove filter profile info (#1481) 2023-12-03 21:23:52 +01:00
fine_grained_access Replication refactor part 7 (#1550) 2024-01-23 12:06:10 +01:00
garbage_collection Replication refactor part 7 (#1550) 2024-01-23 12:06:10 +01:00
graphql Replication refactor part 7 (#1550) 2024-01-23 12:06:10 +01:00
high_availability_experimental Add support for unregistering replication instances (#1712) 2024-02-14 14:24:59 +00:00
import_mode Replication refactor part 7 (#1550) 2024-01-23 12:06:10 +01:00
index_hints Replication refactor part 7 (#1550) 2024-01-23 12:06:10 +01:00
init_file_flags Replication refactor part 7 (#1550) 2024-01-23 12:06:10 +01:00
inspect_query Replication refactor part 7 (#1550) 2024-01-23 12:06:10 +01:00
isolation_levels Replication refactor part 7 (#1550) 2024-01-23 12:06:10 +01:00
lba_procedures Revert e2e tests and remove flaky ones (#1703) 2024-02-09 12:55:31 +01:00
load_csv Add support for query params in load csv (#1653) 2024-02-09 18:26:27 +01:00
magic_functions Replication refactor part 7 (#1550) 2024-01-23 12:06:10 +01:00
memory Revert e2e tests and remove flaky ones (#1703) 2024-02-09 12:55:31 +01:00
metadata_queries Add tests for the retrieval queries 2023-11-28 13:34:21 +01:00
mock_api Replication refactor part 7 (#1550) 2024-01-23 12:06:10 +01:00
module_file_manager Replication refactor part 7 (#1550) 2024-01-23 12:06:10 +01:00
monitoring_server Replication refactor part 7 (#1550) 2024-01-23 12:06:10 +01:00
python_query_modules_reloading Replication refactor part 7 (#1550) 2024-01-23 12:06:10 +01:00
queries Replication refactor part 7 (#1550) 2024-01-23 12:06:10 +01:00
query_modules Revert e2e tests and remove flaky ones (#1703) 2024-02-09 12:55:31 +01:00
query_modules_storage_modes Add handling of deleted return values for query procedures and functions ran in analytical mode (#1395) 2023-12-04 08:32:59 +01:00
query_planning Fix three match cartesian sequential scanning (#1555) 2023-12-04 00:01:29 +01:00
replication Revert replication tests (#1707) 2024-02-12 16:42:57 +01:00
replication_experimental System replication experimental flag (#1702) 2024-02-13 12:57:18 +00:00
server Replication refactor part 7 (#1550) 2024-01-23 12:06:10 +01:00
set_properties Replication refactor part 7 (#1550) 2024-01-23 12:06:10 +01:00
show_index_info Replication refactor part 7 (#1550) 2024-01-23 12:06:10 +01:00
streams Revert e2e tests and remove flaky ones (#1703) 2024-02-09 12:55:31 +01:00
telemetry Merge master (#554) 2022-09-15 07:25:36 +02:00
temporal_types Replication refactor part 7 (#1550) 2024-01-23 12:06:10 +01:00
transaction_queue Replication refactor part 7 (#1550) 2024-01-23 12:06:10 +01:00
transaction_rollback Replication refactor part 7 (#1550) 2024-01-23 12:06:10 +01:00
triggers Replication refactor part 7 (#1550) 2024-01-23 12:06:10 +01:00
write_procedures Replication refactor part 7 (#1550) 2024-01-23 12:06:10 +01:00
.gitignore Add end2end replication tests based on mgclient (#69) 2021-01-21 15:56:21 +01:00
CMakeLists.txt System replication experimental flag (#1702) 2024-02-13 12:57:18 +00:00
dependency_check.sh Add dependency check for e2e tests (#1240) 2023-09-12 11:34:08 -04:00
interactive_mg_runner.py HA: Disable replication from old main (#1674) 2024-02-07 11:20:47 +01:00
memgraph-selfsigned.crt Fix shutdown call (#395) 2022-05-18 07:50:06 +02:00
memgraph-selfsigned.key Fix shutdown call (#395) 2022-05-18 07:50:06 +02:00
memgraph.py Revert replication tests (#1707) 2024-02-12 16:42:57 +01:00
mg_utils.py Fix Kafka's NoBrokersAvailableInfo issue (#1578) 2023-12-20 20:03:06 +01:00
pytest_runner.sh Python wrapper for write procedures (#234) 2021-10-02 13:17:41 +02:00
README.md Improve e2e and replication testing setup (#1061) 2023-07-19 21:18:43 +02:00
run.sh Replication refactor part 7 (#1550) 2024-01-23 12:06:10 +01:00
runner.py Replication refactor part 7 (#1550) 2024-01-23 12:06:10 +01:00
x.sh Move essential query modules from MAGE to Memgraph (#1384) 2023-10-25 18:27:44 +02: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