memgraph/tests/e2e
János Benjamin Antal 0bc298c3ad
Fix handling of the ROUTE Bolt message (#475)
The fields of ROUTE message were not read from the input buffer, thus the
input buffer got corrupted. Sending a new message to the server would result
reading the remaining fields from the buffer, which means reading some values
instead of message signature. Because of this unmet expectation, Memgraph closed
the connection. With this fix, the fields of the ROUTE message are properly
read and ignored.
2022-08-26 13:19:27 +02:00
..
configuration Correct inconsistencies w.r.t. sync replication (#435) 2022-08-09 11:29:55 +02:00
isolation_levels Fix usages of constexpr (#367) 2022-03-31 13:52:43 +02:00
magic_functions Fix handling of the ROUTE Bolt message (#475) 2022-08-26 13:19:27 +02:00
memory Fix handling of the ROUTE Bolt message (#475) 2022-08-26 13:19:27 +02:00
module_file_manager Fix usages of constexpr (#367) 2022-03-31 13:52:43 +02:00
monitoring_server Save replication settings (#415) 2022-07-07 13:30:28 +02:00
replication Correct inconsistencies w.r.t. sync replication (#435) 2022-08-09 11:29:55 +02:00
server Save replication settings (#415) 2022-07-07 13:30:28 +02:00
streams Avoid usage of time.sleep (#434) 2022-07-08 10:47:18 +02:00
temporal_types Add memgraph namespace 2022-03-14 15:47:41 +01:00
triggers Fix usages of constexpr (#367) 2022-03-31 13:52:43 +02:00
write_procedures Add logging API (#417) 2022-08-22 14:47:52 +03:00
.gitignore Add end2end replication tests based on mgclient (#69) 2021-01-21 15:56:21 +01:00
CMakeLists.txt Add command to return startup config (#459) 2022-08-03 18:08:44 +02:00
interactive_mg_runner.py Save replication settings (#415) 2022-07-07 13:30:28 +02:00
memgraph-selfsigned.crt Fix shutdown call (#395) 2022-05-18 07:50:06 +02:00
memgraph-selfsigned.key Fix shutdown call (#395) 2022-05-18 07:50:06 +02:00
memgraph.py Save replication settings (#415) 2022-07-07 13:30:28 +02:00
mg_utils.py Correct inconsistencies w.r.t. sync replication (#435) 2022-08-09 11:29:55 +02:00
pytest_runner.sh Python wrapper for write procedures (#234) 2021-10-02 13:17:41 +02:00
runner.py Registering a replica with timeout 0 should not be allowed (#414) 2022-06-29 11:14:23 +03:00