1
0
Fork 0
arangodb/js/common/tests
Tobias Gödderz 9b85243f69 [3.3] Bugfix: Creating a graph failed erroneously (v2) (#5898)
* Regression test & bugfix: comparison of edge definitions didn' order from and to

* Updated CHANGELOG
2018-07-17 12:56:00 +02:00
..
http Feature/allow access to configured 🔐 in readonly mode (#3698) 2017-11-17 16:11:22 +01:00
replication fix missing events in RocksDB-based replication for transactions that… (#4276) 2018-01-15 22:44:54 +01:00
shell [3.3] Bugfix: Creating a graph failed erroneously (v2) (#5898) 2018-07-17 12:56:00 +02:00
README
countries.json
execute-infinite-shortest-path.js Reformat code 2016-06-30 16:57:17 +02:00
execute-nothing.js Reformat code 2016-06-30 16:57:17 +02:00

README

Conventions for testing framework:
==================================

All files in the directory "shell" and ends with ".js" automatically
take part in client and server shell tests (targets "shell_client" and
"shell_server" and "shell_server_only").

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.