1
0
Fork 0
arangodb/js/common/tests
Jan Steemann f06bedfecf adjusted tests 2015-06-18 16:03:28 +02:00
..
README Add disabled tests. 2014-06-30 12:45:10 +02:00
countries.json added encoding tests 2015-04-24 00:10:05 +02:00
execute-infinite-shortest-path.js Strict mode all the things. 2015-04-09 00:22:05 +02:00
execute-nothing.js Strict mode all the things. 2015-04-09 00:22:05 +02:00
replication.js Strict mode all the things. 2015-04-09 00:22:05 +02:00
shell-aqlfunctions.js Strict mode all the things. 2015-04-09 00:22:05 +02:00
shell-attributes.js added encoding tests 2015-04-24 00:10:05 +02:00
shell-base64.js Strict mode all the things. 2015-04-09 00:22:05 +02:00
shell-cap-constraint-timecritical.js Strict mode all the things. 2015-04-09 00:22:05 +02:00
shell-cap-constraint.js Strict mode all the things. 2015-04-09 00:22:05 +02:00
shell-cluster-collection.js Strict mode all the things. 2015-04-09 00:22:05 +02:00
shell-cluster-crud.js Strict mode all the things. 2015-04-09 00:22:05 +02:00
shell-cluster-simple.js Strict mode all the things. 2015-04-09 00:22:05 +02:00
shell-collection-noncluster.js Strict mode all the things. 2015-04-09 00:22:05 +02:00
shell-collection-volatile-noncluster.js Strict mode all the things. 2015-04-09 00:22:05 +02:00
shell-collection.js issue #1318: Inconsistent db._create() syntax 2015-04-27 10:51:22 +02:00
shell-crypto.js Don't allow signing with key and alg:none either. Added test. 2015-05-29 11:08:20 +02:00
shell-database.js Strict mode all the things. 2015-04-09 00:22:05 +02:00
shell-document.js allow `@` character in document keys, too. 2015-04-30 21:28:26 +02:00
shell-edge-index-noncluster.js speed up tests 2015-06-11 22:27:38 +02:00
shell-edge.js Strict mode all the things. 2015-04-09 00:22:05 +02:00
shell-env.js Strict mode all the things. 2015-04-09 00:22:05 +02:00
shell-errors.js Strict mode all the things. 2015-04-09 00:22:05 +02:00
shell-explain-cluster.js Strict mode all the things. 2015-04-09 00:22:05 +02:00
shell-explain-noncluster.js Strict mode all the things. 2015-04-09 00:22:05 +02:00
shell-figures-noncluster.js Strict mode all the things. 2015-04-09 00:22:05 +02:00
shell-foxx-manager-install-spec.js Strict mode all the things. 2015-04-09 00:22:05 +02:00
shell-fs.js Strict mode all the things. 2015-04-09 00:22:05 +02:00
shell-fulltext.js support arrays in fulltext index, too 2015-05-06 15:11:24 +02:00
shell-general-graph.js Fixed several graph tests to use the new return format. Neighbors and ShortestPath are having different return formats now. Still WIP 2015-05-26 16:15:12 -07:00
shell-graph-algorithms.js Strict mode all the things. 2015-04-09 00:22:05 +02:00
shell-graph-measurement.js Fixed several graph tests to use the new return format. Neighbors and ShortestPath are having different return formats now. Still WIP 2015-05-26 16:15:12 -07:00
shell-graph-traversal.js Strict mode all the things. 2015-04-09 00:22:05 +02:00
shell-graph.js Strict mode all the things. 2015-04-09 00:22:05 +02:00
shell-hash-index-noncluster.js Strict mode all the things. 2015-04-09 00:22:05 +02:00
shell-hash-index.js Strict mode all the things. 2015-04-09 00:22:05 +02:00
shell-index-ensure.js Strict mode all the things. 2015-04-09 00:22:05 +02:00
shell-index-geo.js Strict mode all the things. 2015-04-09 00:22:05 +02:00
shell-index.js Strict mode all the things. 2015-04-09 00:22:05 +02:00
shell-keygen-noncluster.js Strict mode all the things. 2015-04-09 00:22:05 +02:00
shell-keygen.js Strict mode all the things. 2015-04-09 00:22:05 +02:00
shell-noncluster-edge.js Strict mode all the things. 2015-04-09 00:22:05 +02:00
shell-query-timecritical-spec.js Strict mode all the things. 2015-04-09 00:22:05 +02:00
shell-rename-noncluster.js Strict mode all the things. 2015-04-09 00:22:05 +02:00
shell-require.js Strict mode all the things. 2015-04-09 00:22:05 +02:00
shell-simple-query.js adjusted tests 2015-06-18 16:03:28 +02:00
shell-statement-cluster.js Strict mode all the things. 2015-04-09 00:22:05 +02:00
shell-statement-encoding-noncluster.js fixed jslint warnings 2015-04-24 10:32:11 +02:00
shell-statement-noncluster.js Strict mode all the things. 2015-04-09 00:22:05 +02:00
shell-statement.js added test 2015-05-28 12:23:30 +02:00
shell-tasks-timecritical.js Strict mode all the things. 2015-04-09 00:22:05 +02:00
shell-transactions.js Strict mode all the things. 2015-04-09 00:22:05 +02:00
shell-unique-constraint.js Strict mode all the things. 2015-04-09 00:22:05 +02:00
shell-unload.js Strict mode all the things. 2015-04-09 00:22:05 +02:00
shell-users.js Strict mode all the things. 2015-04-09 00:22:05 +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.