memgraph/tests/stress
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
..
.gitignore Implement SSL support for servers and clients 2018-06-20 17:56:47 +02:00
bipartite.py Add license to cpp/hpp/py test files (#283) 2021-10-26 08:53:56 +02:00
CMakeLists.txt Add parser stress test (#463) 2022-07-26 20:54:56 +02:00
common.py Add license to cpp/hpp/py test files (#283) 2021-10-26 08:53:56 +02:00
continuous_integration Add parser stress test (#463) 2022-07-26 20:54:56 +02:00
create_match.py Add license to cpp/hpp/py test files (#283) 2021-10-26 08:53:56 +02:00
durability Change log library to spdlog, expose log levels to user (#72) 2021-01-21 16:30:55 +01:00
long_running.cpp Fix handling of the ROUTE Bolt message (#475) 2022-08-26 13:19:27 +02:00
parser.cpp Add parser stress test (#463) 2022-07-26 20:54:56 +02:00
requirements.txt Clean and upgrade openCypher and stress tests (#27) 2020-11-24 13:09:14 +01:00