Skip to content

Commit bcf2f88

Browse files
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 id
1 parent 5e7add2 commit bcf2f88

27 files changed

+3565
-2366
lines changed

ChangeLog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
88

99
### Added
1010

11+
- added support for Stream Transactions
1112
- added support for named indices
1213
- added support for TTL indices
1314
- added minReplicationAttribute for collections and graphs

0 commit comments

Comments
 (0)