mirror of https://gitee.com/bigwinds/arangodb
* Added full index iterator utilization in case of some documents was not found in collection * Added index operations reversal in case of insertion failure in rocksdb * Removed singleop optimization as rollback possible even for such operations (in case of index operation failure on insert) * Added tests for insert rollback in views * Added catch tests for view block * Added changelog entry * fixed jslint errors * fixed linux build * Added test for update * Fix CHANGELOG sequence * Add line * Added reverts for update and remove failures * Cleanup in test. Added throwing error in case of failed reversal * fixed typo Co-Authored-By: Simran <Simran-B@users.noreply.github.com> * fixed build * Applied review comments * Applied review comments |
||
---|---|---|
.. | ||
aql | ||
http | ||
replication | ||
shell | ||
test-data | ||
README | ||
countries.json | ||
execute-infinite-shortest-path.js | ||
execute-nothing.js |
README
Conventions for testing framework: ================================== All files in the directory "shell" and ends with ".js" automatically take part in client and server shell tests (targets "shell_client" and "shell_server" and "shell_server_only"). If the filename contains the string "-cluster", then it is only executed when testing in cluster mode. If the filename contains the string "-noncluster", then it is only executed when testing in single instance mode. If the filename contains the string "-disabled", then it is not executed at all. This is for tests that cannot be run from the JavaScript test framework and have to be run from the Makefile.