Commit bcf2f88
authored
Feature/stream transactions (#292)
* beginStreamTransaction
* abortStreamTransaction
* differentiated tests for aborting invalidTransactionId and notExistingTransactionId
* getStreamTransaction
* formatted code adopting project formatter
* requireVersion 3.5 for Stream Transaction tests
* commitStreamTransaction
* bugfix requireVersion using assumeTrue
* ArangoDatabase::getEngine
* requireStorageEngine rocksdb for stream transaction tests
* stream transactions extension for document and collection APIs
* test commitStreamTransactionTwice and abortStreamTransactionTwice
* Stream Transactions collections operations test
* stream transactions: replaceDocument & replaceDocuments test
* stream transactions: test
* stream transactions: test
* stream transactions: Cursors
* authorship comments
* stream transactions: moved all tests together
* @SInCE comments
* ConcurrentStreamTransactionsTest
* stream transactions: skip tests for cluster environments
* stream transactions: test operation with invalid tx id1 parent 5e7add2 commit bcf2f88
File tree
27 files changed
+3565
-2366
lines changed- src
- main/java/com/arangodb
- entity
- internal
- model
- test/java/com/arangodb
27 files changed
+3565
-2366
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| |||
0 commit comments