1
0
Fork 0
arangodb/js/common/tests
Jan Steemann 0aa3648727 test fix attempt 2015-01-19 17:04:41 +01:00
..
README
execute-infinite-shortest-path.js
execute-nothing.js
replication.js removed deprecated methods 2014-12-19 14:00:58 +01:00
shell-aqlfunctions.js stricter checking for AQL user functions 2015-01-16 12:44:59 +01:00
shell-attributes.js
shell-base64.js
shell-cap-constraint-timecritical.js Move tests to timecritical which seem to fail on a regular basis. 2015-01-14 14:55:23 +01:00
shell-cap-constraint.js Move tests to timecritical which seem to fail on a regular basis. 2015-01-14 14:55:23 +01: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 fixed tests 2014-12-15 21:06:43 +01:00
shell-document.js added test for mergeObjects 2014-12-04 13:05:20 +01:00
shell-edge.js
shell-errors.js
shell-explain-cluster.js Adjust tests, since now more DistributeNodes are used. 2014-12-24 06:58:02 +01:00
shell-explain-noncluster.js
shell-figures-noncluster.js test fix attempt 2015-01-19 17:04:41 +01:00
shell-fs.js make fs.move() behave identical on Linux and Windows 2015-01-12 20:13:11 +01:00
shell-fulltext.js issue #1201: better error checking for fulltext index with multiple attributes 2015-01-05 09:41:56 +01:00
shell-general-graph.js Improved a generated general graph AQL. It now does not compute the complete set of vertices before filtering, instead it merges the examples before computing. 2015-01-13 13:19:56 +01: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-rename-noncluster.js
shell-require.js
shell-simple-query.js
shell-statement-cluster.js
shell-statement-noncluster.js
shell-statement.js pass query parameters 2014-12-09 17:16:03 +01: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.