1
0
Fork 0
arangodb/js/common/tests
Jan Steemann 6707468c95 excluded collection 2014-06-23 13:27:27 +02: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 jshund 2014-05-09 00:42:18 +02:00
shell-aqlfunctions.js fixed problem with AQL functions in multiple databases 2014-01-08 09:53:03 +01:00
shell-attributes.js
shell-base64.js
shell-cap-constraint.js use test-helper for unloading collections 2014-06-21 03:19:54 +02:00
shell-cluster-collection.js added test cases 2014-02-04 17:53:38 +01:00
shell-cluster-crud.js Fix test for deletion of documents on cluster. 2014-02-26 10:48:48 +01:00
shell-cluster-simple.js fixed a test 2014-02-07 10:00:58 +01:00
shell-collection-noncluster.js excluded collection 2014-06-23 13:27:27 +02:00
shell-collection-volatile.js fixed tests 2014-06-18 16:34:11 +02:00
shell-collection.js use test-helper for unloading collections 2014-06-21 03:19:54 +02:00
shell-crypto.js Added crypto.constantEquals. 2014-06-18 01:15:39 +02:00
shell-database.js ignore devel version 2014-06-18 16:04:48 +02:00
shell-document.js fixed test 2014-06-13 17:50:44 +02:00
shell-download.js jslintified several tests 2014-02-01 01:50:58 +01:00
shell-edge.js WAL DDL markers 2014-06-19 14:33:38 +02:00
shell-errors.js added tests for error codes and messges 2014-03-13 23:56:45 +01:00
shell-fs.js jslintified several tests 2014-02-01 01:50:58 +01:00
shell-fulltext.js
shell-general-graph.js sorting for edgeDefinitions added 2014-06-23 13:01:55 +02:00
shell-graph-algorithms.js jslintified several tests 2014-02-01 01:50:58 +01:00
shell-graph-measurement.js jslintified several tests 2014-02-01 01:50:58 +01:00
shell-graph-traversal.js renamed _directedRelationDefinition(...) -> _directedRelation(..) 2014-06-20 09:01:35 +02:00
shell-graph.js added tests for creating / dropping graphs 2013-12-02 15:12:07 +01:00
shell-hash-index.js use test-helper for unloading collections 2014-06-21 03:19:54 +02:00
shell-index-ensure.js updated index docs 2014-02-14 10:30:05 +01:00
shell-index-geo.js use more appropriate assertions 2014-02-26 15:04:15 +01:00
shell-index.js use test-helper for unloading collections 2014-06-21 03:19:54 +02:00
shell-keygen-noncluster.js issue #919: fixed null options handling 2014-06-23 08:40:51 +02:00
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 added tests for coffee script 2014-03-21 09:22:20 +01:00
shell-simple-query.js renaming tests 2014-06-05 16:29:24 +02:00
shell-statement.js modifiable AQL, final syntax 2014-06-17 00:37:08 +02:00
shell-transactions.js added GC 2014-05-08 14:36:12 +02:00
shell-unique-constraint.js updated tests 2014-02-14 18:44:36 +01:00
shell-unload.js use test-helper for unloading collections 2014-06-21 03:19:54 +02:00
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.