1
0
Fork 0
arangodb/js/common/tests
Jan Steemann efa8d2b32b fixed tests 2014-11-24 12:55:49 +01:00
..
README
execute-infinite-shortest-path.js
execute-nothing.js
replication.js fixed tests 2014-11-24 12:55:49 +01:00
shell-aqlfunctions.js
shell-attributes.js
shell-base64.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 minor cosmetics 2014-11-01 22:39:21 +01:00
shell-document.js
shell-edge.js
shell-errors.js
shell-explain-cluster.js Split shell-statement into statement / explain-cluster / explain-noncluster 2014-10-30 16:08:10 +01:00
shell-explain-noncluster.js Split shell-statement into statement / explain-cluster / explain-noncluster 2014-10-30 16:08:10 +01:00
shell-figures-noncluster.js
shell-fs.js issue #1056: added tests for zipFile / unzipFile 2014-10-25 01:21:47 +02:00
shell-fulltext.js
shell-general-graph.js added new graph function _connectingEdges 2014-11-19 09:26:40 +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 Split relevant test parts in non / cluster 2014-11-06 17:26:13 +01:00
shell-statement-noncluster.js Split relevant test parts in non / cluster 2014-11-06 17:26:13 +01:00
shell-statement.js Split relevant test parts in non / cluster 2014-11-06 17:26:13 +01:00
shell-tasks-timecritical.js Implement tastks REST api 2014-11-11 12:39:09 +01:00
shell-transactions.js
shell-unique-constraint.js
shell-unload.js
shell-users.js changed www.arangodb.org to www.arangodb.org 2014-10-30 19:17:25 +01: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.