1
0
Fork 0
arangodb/js/client/tests
Simon 948820e484 Various small changes (#6234) 2018-08-24 09:39:03 +02:00
..
active-failover Various small changes (#6234) 2018-08-24 09:39:03 +02:00
agency typos 2018-07-16 20:49:22 +02:00
authentication issue 450.1: remove the "commit" configuration layer from ArangoSearch properties (#6185) 2018-08-20 02:18:02 +03:00
http Bug fix/gharial deletion of connected edges (#6201) 2018-08-23 18:52:06 +02:00
load-balancing Added C++ implementation, load balancer support, and user restriction to Pregel API (#6060) 2018-08-03 12:55:28 +02:00
resilience Feature/misc spelling corrections (#5164) 2018-07-13 13:06:20 +02:00
shell Fixing crashes on UPDATE / INSERT queries (#6207) 2018-08-21 11:10:44 +02:00
README Add a first version of agency test framework. 2016-02-26 14:37:55 +01:00
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.