1
0
Fork 0
arangodb/js/common/tests
Frank Celler a7d93abe43 fixed requireApp in development mode 2014-10-21 12:28:33 +02:00
..
README
execute-infinite-payload.js
execute-infinite-shortest-path.js
execute-nothing.js
execute-payload.js
replication.js
shell-aqlfunctions.js
shell-attributes.js
shell-base64.js
shell-cap-constraint.js Wait for WAL collector in a few more waitUnload. 2014-09-25 14:01:58 +02:00
shell-cluster-collection.js
shell-cluster-crud.js
shell-cluster-simple.js
shell-collection-noncluster.js
shell-collection-volatile-noncluster.js
shell-collection.js
shell-crypto.js
shell-database.js
shell-document.js
shell-edge.js
shell-errors.js
shell-figures-noncluster.js
shell-fs.js added res.send() and res.sendFile() 2014-10-15 17:33:10 +02:00
shell-fulltext.js
shell-general-graph.js
shell-graph-algorithms.js
shell-graph-measurement.js
shell-graph-traversal.js
shell-graph.js
shell-hash-index.js optimized memory usage of multi hash index 2014-10-11 18:38:22 +02:00
shell-index-ensure.js
shell-index-geo.js
shell-index.js
shell-keygen-noncluster.js
shell-keygen.js
shell-noncluster-edge.js
shell-rename-noncluster.js shorten test duration 2014-10-18 02:33:47 +02:00
shell-require.js fixed requireApp in development mode 2014-10-21 12:28:33 +02:00
shell-simple-query.js issue #693: fixed firstExample for `_from` and/or `_to` attributes 2014-10-01 12:20:52 +02:00
shell-statement.js
shell-transactions.js
shell-unique-constraint.js
shell-unload.js
shell-users.js

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.