memgraph/tests/manual
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
..
antlr_parser.cpp Add license to cpp/hpp/py test files (#283) 2021-10-26 08:53:56 +02:00
antlr_sigsegv.cpp Upgrade Antrl to 4.10.1 and remove antlr_lock (#441) 2022-07-26 08:31:38 +02:00
antlr_tree_pretty_print.cpp Add license to cpp/hpp/py test files (#283) 2021-10-26 08:53:56 +02:00
bolt_client.cpp Fix handling of the ROUTE Bolt message (#475) 2022-08-26 13:19:27 +02:00
CMakeLists.txt Use libs from toolchain (#326) 2022-01-21 10:22:36 +01:00
expression_pretty_printer.cpp Add memgraph namespace 2022-03-14 15:47:41 +01:00
interactive_planning.cpp Add memgraph namespace 2022-03-14 15:47:41 +01:00
interactive_planning.hpp Add memgraph namespace 2022-03-14 15:47:41 +01:00
kvstore_console.cpp Add memgraph namespace 2022-03-14 15:47:41 +01:00
query_hash.cpp Add memgraph namespace 2022-03-14 15:47:41 +01:00
query_planner.cpp Add memgraph namespace 2022-03-14 15:47:41 +01:00
single_query.cpp Add memgraph namespace 2022-03-14 15:47:41 +01:00
ssl_client.cpp Add memgraph namespace 2022-03-14 15:47:41 +01:00
ssl_server.cpp Add memgraph namespace 2022-03-14 15:47:41 +01:00
stripped_timing.cpp Add memgraph namespace 2022-03-14 15:47:41 +01:00
test_antlr_sigsegv Added antlr sigsegv test. 2017-08-03 13:06:18 +02:00