1
0
Fork 0
arangodb/js/common/tests
Michael Hackstein 83d49c0d9d Fixed a minor bug where it was not allowed to remove a vertex from a graph by its key 2014-07-30 09:41:57 +02:00
..
README Add disabled tests. 2014-06-30 12:45:10 +02:00
execute-infinite-payload.js simplified query testing and query interface a bit 2013-07-18 02:15:22 +02:00
execute-infinite-shortest-path.js
execute-nothing.js
execute-payload.js simplified query testing and query interface a bit 2013-07-18 02:15:22 +02:00
replication.js finished --wal.suppress-shape-information 2014-07-22 15:16:49 +02:00
shell-aqlfunctions.js fixed problem with AQL functions in multiple databases 2014-01-08 09:53:03 +01:00
shell-attributes.js added test for numeric attribute names 2013-04-19 12:02:39 +02:00
shell-base64.js added `/_api/database/user` method 2013-11-04 14:22:00 +01:00
shell-cap-constraint.js fixed test 2014-06-30 13:28:26 +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-noncluster.js renamed test file 2014-06-26 16:19:22 +02:00
shell-collection.js moving some nonccluster tests to a new file 2014-06-26 16:38:08 +02:00
shell-crypto.js Added HMAC-SHA224, exposed SHA1, SHA224. 2014-06-24 12:49:20 +02:00
shell-database.js Formatting, whitespace. 2014-06-30 17:43:59 +02:00
shell-document.js moving some nonccluster tests to a new file 2014-06-26 16:38:08 +02:00
shell-download.js adjusted tests for new rewrite rules on apache 2014-06-27 17:02:02 +02: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-figures-noncluster.js moving some nonccluster tests to a new file 2014-06-26 16:38:08 +02:00
shell-fs.js jslintified several tests 2014-02-01 01:50:58 +01:00
shell-fulltext.js
shell-general-graph.js Fixed a minor bug where it was not allowed to remove a vertex from a graph by its key 2014-07-30 09:41:57 +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 Formatting, whitespace. 2014-06-30 17:43:59 +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.

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.