1
0
Fork 0
arangodb/js/server/tests
Michael Hackstein 72283203b8 Further adaption of IdnexNode tests. Added manual sort where Sorting is not guaranteed. 2015-10-19 12:30:15 +02:00
..
recovery Implemented FoxxService 2015-09-24 13:46:14 +02:00
README
aql-arithmetic.js
aql-array-access.js
aql-attribute-access.js
aql-bind.js
aql-call-apply.js
aql-complex.js
aql-cross.js
aql-distinct.js added tests 2015-09-08 17:34:14 +02:00
aql-dynamic-attributes.js
aql-edges-cluster.js Replaced IndexRangeNode by IndexNode in tests 2015-10-13 09:56:56 +02:00
aql-edges-noncluster.js Fixed edges-noncluster test 2015-10-13 09:34:45 +02:00
aql-escaping.js
aql-explain-cluster.js
aql-explain-noncluster.js
aql-failures-noncluster.js Disabled AQL sort rule failure tests 2015-10-13 10:39:43 +02:00
aql-fullcount.js
aql-functions-date.js fixed tests 2015-09-14 11:55:39 +02:00
aql-functions-list.js
aql-functions-misc.js
aql-functions-numeric.js
aql-functions-string.js
aql-functions-types-cxx.js
aql-functions-types.js
aql-functions.js
aql-gather-block-cluster.js
aql-general-graph.js
aql-graph-visitors.js
aql-graph.js Fixed a bug with AQL EDGES() function. It did not include the correct 2015-09-22 11:46:11 +02:00
aql-hash-cluster.js Replaced IndexRangeNode by IndexNode in tests 2015-10-13 09:56:56 +02:00
aql-hash-noncluster.js Replaced IndexRangeNode by IndexNode in tests 2015-10-13 09:56:56 +02:00
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
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 Deactivated use-index-range rule in tests. Activated use-indexes rule instead 2015-10-12 17:47:00 +02:00
aql-optimizer-edge-index.js Splitted a large aql-optimizer test file 2015-10-13 10:11:10 +02:00
aql-optimizer-filters.js
aql-optimizer-index-ranges.js The ordering in IndexNode is not guaranteed anymore in IN for now. Remved the check from tests 2015-10-19 11:31:58 +02:00
aql-optimizer-indexes-in-or.js Fixed further AQL optimizer tests. Still some issues in new IndexNode 2015-10-14 11:02:52 +02:00
aql-optimizer-indexes-multi.js Add some interval tests. 2015-10-15 19:04:57 +02:00
aql-optimizer-indexes-sort.js Removed debug output in test 2015-10-14 14:10:26 +02:00
aql-optimizer-indexes.js fixed usage of sparse indexes 2015-10-19 10:56:30 +02: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-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 Fixed remove filter covered by index test. And fixed a bug in SkiplistIndexIterator where Nullptr could happen but was not expected 2015-10-15 15:27:35 +02:00
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 Replaced IndexRangeNode by IndexNode in tests 2015-10-13 09:56:56 +02:00
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 Started to remove references to ranges. Still this test throws internal errors 2015-10-14 16:05:00 +02:00
aql-optimizer-rule-use-index-range.js Fixed the use-index-range test 2015-10-15 14:40:01 +02:00
aql-optimizer-stats-noncluster.js
aql-optimizer-v8.js
aql-parse.js
aql-primary-index-cluster.js Replaced IndexRangeNode by IndexNode in tests 2015-10-13 09:56:56 +02:00
aql-primary-index-noncluster.js Replaced IndexRangeNode by IndexNode in tests 2015-10-13 09:56:56 +02:00
aql-queries-collection.js
aql-queries-fulltext.js
aql-queries-geo.js
aql-queries-noncollection.js
aql-queries-optimiser-in-cluster.js Replaced IndexRangeNode by IndexNode in tests 2015-10-13 09:56:56 +02:00
aql-queries-optimiser-limit-cluster.js Replaced IndexRangeNode by IndexNode in tests 2015-10-13 09:56:56 +02:00
aql-queries-optimiser-ref-cluster.js Replaced IndexRangeNode by IndexNode in tests 2015-10-13 09:56:56 +02:00
aql-queries-optimiser-sort-cluster.js Replaced IndexRangeNode by IndexNode in tests 2015-10-13 09:56:56 +02:00
aql-queries-optimizer-in-noncluster.js Further adaption of IdnexNode tests. Added manual sort where Sorting is not guaranteed. 2015-10-19 12:30:15 +02:00
aql-queries-optimizer-limit-noncluster.js Replaced IndexRangeNode by IndexNode in tests 2015-10-13 09:56:56 +02:00
aql-queries-optimizer-ref-noncluster.js Replaced IndexRangeNode by IndexNode in tests 2015-10-13 09:56:56 +02:00
aql-queries-optimizer-sort-noncluster.js Replaced IndexRangeNode by IndexNode in tests 2015-10-13 09:56:56 +02:00
aql-queries-optimizer.js
aql-queries-simple.js
aql-queries-variables.js
aql-query-cache-noncluster.js
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 Replaced IndexRangeNode by IndexNode in tests 2015-10-13 09:56:56 +02:00
aql-skiplist-noncluster.js Another IndexNode test file is executed successfully now 2015-10-15 11:37:38 +02:00
aql-subquery.js
aql-ternary.js
aql-upsert-cluster.js
aql-variables.js
aql-within-rectangle.js
dump-authentication-setup.js added test for issue #1521 2015-10-06 22:36:09 +02:00
dump-authentication.js added test for issue #1521 2015-10-06 22:36:09 +02:00
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
replication-static.js
replication-sync.js fixes for sync 2015-09-16 16:10:56 +02:00
shell-any-cluster.js
shell-any-noncluster.js
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 updated CHANGELOG 2015-09-24 16:33:59 +02:00
shell-database-noncluster.js
shell-datafile-timecritical-noncluster.js
shell-foxx-base-middleware.js
shell-foxx-console.js
shell-foxx-format-middleware.js
shell-foxx-manager-spec-nightly.js added nightly 2015-09-16 15:14:34 +02:00
shell-foxx-model-events-spec.js
shell-foxx-model.js
shell-foxx-preprocessor.js
shell-foxx-query-spec.js
shell-foxx-repository-events-spec.js
shell-foxx-repository-spec.js
shell-foxx-template-middleware.js
shell-foxx.js
shell-hash-index-failures.js jslint 2015-09-08 17:39:01 +02:00
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 tests 2015-09-08 14:22:23 +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.

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.