1
0
Fork 0
arangodb/js/common/tests
Jan Steemann 65feb43294 adjusted test expectations 2014-02-28 09:29:52 +01:00
..
README Adjust READMEs to reality. 2014-02-27 08:53:21 +01:00
execute-infinite-payload.js
execute-infinite-shortest-path.js
execute-nothing.js
execute-payload.js
replication.js
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 Rename non-cluster tests. 2014-02-26 14:38:55 +01:00
shell-collection-volatile.js
shell-collection.js test split 2014-02-26 13:53:23 +01:00
shell-crypto.js
shell-database.js adjusted test expectations 2014-02-28 09:29:52 +01:00
shell-document.js
shell-download.js
shell-edge.js fixed test 2014-02-27 13:26:40 +01:00
shell-fs.js
shell-fulltext.js
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 use more appropriate assertions 2014-02-26 15:04:15 +01:00
shell-index.js
shell-keygen-noncluster.js Split noncluster and general shell-keygen tests. 2014-02-26 14:27:55 +01:00
shell-keygen.js fixed keygen test 2014-02-26 16:47:38 +01:00
shell-noncluster-edge.js fixed test 2014-02-27 13:26:40 +01:00
shell-require.js
shell-simple-query.js fixed tests 2014-02-26 14:35:14 +01:00
shell-statement.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.