memgraph/tests/e2e
Andi 1a3c5af797
Improve expansions on disk (#1335)
* Improve disk expansions
2023-10-11 10:18:50 +02:00
..
analytical_mode Fix IN_MEMORY_ANALYTICAL storage GC (#1025) 2023-06-23 12:50:03 +02:00
analyze_graph Add multi-tenancy v1 (#952) 2023-08-01 18:49:11 +02:00
batched_procedures Add disk storage to e2e tests (#1202) 2023-08-30 13:42:11 +02:00
concurrent_query_modules Fix concurrent query module race condition (#1158) 2023-08-21 16:45:36 +02:00
configuration Add --storage-mode flag (#1282) 2023-09-26 14:47:30 +02:00
disk_storage Add deterministic disk vertex_count and edge_count (#1146) 2023-08-29 13:07:23 +02:00
fine_grained_access Add disk storage to e2e tests (#1202) 2023-08-30 13:42:11 +02:00
graphql Add multi-tenancy v1 (#952) 2023-08-01 18:49:11 +02:00
import_mode Add edge import mode into the on-disk storage (#1157) 2023-09-05 19:00:53 +02:00
init_file_flags Add disk storage to e2e tests (#1202) 2023-08-30 13:42:11 +02:00
isolation_levels Add disk storage to e2e tests (#1202) 2023-08-30 13:42:11 +02:00
lba_procedures Add disk storage to e2e tests (#1202) 2023-08-30 13:42:11 +02:00
load_csv Add disk storage to e2e tests (#1202) 2023-08-30 13:42:11 +02:00
magic_functions Add disk storage to e2e tests (#1202) 2023-08-30 13:42:11 +02:00
memory Add disk storage to e2e tests (#1202) 2023-08-30 13:42:11 +02:00
mock_api Improve expansions on disk (#1335) 2023-10-11 10:18:50 +02:00
module_file_manager Add disk storage to e2e tests (#1202) 2023-08-30 13:42:11 +02:00
monitoring_server Save replication settings (#415) 2022-07-07 13:30:28 +02:00
python_query_modules_reloading Add disk storage to e2e tests (#1202) 2023-08-30 13:42:11 +02:00
replication Refactor interpreter to support multiple distributed clocks (Part 1) (#1281) 2023-10-05 16:58:39 +02:00
server Save replication settings (#415) 2022-07-07 13:30:28 +02:00
set_properties Set properties C API extension (#1131) 2023-09-04 16:17:43 +02:00
show_index_info Sort SHOW INDEX INFO (#1178) 2023-09-11 10:59:41 +02:00
streams Add disk storage to e2e tests (#1202) 2023-08-30 13:42:11 +02:00
telemetry Merge master (#554) 2022-09-15 07:25:36 +02:00
temporal_types Add disk storage to e2e tests (#1202) 2023-08-30 13:42:11 +02:00
transaction_queue Add disk storage to e2e tests (#1202) 2023-08-30 13:42:11 +02:00
transaction_rollback Implement changing from and to vertices in relationships (#1221) 2023-09-08 12:52:40 +02:00
triggers Improve expansions on disk (#1335) 2023-10-11 10:18:50 +02:00
write_procedures Improve expansions on disk (#1335) 2023-10-11 10:18:50 +02:00
.gitignore Add end2end replication tests based on mgclient (#69) 2021-01-21 15:56:21 +01:00
CMakeLists.txt Sort SHOW INDEX INFO (#1178) 2023-09-11 10:59:41 +02:00
dependency_check.sh Add dependency check for e2e tests (#1240) 2023-09-12 11:34:08 -04:00
interactive_mg_runner.py Fix a bunch of spelling mistakes (1/n) (#1112) 2023-07-30 14:05:05 +02: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 Add disk storage to e2e tests (#1202) 2023-08-30 13:42:11 +02:00
mg_utils.py Correct inconsistencies w.r.t. sync replication (#435) 2022-08-09 11:29:55 +02: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 Add GQL behave tests for on-disk storage (#1238) 2023-10-10 09:27:11 +03:00
runner.py Add experimental/v1 of ON_DISK_TRANSACTIONAL storage (#850) 2023-06-29 11:44:55 +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