1
0
Fork 0
arangodb/js/common/tests
Alan Plum 289cdfcd43 Wrong error. 2015-07-14 20:11:03 +02:00
..
README
countries.json
execute-infinite-shortest-path.js
execute-nothing.js
replication.js
shell-aqlfunctions.js
shell-attributes.js issue #1409: Document values with null character truncated with 2.6.2 on Windows 2015-07-13 12:45:13 +02:00
shell-base64.js
shell-cap-constraint-timecritical.js
shell-cap-constraint.js
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 added tests 2015-07-14 10:58:16 +02:00
shell-document.js
shell-edge-index-noncluster.js
shell-edge.js
shell-env.js
shell-errors.js
shell-explain-cluster.js
shell-explain-noncluster.js
shell-figures-noncluster.js
shell-foxx-manager-install-spec.js Wrong error. 2015-07-14 20:11:03 +02:00
shell-fs.js
shell-fulltext.js
shell-general-graph.js Fixed and reactivated some general-graph tests. Were deactivated by accident. 2015-07-09 16:33:03 +02:00
shell-graph-algorithms.js
shell-graph-measurement.js
shell-graph-traversal.js
shell-graph.js
shell-hash-index-noncluster.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-query-timecritical-spec.js
shell-rename-noncluster.js
shell-require.js
shell-simple-query.js
shell-statement-cluster.js
shell-statement-encoding-noncluster.js
shell-statement-noncluster.js
shell-statement.js query cache, now with result limitations, HTTP and JavaScript APIs 2015-06-27 01:12:32 +02:00
shell-tasks-timecritical.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.