memgraph/tests/e2e/memory
Gareth Andrew Lloyd 33c400fcc1
Fixup memory e2e tests (#1715)
- Remove the e2e that did concurrent mgp_* calls on the same transaction
  (ATM this is unsupported)
- Fix up the concurrent mgp_global_alloc test to be testing it more precisely
- Reduce the memory limit on detach delete test due to recent memory
  optimizations around deltas.
- No longer throw from hook, through jemalloc C, to our C++ on other
  side. This cause mutex unlocks to not happen.
- No longer allocate error messages while inside the hook. This caused
  recursive entry back inside jamalloc which would try to relock a
  non-recursive mutex.
2024-02-16 15:35:08 +00:00
..
procedures Fixup memory e2e tests (#1715) 2024-02-16 15:35:08 +00:00
CMakeLists.txt Fixup memory e2e tests (#1715) 2024-02-16 15:35:08 +00:00
memory_control.cpp Fixup memory e2e tests (#1715) 2024-02-16 15:35:08 +00:00
memory_limit_accumulation.cpp Add OOM enabler in operator tree (#1379) 2023-10-25 12:16:11 +02:00
memory_limit_delete.cpp Add OOM enabler in operator tree (#1379) 2023-10-25 12:16:11 +02:00
memory_limit_edge_create.cpp Add OOM enabler in operator tree (#1379) 2023-10-25 12:16:11 +02:00
memory_limit_global_alloc_proc.cpp Fixes for clang-tidy / sonar issues (#1536) 2023-11-22 13:05:02 +00:00
memory_limit_global_alloc.cpp Add multi-tenancy v1 (#952) 2023-08-01 18:49:11 +02:00
memory_limit_global_thread_alloc_proc.cpp Fixes for clang-tidy / sonar issues (#1536) 2023-11-22 13:05:02 +00:00
procedure_memory_limit_multi_proc.cpp Add OOM enabler for MG procedure (#1401) 2023-11-15 12:42:04 +01:00
procedure_memory_limit.cpp Fixes for clang-tidy / sonar issues (#1536) 2023-11-22 13:05:02 +00:00
query_memory_limit_create.cpp Use extent hooks for per query memory limit (#1340) 2023-10-25 16:01:59 +02:00
query_memory_limit_multi_thread.cpp Use extent hooks for per query memory limit (#1340) 2023-10-25 16:01:59 +02:00
query_memory_limit_proc_multi_thread.cpp Fixup memory e2e tests (#1715) 2024-02-16 15:35:08 +00:00
query_memory_limit_proc.cpp Fixes for clang-tidy / sonar issues (#1536) 2023-11-22 13:05:02 +00:00
workloads.yaml Fixup memory e2e tests (#1715) 2024-02-16 15:35:08 +00:00