1
0
Fork 0
arangodb/tests/js/client
Tobias Gödderz 78fad805b5 [3.4] Bug fix 3.4/allow agency ops in active failover (#9960)
* Backported #9881

* Fixed changelog

* Fixed merge
2019-09-19 11:45:49 +03:00
..
active-failover [3.4] Bug fix 3.4/allow agency ops in active failover (#9960) 2019-09-19 11:45:49 +03:00
agency Fix an agency bug found in Windows tests. (#9729) 2019-08-16 12:16:11 +02:00
assets/queuetest [3.4] Foxx queue jobs hanging after Foxxmaster crash (#7921) 2019-01-14 16:06:48 +01:00
authentication Mark all timecritical and nondeterministic as greylisted (#9048) 2019-05-24 11:52:28 +02:00
http Bug fix/gharial 3 4 edge from and tos verification (#9263) 2019-06-21 14:43:43 +02:00
load-balancing attempt to fix load_balancing tests in slow test environments (#9627) 2019-08-02 14:18:50 +02:00
resilience greylisted foxxmaster.js 2019-01-16 09:52:58 +01:00
shell fix crash in async request handling when request queue is full (#9029) 2019-05-17 16:28:43 +02:00
wal_cleanup remove archived RocksDB WAL files on agent servers (#9230) 2019-06-08 19:40:07 +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.