1
0
Fork 0
arangodb/tests/js/client
Simon 9271a11441 RocksDB replication thread safety (#7088) (#7131) 2018-10-30 11:24:17 +01:00
..
active-failover Add engine specific collection APIs (#6962) 2018-10-19 15:23:55 +02:00
agency agency updating endpoints properly (#6643) 2018-09-28 15:12:40 +02:00
assets/queuetest rename `tests/js/*/tests/*` to `tests/js/*/*` (#6280) 2018-08-31 19:42:21 +02:00
authentication [3.4] Fix issues with ArangoSearch link permissions in cluster mode (#6726) 2018-10-16 20:43:01 +02:00
http added tests, updated docu (#6408) 2018-09-10 16:57:47 +02:00
load-balancing rename `tests/js/*/tests/*` to `tests/js/*/*` (#6280) 2018-08-31 19:42:21 +02:00
resilience Change tests setUp/tearDown to be common (#6654) 2018-10-02 13:24:42 +02:00
shell RocksDB replication thread safety (#7088) (#7131) 2018-10-30 11:24:17 +01: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.