1
0
Fork 0
arangodb/js/client/tests
Kaveh Vahedipour c1d671dcb9 Bug fix 3.3/agency better log compaction (#5098)
* agency's log compaction according to internal issue #2249
2018-07-16 12:12:05 +02:00
..
active-failover fix jslint 2018-04-23 22:19:36 +02:00
agency Bug fix 3.3/agency better log compaction (#5098) 2018-07-16 12:12:05 +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
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.