1
0
Fork 0
arangodb/tests/js/client
Jan f42dd86b25
add tests for inventory (#10464)
2019-11-21 08:56:27 +01:00
..
active-failover Removed race from testFollowerSelection test (#9958) 2019-09-12 12:21:46 +02:00
agency
assets/queuetest
authentication Bug fix/speedup tests (#10109) 2019-10-01 18:23:00 +02:00
http use the default arangosh client connection instead of the simple http client to test the gharial API (#10218) 2019-10-17 13:25:12 +02:00
load-balancing
permissions ignore files in .bin when copying js files (#10145) 2019-10-02 17:46:29 +02:00
resilience
server_permissions add optional exclusive writes to rocksdb engine (#10364) 2019-11-12 19:09:13 +01:00
shell add tests for inventory (#10464) 2019-11-21 08:56:27 +01:00
wal_cleanup
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.