1
0
Fork 0
arangodb/tests/js/client
Frank Celler 6ec20cddee greylisted active-failover/basic.js 2019-04-10 12:44:54 +02:00
..
active-failover greylisted active-failover/basic.js 2019-04-10 12:44:54 +02:00
agency Handle InitDone correctly. (#8552) 2019-04-01 17:01:05 +02:00
assets/queuetest Foxx queue jobs hanging after Foxxmaster crash (#7922) 2019-01-14 16:08:08 +01:00
authentication Bug fix/pass on error messages (#8690) 2019-04-10 12:34:25 +02:00
http added tests, updated docu (#6407) 2018-09-10 16:58:03 +02:00
load-balancing rename `tests/js/*/tests/*` to `tests/js/*/*` (#6280) 2018-08-31 19:42:21 +02:00
resilience Bug fix/pass on error messages (#8690) 2019-04-10 12:34:25 +02:00
shell greylisted shell-foxx-api-spec 2019-04-10 12:20:21 +02:00
README rename `tests/js/*/tests/*` to `tests/js/*/*` (#6280) 2018-08-31 19:42:21 +02:00
endpoint-spec.js rename `tests/js/*/tests/*` to `tests/js/*/*` (#6280) 2018-08-31 19:42:21 +02:00

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.