1
0
Fork 0
arangodb/tests/js/client
Tobias Gödderz 0b1d5be33e Backported #9881 (#10019) 2019-09-16 17:35:42 +03:00
..
active-failover Backported #9881 (#10019) 2019-09-16 17:35:42 +03:00
agency Fix an agency bug found in Windows tests. (#9728) 2019-08-16 12:17:09 +02:00
assets/queuetest
authentication
http
load-balancing Add user restrictions for streaming transactions. (#9796) 2019-08-23 19:51:59 +03:00
permissions fix cluster-statistics (#9397) 2019-07-05 10:32:46 +02:00
resilience
server_permissions fix location - while they work with the server these tests are run in arangosh so they need to be in client/ (#9435) 2019-07-10 16:49:12 +03:00
shell validate collection when leasing an existing transaction (#9990) 2019-09-13 20:03:55 +03:00
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.