1
0
Fork 0
arangodb/js/common/tests
Alan Plum edf850ce87 Formatting, whitespace. 2014-06-30 17:43:59 +02:00
..
README Add disabled tests. 2014-06-30 12:45:10 +02:00
execute-infinite-payload.js
execute-infinite-shortest-path.js
execute-nothing.js
execute-payload.js
replication.js recovery and replication 2014-06-30 13:07:48 +02:00
shell-aqlfunctions.js
shell-attributes.js
shell-base64.js
shell-cap-constraint.js fixed test 2014-06-30 13:28:26 +02:00
shell-cluster-collection.js
shell-cluster-crud.js
shell-cluster-simple.js
shell-collection-noncluster.js excluded collection 2014-06-23 13:27:27 +02:00
shell-collection-volatile-noncluster.js renamed test file 2014-06-26 16:19:22 +02:00
shell-collection.js moving some nonccluster tests to a new file 2014-06-26 16:38:08 +02:00
shell-crypto.js Added HMAC-SHA224, exposed SHA1, SHA224. 2014-06-24 12:49:20 +02:00
shell-database.js Formatting, whitespace. 2014-06-30 17:43:59 +02:00
shell-document.js moving some nonccluster tests to a new file 2014-06-26 16:38:08 +02:00
shell-download.js adjusted tests for new rewrite rules on apache 2014-06-27 17:02:02 +02:00
shell-edge.js
shell-errors.js
shell-figures-noncluster.js moving some nonccluster tests to a new file 2014-06-26 16:38:08 +02:00
shell-fs.js
shell-fulltext.js
shell-general-graph.js heal the build 2014-06-24 14:26:46 +02:00
shell-graph-algorithms.js
shell-graph-measurement.js
shell-graph-traversal.js
shell-graph.js
shell-hash-index.js use test-helper for unloading collections 2014-06-21 03:19:54 +02:00
shell-index-ensure.js
shell-index-geo.js
shell-index.js use test-helper for unloading collections 2014-06-21 03:19:54 +02:00
shell-keygen-noncluster.js issue #919: fixed null options handling 2014-06-23 08:40:51 +02:00
shell-keygen.js
shell-noncluster-edge.js
shell-require.js
shell-simple-query.js
shell-statement.js
shell-transactions.js
shell-unique-constraint.js
shell-unload.js use test-helper for unloading collections 2014-06-21 03:19:54 +02:00
shell-users.js Formatting, whitespace. 2014-06-30 17:43:59 +02:00

README

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

All files in this directory whose name starts with "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.