1
0
Fork 0
arangodb/js/common/tests
Alan Plum 69e63c2c64 Strict mode all the things. 2015-04-09 00:22:05 +02:00
..
README
execute-infinite-shortest-path.js Strict mode all the things. 2015-04-09 00:22:05 +02:00
execute-nothing.js Strict mode all the things. 2015-04-09 00:22:05 +02:00
replication.js Strict mode all the things. 2015-04-09 00:22:05 +02:00
shell-aqlfunctions.js Strict mode all the things. 2015-04-09 00:22:05 +02:00
shell-attributes.js Strict mode all the things. 2015-04-09 00:22:05 +02:00
shell-base64.js Strict mode all the things. 2015-04-09 00:22:05 +02:00
shell-cap-constraint-timecritical.js Strict mode all the things. 2015-04-09 00:22:05 +02:00
shell-cap-constraint.js Strict mode all the things. 2015-04-09 00:22:05 +02:00
shell-cluster-collection.js Strict mode all the things. 2015-04-09 00:22:05 +02:00
shell-cluster-crud.js Strict mode all the things. 2015-04-09 00:22:05 +02:00
shell-cluster-simple.js Strict mode all the things. 2015-04-09 00:22:05 +02:00
shell-collection-noncluster.js Strict mode all the things. 2015-04-09 00:22:05 +02:00
shell-collection-volatile-noncluster.js Strict mode all the things. 2015-04-09 00:22:05 +02:00
shell-collection.js Strict mode all the things. 2015-04-09 00:22:05 +02:00
shell-crypto.js Strict mode all the things. 2015-04-09 00:22:05 +02:00
shell-database.js Strict mode all the things. 2015-04-09 00:22:05 +02:00
shell-document.js Strict mode all the things. 2015-04-09 00:22:05 +02:00
shell-edge.js Strict mode all the things. 2015-04-09 00:22:05 +02:00
shell-env.js Strict mode all the things. 2015-04-09 00:22:05 +02:00
shell-errors.js Strict mode all the things. 2015-04-09 00:22:05 +02:00
shell-explain-cluster.js Strict mode all the things. 2015-04-09 00:22:05 +02:00
shell-explain-noncluster.js Strict mode all the things. 2015-04-09 00:22:05 +02:00
shell-figures-noncluster.js Strict mode all the things. 2015-04-09 00:22:05 +02:00
shell-foxx-manager-install-spec.js Strict mode all the things. 2015-04-09 00:22:05 +02:00
shell-fs.js Strict mode all the things. 2015-04-09 00:22:05 +02:00
shell-fulltext.js Strict mode all the things. 2015-04-09 00:22:05 +02:00
shell-general-graph.js Strict mode all the things. 2015-04-09 00:22:05 +02:00
shell-graph-algorithms.js Strict mode all the things. 2015-04-09 00:22:05 +02:00
shell-graph-measurement.js Strict mode all the things. 2015-04-09 00:22:05 +02:00
shell-graph-traversal.js Strict mode all the things. 2015-04-09 00:22:05 +02:00
shell-graph.js Strict mode all the things. 2015-04-09 00:22:05 +02:00
shell-hash-index-noncluster.js Strict mode all the things. 2015-04-09 00:22:05 +02:00
shell-hash-index.js Strict mode all the things. 2015-04-09 00:22:05 +02:00
shell-index-ensure.js Strict mode all the things. 2015-04-09 00:22:05 +02:00
shell-index-geo.js Strict mode all the things. 2015-04-09 00:22:05 +02:00
shell-index.js Strict mode all the things. 2015-04-09 00:22:05 +02:00
shell-keygen-noncluster.js Strict mode all the things. 2015-04-09 00:22:05 +02:00
shell-keygen.js Strict mode all the things. 2015-04-09 00:22:05 +02:00
shell-noncluster-edge.js Strict mode all the things. 2015-04-09 00:22:05 +02:00
shell-query-timecritical-spec.js Strict mode all the things. 2015-04-09 00:22:05 +02:00
shell-rename-noncluster.js Strict mode all the things. 2015-04-09 00:22:05 +02:00
shell-require.js Strict mode all the things. 2015-04-09 00:22:05 +02:00
shell-simple-query.js Strict mode all the things. 2015-04-09 00:22:05 +02:00
shell-statement-cluster.js Strict mode all the things. 2015-04-09 00:22:05 +02:00
shell-statement-noncluster.js Strict mode all the things. 2015-04-09 00:22:05 +02:00
shell-statement.js Strict mode all the things. 2015-04-09 00:22:05 +02:00
shell-tasks-timecritical.js Strict mode all the things. 2015-04-09 00:22:05 +02:00
shell-transactions.js Strict mode all the things. 2015-04-09 00:22:05 +02:00
shell-unique-constraint.js Strict mode all the things. 2015-04-09 00:22:05 +02:00
shell-unload.js Strict mode all the things. 2015-04-09 00:22:05 +02:00
shell-users.js Strict mode all the things. 2015-04-09 00:22:05 +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.