1
0
Fork 0
arangodb/tests/js/client
Jan c52f2a8315
refactoring (#9411)
2019-07-09 11:15:52 +02:00
..
active-failover address issues with active failover (#8908) 2019-05-06 15:52:49 +02:00
agency [devel] fix ttl handling for object assigments (#9207) 2019-06-06 15:48:40 +02:00
assets/queuetest Foxx queue jobs hanging after Foxxmaster crash (#7922) 2019-01-14 16:08:08 +01:00
authentication Fix interferention of bob user in test 2019-07-02 12:47:19 +02:00
http Bug fix/gharial edge from and tos verification (#9177) 2019-06-12 15:12:50 +02:00
load-balancing rename `tests/js/*/tests/*` to `tests/js/*/*` (#6280) 2018-08-31 19:42:21 +02:00
permissions fix cluster-statistics (#9397) 2019-07-05 10:32:46 +02:00
resilience Add forgotten greylisted files 2019-04-30 22:18:48 +02:00
shell refactoring (#9411) 2019-07-09 11:15:52 +02:00
wal_cleanup attempt to remove expired WAL files on agents (#9231) 2019-06-09 19:46:45 +02: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.