1
0
Fork 0
arangodb/js/server/tests
Jan Steemann ec3ab298e1 added test for traversal after data modification 2015-12-03 13:46:11 +01:00
..
recovery fixed disappearing of documents for collections transferred via `sync` if the collection was dropped right before synchronization and drop and (re-)create collection markers were located in the same WAL file 2015-12-02 14:48:08 +01:00
README
aql-arithmetic.js Added a CXX implementation of BINARY_OPERATOR_DIV. Deactivated CXX implementation of BINARY_OPERATOR_MOD have to check for data types 2015-11-03 10:19:31 +01:00
aql-array-access.js
aql-attribute-access.js
aql-bind.js
aql-call-apply.js
aql-complex.js
aql-cross.js
aql-distinct.js
aql-dynamic-attributes.js
aql-edges-cluster.js
aql-edges-noncluster.js
aql-escaping.js
aql-explain-cluster.js
aql-explain-noncluster.js
aql-failures-noncluster.js
aql-fullcount.js
aql-functions-date.js
aql-functions-list.js Added CXX implementation for REMOVE_VALUES 2015-11-04 14:02:27 +01:00
aql-functions-misc.js Added a CXX implementation for CURRENT_DATABASE. 2015-11-04 14:40:16 +01:00
aql-functions-numeric.js issue #1593: add POW() AQL function 2015-12-02 15:41:30 +01:00
aql-functions-string.js
aql-functions-types-cxx.js
aql-functions-types.js Adde CXX implementation of NOT_NULL 2015-11-04 13:38:22 +01:00
aql-functions.js Added CXX Implementation of MERGE_RECURSIVE 2015-11-05 17:35:03 +01:00
aql-gather-block-cluster.js added tests for specific cluster queries 2015-11-30 13:56:31 +01:00
aql-general-graph.js
aql-graph-traverser.js fixed jslint warnings 2015-12-03 11:24:52 +01:00
aql-graph-visitors.js
aql-graph.js initial commit 2015-11-18 17:46:19 +01:00
aql-hash-cluster.js
aql-hash-noncluster.js
aql-is-in-polygon.js
aql-join-cluster.js
aql-logical.js
aql-modify-cluster.js
aql-modify-noncluster-serializetest.js
aql-modify-noncluster.js added test cases for multi-modify 2015-12-03 12:18:03 +01:00
aql-multi-modify.js added test for traversal after data modification 2015-12-03 13:46:11 +01:00
aql-operators.js
aql-optimizer-collect-count.js
aql-optimizer-collect-into.js
aql-optimizer-collect-methods.js
aql-optimizer-costs.js
aql-optimizer-dynamic-bounds.js
aql-optimizer-edge-index.js
aql-optimizer-filters.js
aql-optimizer-index-ranges.js
aql-optimizer-indexes-in-or.js
aql-optimizer-indexes-multi.js
aql-optimizer-indexes-sort.js
aql-optimizer-indexes.js adjusted tests for issue #1583 2015-11-20 11:53:55 +01:00
aql-optimizer-keep.js
aql-optimizer-plans.js
aql-optimizer-rule-distribute-in-cluster.js
aql-optimizer-rule-interchange-adjacent-enumerations-cluster.js
aql-optimizer-rule-interchange-adjacent-enumerations-noncluster.js
aql-optimizer-rule-merge-traversal-filter.js fixed jslint warnings 2015-12-03 11:24:52 +01:00
aql-optimizer-rule-move-calculations-down.js
aql-optimizer-rule-move-calculations-up.js
aql-optimizer-rule-move-filters-up.js
aql-optimizer-rule-remove-collect-into.js
aql-optimizer-rule-remove-filter-covered-by-index.js
aql-optimizer-rule-remove-redundant-calculations.js
aql-optimizer-rule-remove-redundant-or.js
aql-optimizer-rule-remove-redundant-sorts.js
aql-optimizer-rule-remove-sort-rand.js
aql-optimizer-rule-remove-unnecessary-calculations.js
aql-optimizer-rule-remove-unnecessary-filters.js
aql-optimizer-rule-remove-unnecessary-remote-scatter-cluster.js
aql-optimizer-rule-replace-or-with-in.js
aql-optimizer-rule-undistribute-remove-after-enum-coll-cluster.js
aql-optimizer-rule-use-index-for-sort.js
aql-optimizer-rule-use-index-range.js
aql-optimizer-stats-noncluster.js
aql-optimizer-v8.js
aql-parse.js
aql-primary-index-cluster.js
aql-primary-index-noncluster.js
aql-queries-array-nested.js allow using array indexes without specifying the `[*]` extension 2015-11-17 14:03:58 +01:00
aql-queries-array.js allow using array indexes without specifying the `[*]` extension 2015-11-17 14:03:58 +01:00
aql-queries-collection.js
aql-queries-fulltext.js
aql-queries-geo.js
aql-queries-noncollection.js
aql-queries-optimizer-in-cluster.js renamed files 2015-11-30 13:12:55 +01:00
aql-queries-optimizer-in-noncluster.js issue #1589 2015-11-25 10:49:31 +01:00
aql-queries-optimizer-limit-cluster.js renamed files 2015-11-30 13:12:55 +01:00
aql-queries-optimizer-limit-noncluster.js
aql-queries-optimizer-ref-cluster.js renamed files 2015-11-30 13:12:55 +01:00
aql-queries-optimizer-ref-noncluster.js
aql-queries-optimizer-sort-cluster.js renamed files 2015-11-30 13:12:55 +01:00
aql-queries-optimizer-sort-noncluster.js
aql-queries-optimizer.js
aql-queries-simple.js
aql-queries-variables.js
aql-query-cache-noncluster.js Added warnings for division by zero in CXX implementation. 2015-11-03 10:21:30 +01:00
aql-range.js
aql-ranges-combined-01.js
aql-ranges-combined-02.js
aql-ranges-combined-03.js
aql-ranges-combined-04.js
aql-ranges-combined-05.js
aql-ranges-combined-06.js
aql-ranges-combined-07.js
aql-ranges-combined-08.js
aql-ranges-combined-09.js
aql-ranges-combined-10.js
aql-ranges-combined-11.js
aql-ranges-combined-12.js
aql-ranges-combined-13.js
aql-ranges-combined-14.js
aql-ranges-combined-15.js
aql-ranges-combined-16.js
aql-ranges.js
aql-refaccess-attribute.js
aql-refaccess-variable.js
aql-relational.js
aql-simple-attributes.js
aql-skiplist-cluster.js
aql-skiplist-noncluster.js
aql-subquery.js
aql-ternary.js
aql-upsert-cluster.js
aql-variables.js
aql-within-rectangle.js
dump-authentication-setup.js
dump-authentication.js
dump-cluster.js
dump-setup-cluster.js
dump-setup.js
dump-teardown-cluster.js
dump-teardown.js
dump.js
import-setup.js
import-teardown.js
import.js
replication-ongoing.js more replication 2015-11-30 23:33:59 +01:00
replication-static.js make replication tests a bit more robust 2015-11-17 15:27:38 +01:00
replication-sync.js
shell-any-cluster.js jslint 2015-12-02 16:12:30 +01:00
shell-any-noncluster.js jslint 2015-12-02 16:12:30 +01:00
shell-array-index-noncluster.js
shell-cluster-agency-communication.js
shell-cluster-agency.js
shell-collection-not-loaded-timecritical-noncluster.js
shell-compaction-noncluster-timecritical.js
shell-database-noncluster.js
shell-datafile-timecritical-noncluster.js
shell-foxx-base-middleware.js
shell-foxx-console.js
shell-foxx-manager-spec-nightly.js
shell-foxx-model-events-spec.js
shell-foxx-model.js
shell-foxx-preprocessor.js
shell-foxx-query-spec.js
shell-foxx-repository-spec.js
shell-foxx-template-middleware.js
shell-foxx.js
shell-hash-index-failures.js
shell-readonly-noncluster-disabled.js
shell-routing.js
shell-shaped-noncluster.js
shell-sharding-helpers.js
shell-skiplist-correctness.js
shell-skiplist-index.js
shell-skiplist-rm-performance-timecritical-noncluster.js
shell-transactions-noncluster.js
shell-wal-noncluster-memoryintense.js added test 2015-12-02 15:50:00 +01: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.

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.