memgraph/tests/integration
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
..
audit Fix handling of the ROUTE Bolt message (#475) 2022-08-26 13:19:27 +02:00
auth Fix handling of the ROUTE Bolt message (#475) 2022-08-26 13:19:27 +02:00
durability Add license to cpp/hpp/py test files (#283) 2021-10-26 08:53:56 +02:00
ldap Fix handling of the ROUTE Bolt message (#475) 2022-08-26 13:19:27 +02:00
mg_import_csv Fix handling of the ROUTE Bolt message (#475) 2022-08-26 13:19:27 +02:00
ssl Add memgraph namespace 2022-03-14 15:47:41 +01:00
telemetry Add memgraph namespace 2022-03-14 15:47:41 +01:00
transactions Fix handling of the ROUTE Bolt message (#475) 2022-08-26 13:19:27 +02:00
CMakeLists.txt Implement mg_import_csv 2020-03-03 14:33:43 +01:00