memgraph/tests
florijan 0b2d0b0d61 Fix macro bench clients common rethrow
Summary:
I think the rethrow as it was done in `.../clientes/common.hpp` is not
correct as it could have caught any exception type descending from
`BasicException`, copied it into `optional<BasicException>` and thus
losing exact type and members of the original exception. I think that
the proposed formulation of a rethrow in the `catch` does it properly.
I made a small test for this behavior, see P11.

Reviewers: teon.banek, mferencevic, mislav.bradac

Reviewed By: teon.banek

Subscribers: pullbot

Differential Revision: https://phabricator.memgraph.io/D1298
2018-03-16 11:26:04 +01:00
..
benchmark Invalidate distributed plan caches 2018-03-13 14:59:51 +01:00
concurrent Add thread names 2018-02-23 16:04:49 +01:00
distributed add strata v1 scenario 2018-03-06 11:20:39 +01:00
drivers Add C# driver test examples 2017-11-10 15:46:56 +01:00
macro_benchmark Fix macro bench clients common rethrow 2018-03-16 11:26:04 +01:00
manual Fix remote plan invalidation 2018-03-16 11:18:16 +01:00
property_based Refactor GraphDb 2018-01-12 16:47:24 +01:00
public_benchmark Change Apollo slave groups 2018-02-25 23:02:31 +01:00
qa Move TED talk examples to another suite in QA 2018-02-27 19:19:42 +01:00
stress Change Apollo slave groups 2018-02-25 23:02:31 +01:00
unit Fix remote plan invalidation 2018-03-16 11:18:16 +01:00
apollo_runs.py Increase concurrent tests timeout 2018-02-19 11:08:59 +01:00
client-stress.sh Migrate command line args to gflgs in tests 2017-07-06 13:54:12 +02:00
CMakeLists.txt Inline test data in the benchmark tests itself 2018-01-15 16:12:30 +01:00