1
0
Fork 0
arangodb/js/server/tests
Jan Steemann 713b69f1f5 fixed tests 2014-06-13 20:18:55 +02:00
..
README Adjust READMEs to reality. 2014-02-27 08:53:21 +01:00
ahuacatl-arithmetic.js
ahuacatl-bind.js
ahuacatl-complex.js
ahuacatl-cross.js jslintified several tests 2014-02-01 01:50:58 +01:00
ahuacatl-edges.js
ahuacatl-escaping.js issue #796: fixed potential issue with newlines treated slightly differently in different parts of AQL 2014-04-08 13:20:26 +02:00
ahuacatl-functions.js added AQL TRANSLATE function 2014-06-13 19:53:58 +02:00
ahuacatl-general-graph.js added documentation to ahuacatl general graph functions and refactored common_Neighbors and common_properties 2014-06-11 15:45:31 +02:00
ahuacatl-graph.js added SHORTEST_PATH AQL function, allow user-defined functions for filtering in TRAVERSAL etc. 2014-01-28 01:51:27 +01:00
ahuacatl-hash.js jslintified several tests 2014-02-01 01:50:58 +01:00
ahuacatl-logical.js
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 issue #796: Searching with newline chars broken? 2014-04-22 13:38:06 +02:00
ahuacatl-queries-variables.js
ahuacatl-ranges-combined-01.js Reorganise unit tests. 2014-02-21 11:24:31 +01:00
ahuacatl-ranges-combined-02.js Reorganise unit tests. 2014-02-21 11:24:31 +01:00
ahuacatl-ranges-combined-03.js Reorganise unit tests. 2014-02-21 11:24:31 +01:00
ahuacatl-ranges-combined-04.js Reorganise unit tests. 2014-02-21 11:24:31 +01:00
ahuacatl-ranges-combined-05.js Reorganise unit tests. 2014-02-21 11:24:31 +01:00
ahuacatl-ranges-combined-06.js Reorganise unit tests. 2014-02-21 11:24:31 +01:00
ahuacatl-ranges-combined-07.js Reorganise unit tests. 2014-02-21 11:24:31 +01:00
ahuacatl-ranges-combined-08.js Reorganise unit tests. 2014-02-21 11:24:31 +01:00
ahuacatl-ranges-combined-09.js Reorganise unit tests. 2014-02-21 11:24:31 +01:00
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 jslintified several tests 2014-02-01 01:50:58 +01:00
ahuacatl-subquery.js
ahuacatl-ternary.js
ahuacatl-variables.js
development.js Rename to exclude from standard unittests. 2014-02-24 11:02:30 +01:00
dump-setup.js
dump-teardown.js
dump.js
import-setup.js
import-teardown.js
import.js
replication-data.js jshund 2014-05-09 00:42:18 +02:00
shell-any-cluster.js Split shell-any tests to save time on the cluster. 2014-03-10 10:21:28 +01:00
shell-any-noncluster.js Split shell-any tests to save time on the cluster. 2014-03-10 10:21:28 +01:00
shell-bitarray-index.js fixed index tests 2014-02-25 11:19:51 +01:00
shell-cluster-agency-communication.js Fixed Cluster Agency Communication Tests 2014-03-14 10:54:26 +01:00
shell-cluster-agency.js Reorganise unit tests. 2014-02-21 11:24:31 +01:00
shell-compaction-noncluster.js fixed tests 2014-06-13 20:18:55 +02:00
shell-database-noncluster.js Rename non-cluster tests. 2014-02-26 14:38:55 +01:00
shell-foxx-base-middleware.js jslintified several tests 2014-02-01 01:50:58 +01:00
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 jslintified several tests 2014-02-01 01:50:58 +01:00
shell-foxx-repository.js
shell-foxx-template-middleware.js
shell-foxx.js Merge pull request #897 from pluma/foxx-context-collection-method 2014-06-12 16:41:50 +02:00
shell-production.js jslintified several tests 2014-02-01 01:50:58 +01:00
shell-routing.js Reorganise unit tests. 2014-02-21 11:24:31 +01:00
shell-sharding-helpers.js Fix tests on cluster. 2014-02-25 11:35:12 +01:00
shell-skiplist-correctness.js jslintified several tests 2014-02-01 01:50:58 +01:00
shell-skiplist-index.js properly acquire shape write locks 2014-02-28 18:43:09 +01:00
shell-skiplist-rm-performance.js jslintified several tests 2014-02-01 01:50:58 +01:00
shell-tasks.js cleanup of version-check, added option check-version 2014-06-01 13:37:21 +02:00
shell-transactions-noncluster.js major internal changes 2014-06-08 00:12:53 +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.