1
0
Fork 0
arangodb/js/server/tests
scottashton 62fd91ce3d changed return value of common properties so only the matching attributes are returned 2014-06-23 07:27:20 +02:00
..
recovery added crash tests 2014-06-20 08:36:36 +02:00
README
ahuacatl-arithmetic.js
ahuacatl-bind.js
ahuacatl-complex.js
ahuacatl-cross.js
ahuacatl-edges.js
ahuacatl-escaping.js
ahuacatl-functions.js added AQL TRANSLATE function 2014-06-13 19:53:58 +02:00
ahuacatl-general-graph.js changed return value of common properties so only the matching attributes are returned 2014-06-23 07:27:20 +02:00
ahuacatl-graph.js
ahuacatl-hash.js
ahuacatl-logical.js
ahuacatl-modify.js modifiable AQL, final syntax 2014-06-17 00:37:08 +02:00
ahuacatl-operators.js
ahuacatl-parse.js
ahuacatl-queries-collection.js
ahuacatl-queries-fulltext.js
ahuacatl-queries-geo.js
ahuacatl-queries-noncollection.js
ahuacatl-queries-optimiser-in.js
ahuacatl-queries-optimiser-limit.js
ahuacatl-queries-optimiser-ref.js
ahuacatl-queries-optimiser-sort.js
ahuacatl-queries-optimiser.js
ahuacatl-queries-simple.js
ahuacatl-queries-variables.js
ahuacatl-ranges-combined-01.js
ahuacatl-ranges-combined-02.js
ahuacatl-ranges-combined-03.js
ahuacatl-ranges-combined-04.js
ahuacatl-ranges-combined-05.js
ahuacatl-ranges-combined-06.js
ahuacatl-ranges-combined-07.js
ahuacatl-ranges-combined-08.js
ahuacatl-ranges-combined-09.js
ahuacatl-ranges-combined-10.js
ahuacatl-ranges-combined-11.js
ahuacatl-ranges-combined-12.js
ahuacatl-ranges-combined-13.js
ahuacatl-ranges-combined-14.js
ahuacatl-ranges-combined-15.js
ahuacatl-ranges-combined-16.js
ahuacatl-ranges.js
ahuacatl-refaccess-attribute.js
ahuacatl-refaccess-variable.js
ahuacatl-relational.js
ahuacatl-skiplist.js use test-helper for unloading collections 2014-06-21 03:19:54 +02:00
ahuacatl-subquery.js
ahuacatl-ternary.js
ahuacatl-variables.js modifiable AQL, final syntax 2014-06-17 00:37:08 +02:00
development.js
dump-setup.js
dump-teardown.js
dump.js
import-setup.js
import-teardown.js
import.js
replication-data.js
shell-any-cluster.js
shell-any-noncluster.js
shell-bitarray-index.js
shell-cluster-agency-communication.js
shell-cluster-agency.js
shell-compaction-noncluster.js fixed tests 2014-06-13 20:18:55 +02:00
shell-database-noncluster.js
shell-foxx-base-middleware.js
shell-foxx-format-middleware.js
shell-foxx-model.js Whitelist metadata attributes in forDB. Fixes #877. 2014-06-02 13:08:16 +02:00
shell-foxx-preprocessor.js
shell-foxx-repository-spec.js Foxx.Repository#count 2014-06-19 10:28:36 +02:00
shell-foxx-template-middleware.js
shell-foxx.js Remove the stub and mock module 2014-06-20 16:40:34 +02:00
shell-production.js
shell-readonly.js formating 2014-06-20 10:34:14 +02:00
shell-routing.js
shell-sharding-helpers.js
shell-skiplist-correctness.js
shell-skiplist-index.js
shell-skiplist-rm-performance.js
shell-tasks.js cleanup of version-check, added option check-version 2014-06-01 13:37:21 +02:00
shell-transactions-noncluster.js added more tests 2014-06-20 09:20:27 +02:00
shell-wal-noncluster.js fixed tests 2014-06-18 16:34:11 +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 server
shell tests (targets "shell_server" and "shell-server-only").

All files in this directory whose name starts with "ahuacatl-"
and ends with ".js" automatically take part in server ahuacatl
tests (target "shell_server_ahuacatl"). Those, whose filename
contains the string "ranges-combined" are only taken if the
flag "skipRanges" in the test options is set to false.

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.