memgraph/tests
Tyler Neely acc655f4fd
Model-based testing of simulated full cluster (#584)
This PR adds support for generating randomized workloads that will be executed
against a simulated cluster, as well as against a correctness model. Initially
this just generates ScanAll and CreateVertex requests, and anything that it
creates, it also inserts into a `std::set`, and when we do a ScanAll, it asserts
that we get the same number of requests back. This will become much more
sophisticated over time, but it's already hitting pay-dirt.
2022-10-24 19:54:09 +02:00
..
benchmark Transport prototype (#466) 2022-08-12 08:24:32 +02:00
concurrent Fix usages of constexpr (#367) 2022-03-31 13:52:43 +02:00
drivers Add license to cpp/hpp/py test files (#283) 2021-10-26 08:53:56 +02:00
e2e Make ExpandOne work in the query engine (#589) 2022-10-20 11:35:00 +02:00
gql_behave Bring changes from master to project-pineapples (#477) 2022-07-28 15:36:17 +02:00
integration Add memgraph namespace 2022-03-14 15:47:41 +01:00
jepsen Save replication settings (#415) 2022-07-07 13:30:28 +02:00
macro_benchmark Add memgraph namespace 2022-03-14 15:47:41 +01:00
manual Decouple interactive planning manual test (#585) 2022-10-21 13:34:13 +02:00
mgbench Add memgraph namespace 2022-03-14 15:47:41 +01:00
property_based Add memgraph namespace 2022-03-14 15:47:41 +01:00
public_benchmark Resolve python dependency issues (#372) 2022-04-07 17:56:18 +02:00
simulation Model-based testing of simulated full cluster (#584) 2022-10-24 19:54:09 +02:00
stress Bring changes from master to project-pineapples (#477) 2022-07-28 15:36:17 +02:00
unit Load SPDLOG_LEVEL environment variable in unit tests binaries (#606) 2022-10-20 18:27:52 +02: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 Transport prototype (#466) 2022-08-12 08:24:32 +02:00
setup.sh Update pyyaml version (#305) 2021-11-25 10:12:33 +01:00