33c400fcc1
- 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. |
||
---|---|---|
.. | ||
procedures | ||
CMakeLists.txt | ||
memory_control.cpp | ||
memory_limit_accumulation.cpp | ||
memory_limit_delete.cpp | ||
memory_limit_edge_create.cpp | ||
memory_limit_global_alloc_proc.cpp | ||
memory_limit_global_alloc.cpp | ||
memory_limit_global_thread_alloc_proc.cpp | ||
procedure_memory_limit_multi_proc.cpp | ||
procedure_memory_limit.cpp | ||
query_memory_limit_create.cpp | ||
query_memory_limit_multi_thread.cpp | ||
query_memory_limit_proc_multi_thread.cpp | ||
query_memory_limit_proc.cpp | ||
workloads.yaml |