1
0
Fork 0
arangodb/js/client/tests
Heiko 97c426a9c9 added gharial tests (#6202) 2018-08-21 11:37:47 +02:00
..
active-failover Bug fix/dump restore under authentication (#6156) 2018-08-14 22:18:26 +02:00
agency fix jslint warnings 2018-07-20 16:34:16 +02:00
authentication Fix Foxx queues (3.3) (#5353) 2018-05-16 15:28:25 +02:00
http added gharial tests (#6202) 2018-08-21 11:37:47 +02:00
load-balancing Add load balancing support to cursor API in 3.3 (#5797) 2018-07-24 09:56:40 +02:00
resilience
shell Bug-fix Foxx empty json request body (3.3) (#5305) 2018-05-16 15:30:21 +02:00
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.