memgraph/tests/drivers
Matej Ferencevic 9e04183be7 Implement query execution timeout
Summary:
The query execution now has a timeout for each Cypher query it executes. The
timeout is implemented using TSC and will work only when TSC is available (same
as PROFILE). TSC is used to mitigate the performance impact of reading the
current time constantly.

Reviewers: teon.banek

Reviewed By: teon.banek

Subscribers: pullbot

Differential Revision: https://phabricator.memgraph.io/D2562
2019-11-25 17:45:40 +01:00
..
csharp Integrate driver tests with Apollo 2018-08-22 18:31:37 +02:00
java Integrate driver tests with Apollo 2018-08-22 18:31:37 +02:00
javascript Integrate driver tests with Apollo 2018-08-22 18:31:37 +02:00
python Integrate driver tests with Apollo 2018-08-22 18:31:37 +02:00
.gitignore Integrate driver tests with Apollo 2018-08-22 18:31:37 +02:00
apollo_runs.yaml Integrate driver tests with Apollo 2018-08-22 18:31:37 +02:00
run.sh Implement query execution timeout 2019-11-25 17:45:40 +01:00