1
0
Fork 0
arangodb/tests/js/client
Markus Pfeiffer 39bdebf851 Port bug-fix-3.4/timeout-create-coll to devel (#7307)
* Fix loophole in error handling.
* Fix inquiry case of id not found: 404.
* Also handle correctly in AgencyComm.
* Fix agency tests.
* Fix error handling in dropCollectionOnCoordinator.
2018-11-14 10:03:55 +01:00
..
active-failover Add engine specific collection APIs (#6977) 2018-10-19 17:46:33 +02:00
agency Port bug-fix-3.4/timeout-create-coll to devel (#7307) 2018-11-14 10:03:55 +01:00
assets/queuetest rename `tests/js/*/tests/*` to `tests/js/*/*` (#6280) 2018-08-31 19:42:21 +02:00
authentication Fix update-view-arangosearch-spec tests (#7245) 2018-11-07 00:30:21 +03:00
http added tests, updated docu (#6407) 2018-09-10 16:58:03 +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 (#6652) 2018-10-01 12:27:18 +02:00
shell Server stream cursor (#7186) 2018-11-02 16:19:48 +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.