1
0
Fork 0
arangodb/tests/js/client
Simon 6f4ce44716 Rename minReplicationFactor to writeConcern (#10568)
* Rename minReplicationFactor to writeConcern

* fix rest handler

* fix rest handler

* fix some tests

* fix some tests

* modify changelog

* fix suggestions
2019-11-28 20:37:06 +01:00
..
active-failover Removed race from testFollowerSelection test (#9958) 2019-09-12 12:21:46 +02:00
agency Fix agency bugs. (#9718) 2019-08-16 11:16:28 +02:00
assets/queuetest Foxx queue jobs hanging after Foxxmaster crash (#7922) 2019-01-14 16:08:08 +01:00
authentication Bug fix/speedup tests (#10109) 2019-10-01 18:23:00 +02:00
http Rename minReplicationFactor to writeConcern (#10568) 2019-11-28 20:37:06 +01:00
load-balancing Add user restrictions for streaming transactions. (#9793) 2019-08-23 15:31:50 +02:00
permissions ignore files in .bin when copying js files (#10145) 2019-10-02 17:46:29 +02:00
resilience Add forgotten greylisted files 2019-04-30 22:18:48 +02:00
server_permissions check before foxx-heal (#10512) 2019-11-27 17:29:35 +01:00
shell Rename minReplicationFactor to writeConcern (#10568) 2019-11-28 20:37:06 +01:00
wal_cleanup attempt to remove expired WAL files on agents (#9231) 2019-06-09 19:46:45 +02:00
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.