memgraph/tests/simulation
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
..
trial_query_storage Model-based testing of simulated full cluster (#584) 2022-10-24 19:54:09 +02:00
basic_request.cpp Transport prototype (#466) 2022-08-12 08:24:32 +02:00
cluster_config.hpp Model-based testing of simulated full cluster (#584) 2022-10-24 19:54:09 +02:00
cluster_property_test.cpp Model-based testing of simulated full cluster (#584) 2022-10-24 19:54:09 +02:00
CMakeLists.txt Model-based testing of simulated full cluster (#584) 2022-10-24 19:54:09 +02:00
common.hpp Make ExpandOne work in the query engine (#589) 2022-10-20 11:35:00 +02:00
generated_operations.hpp Model-based testing of simulated full cluster (#584) 2022-10-24 19:54:09 +02:00
raft.cpp Model-based testing of simulated full cluster (#584) 2022-10-24 19:54:09 +02:00
shard_request_manager.cpp Make ExpandOne work in the query engine (#589) 2022-10-20 11:35:00 +02:00
shard_rsm.cpp Model-based testing of simulated full cluster (#584) 2022-10-24 19:54:09 +02:00
sharded_map.cpp Make ShardRequestManager work with futures (#588) 2022-10-18 09:53:37 +02:00
test_cluster.hpp Model-based testing of simulated full cluster (#584) 2022-10-24 19:54:09 +02:00
testing_constants.hpp Model-based testing of simulated full cluster (#584) 2022-10-24 19:54:09 +02:00