0b2d0b0d61
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 |
||
---|---|---|
.. | ||
clients | ||
config | ||
groups | ||
.gitignore | ||
apollo_runs.yaml | ||
clients.py | ||
CMakeLists.txt | ||
common.py | ||
databases.py | ||
harness | ||
jail_faker.py | ||
long_running_suite.py | ||
query_suite.py | ||
run_card_fraud | ||
run_pokec |