memgraph/tests/macro_benchmark
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
..
clients Fix handling of the ROUTE Bolt message (#475) 2022-08-26 13:19:27 +02:00
config Move harness stuff to parent directory 2017-09-15 14:05:26 +02:00
groups Add license to cpp/hpp/py test files (#283) 2021-10-26 08:53:56 +02:00
.gitignore Add run_pokec script and minimum refactor 2018-01-23 16:17:09 +01:00
clients.py Add license to cpp/hpp/py test files (#283) 2021-10-26 08:53:56 +02:00
CMakeLists.txt Remove statsd 2019-12-06 16:44:30 +01:00
common.py Add license to cpp/hpp/py test files (#283) 2021-10-26 08:53:56 +02:00
databases.py Add license to cpp/hpp/py test files (#283) 2021-10-26 08:53:56 +02:00
harness Add run_pokec script and minimum refactor 2018-01-23 16:17:09 +01:00
jail_faker.py Add license to cpp/hpp/py test files (#283) 2021-10-26 08:53:56 +02:00
long_running_suite.py Add license to cpp/hpp/py test files (#283) 2021-10-26 08:53:56 +02:00
query_suite.py Add license to cpp/hpp/py test files (#283) 2021-10-26 08:53:56 +02:00
run_bfs_pokec Implement single node two-sided BFS 2018-08-29 12:56:39 +02:00
run_card_fraud Refactor pokec, add card fraud 2018-02-02 13:45:18 +01:00
run_pokec Add run_pokec script and minimum refactor 2018-01-23 16:17:09 +01:00