memgraph/tests/e2e/magic_functions
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
..
functions Fix handling of the ROUTE Bolt message (#475) 2022-08-26 13:19:27 +02:00
CMakeLists.txt Fix shared module loading 2022-04-28 20:28:44 +02:00
common.py Memgraph magic functions (#345) 2022-04-21 15:45:31 +02:00
conftest.py Memgraph magic functions (#345) 2022-04-21 15:45:31 +02:00
function_example.py Memgraph magic functions (#345) 2022-04-21 15:45:31 +02:00
workloads.yaml Memgraph magic functions (#345) 2022-04-21 15:45:31 +02:00