1
0
Fork 0
arangodb/tests/Transaction
Jan 068d422d59 Bug fix 3.5/fix transaction errors (#9928)
* don't make index selectivity estimate requests fail inside cluster
transactions

* improve logging, and don't make transactions more robust

don't make transaction operations fail immediately if they cannot
acquire the transaction lock instantly. it is somewhat expected that
sometimes the garbage collection comes in-between and acquires locks
for a short amount of time - this should not lead to failures in
other operations on the transaction

* fix a race for transaction leases

* fix test failure

* moved functionality into shutdownExecute
2019-09-09 21:37:46 +03:00
..
Context-test.cpp Convert unit tests to googletest framework (#9034) 2019-05-21 09:17:46 +02:00
Manager-test.cpp Bug fix 3.5/fix transaction errors (#9928) 2019-09-09 21:37:46 +03:00
ManagerSetup.h New tests for Transaction API (#8996) 2019-05-14 21:40:31 +02:00
RestTransactionHandler-test.cpp Convert unit tests to googletest framework (#9034) 2019-05-21 09:17:46 +02:00