memgraph/tests/e2e/memory/procedures
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
..
CMakeLists.txt Fixup memory e2e tests (#1715) 2024-02-16 15:35:08 +00:00
global_memory_limit_proc.c Fix handling of the ROUTE Bolt message (#475) 2022-08-26 13:19:27 +02:00
global_memory_limit_thread_proc.cpp Add OOM enabler for MG procedure (#1401) 2023-11-15 12:42:04 +01:00
global_memory_limit.c Fix handling of the ROUTE Bolt message (#475) 2022-08-26 13:19:27 +02:00
proc_memory_limit.cpp Add OOM enabler for MG procedure (#1401) 2023-11-15 12:42:04 +01: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 Use extent hooks for per query memory limit (#1340) 2023-10-25 16:01:59 +02:00