memgraph/tests/integration/transactions
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
..
CMakeLists.txt Fix transaction handling logic and implement tests 2018-07-16 10:02:14 +02:00
runner.sh Remove leftover Apollo files (#1) 2020-09-21 14:58:52 +02:00
tester.cpp Fix handling of the ROUTE Bolt message (#475) 2022-08-26 13:19:27 +02:00