memgraph/tests
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
..
benchmark Adding authentication data replication (#1666) 2024-02-05 10:37:00 +00:00
concurrent HA: Add automatic failover (#1646) 2024-01-29 15:34:00 +01:00
drivers Fix go driver test (#1708) 2024-02-09 17:07:30 +01:00
e2e Fixup memory e2e tests (#1715) 2024-02-16 15:35:08 +00:00
gql_behave Fix unbound variable causing crash inside subquery (#1710) 2024-02-13 01:10:03 +01:00
integration System replication experimental flag (#1702) 2024-02-13 12:57:18 +00:00
jepsen Add step to refresh jepsen cluster before test (#1667) 2024-01-26 10:50:03 +00:00
macro_benchmark Use extent hooks for per query memory limit (#1340) 2023-10-25 16:01:59 +02:00
manual Adding authentication data replication (#1666) 2024-02-05 10:37:00 +00:00
mgbench Fix compare results in mgbench (#1319) 2023-11-07 17:04:37 +01:00
property_based HA: Add automatic failover (#1646) 2024-01-29 15:34:00 +01:00
public_benchmark Resolve python dependency issues (#372) 2022-04-07 17:56:18 +02:00
stress Add atomic memory block around unsafe code blocks (#1589) 2023-12-21 09:43:16 +01:00
unit Fixup memory e2e tests (#1715) 2024-02-16 15:35:08 +00:00
.clang-tidy New MGP API (#219) 2021-09-09 10:44:47 +02:00
client-stress.sh Migrate command line args to gflgs in tests 2017-07-06 13:54:12 +02:00
CMakeLists.txt Add end2end replication tests based on mgclient (#69) 2021-01-21 15:56:21 +01:00
setup.sh Add GQL behave tests for on-disk storage (#1238) 2023-10-10 09:27:11 +03:00
util.sh Add GraphQL transpilation compatibility (#1018) 2023-07-31 14:48:12 +02:00