1
0
Fork 0
arangodb/js/client/tests
Dan Larkin-York 1897fd029f Add load balancing support to cursor API in 3.3 (#5797) 2018-07-24 09:56:40 +02:00
..
active-failover fix jslint 2018-04-23 22:19:36 +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 fixed jslint warning & test 2018-05-11 00:33:11 +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 fixed jslint 2016-10-20 11:34:18 +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.