1
0
Fork 0
arangodb/js/common/tests
Michael Hackstein c3a9335621 General graph module now allows to drop the collection alongside the definition of a graph 2014-07-08 17:30:14 +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
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
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 General graph module now allows to drop the collection alongside the definition of a graph 2014-07-08 17:30:14 +02:00
shell-graph-algorithms.js
shell-graph-measurement.js
shell-graph-traversal.js
shell-graph.js
shell-hash-index.js
shell-index-ensure.js
shell-index-geo.js
shell-index.js
shell-keygen-noncluster.js
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
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.