1
0
Fork 0
arangodb/js/common/tests
gschwab 3943fdeb13 refactored orphan treatment for guacamole belongings 2014-06-16 14:16:21 +02:00
..
README
execute-infinite-payload.js
execute-infinite-shortest-path.js
execute-nothing.js
execute-payload.js
replication.js jshund 2014-05-09 00:42:18 +02: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 jshund 2014-05-09 00:42:18 +02:00
shell-collection-volatile.js
shell-collection.js
shell-crypto.js
shell-database.js
shell-document.js renaming tests 2014-06-05 16:29:24 +02:00
shell-download.js
shell-edge.js jshund 2014-05-09 00:42:18 +02:00
shell-errors.js
shell-fs.js
shell-fulltext.js
shell-general-graph.js refactored orphan treatment for guacamole belongings 2014-06-16 14:16:21 +02:00
shell-graph-algorithms.js
shell-graph-measurement.js
shell-graph-traversal.js Implemented generalGraph as a datasource for Traversal queries incl. tests 2014-05-20 11:39:33 +02:00
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 jshund 2014-05-09 00:42:18 +02:00
shell-noncluster-edge.js jshund 2014-05-09 00:42:18 +02:00
shell-require.js
shell-simple-query.js renaming tests 2014-06-05 16:29:24 +02:00
shell-statement.js
shell-transactions.js added GC 2014-05-08 14:36:12 +02:00
shell-unique-constraint.js
shell-unload.js
shell-users.js jshund 2014-05-09 00:42:18 +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.