mirror of https://gitee.com/bigwinds/arangodb
* Add failing tests * Add tests for Buffer#slice * Add tests for Buffer#new * Skip failing tests * Implement changes * Unskip failing tests This reverts commit 9f8a34bd74e152b7b3158fea79b12e6da8343001. * Fix implementation * Remove meaningless test This test only succeeded because of a broken implementation of the Buffer constructor. It doesn't really do anything useful. * Add note to CHANGELOG |
||
---|---|---|
.. | ||
active-failover | ||
agency | ||
assets/queuetest | ||
authentication | ||
http | ||
load-balancing | ||
permissions | ||
resilience | ||
shell | ||
wal_cleanup | ||
README | ||
endpoint-spec.js |
README
Conventions for testing framework: ================================== All files in the directory "shell" that end with ".js" automatically take part in client shell tests (target "shell_client"). All files in the directory "agency" that end with ".js" automatically take part in agency tests (target "agency"). 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.