1
0
Fork 0
arangodb/js/server/tests
Willi Goesgens 8362986f42 One more correction to the list of nodes to be expected when having a LET in the statement. 2014-10-13 13:57:43 +02:00
..
recovery added recovery tests for rename 2014-10-08 15:22:36 +02:00
README
ahuacatl-arithmetic.js
ahuacatl-bind.js
ahuacatl-complex.js
ahuacatl-cross.js
ahuacatl-edges.js removed "old" AQL function AQL_EXPLAIN 2014-09-11 14:12:01 +02:00
ahuacatl-escaping.js
ahuacatl-functions.js added FIND_FIRST, not yet documented 2014-10-10 18:57:57 +02:00
ahuacatl-general-graph.js Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into aql2 2014-09-10 15:54:49 +02:00
ahuacatl-graph.js
ahuacatl-hash.js removed "old" AQL function AQL_EXPLAIN 2014-09-11 14:12:01 +02:00
ahuacatl-logical.js
ahuacatl-modify-cluster.js
ahuacatl-modify-noncluster.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 removed bitarray indexes 2014-09-15 14:19:38 +02:00
ahuacatl-queries-optimiser-limit.js removed "old" AQL function AQL_EXPLAIN 2014-09-11 14:12:01 +02:00
ahuacatl-queries-optimiser-ref.js removed "old" AQL function AQL_EXPLAIN 2014-09-11 14:12:01 +02:00
ahuacatl-queries-optimiser-sort.js removed "old" AQL function AQL_EXPLAIN 2014-09-11 14:12:01 +02:00
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 removed "old" AQL function AQL_EXPLAIN 2014-09-11 14:12:01 +02:00
ahuacatl-subquery.js
ahuacatl-ternary.js
ahuacatl-variables.js
aql-arithmetic.js
aql-bind.js
aql-complex.js
aql-cross.js
aql-edges.js use edge index on both _from and _to 2014-09-11 18:19:05 +02:00
aql-escaping.js
aql-explain.js fixed test 2014-09-16 15:13:58 +02:00
aql-functions.js added FIND_FIRST, not yet documented 2014-10-10 18:57:57 +02:00
aql-general-graph.js fixed test assertion 2014-09-10 12:08:25 +02:00
aql-graph.js
aql-hash.js fixed tests 2014-09-11 15:50:50 +02:00
aql-logical.js
aql-modify-cluster.js
aql-modify-noncluster-serializetest.js Implement tests for de/serialisation of insert/update/replace queries. 2014-09-17 11:05:50 +02:00
aql-modify-noncluster.js UnitTests: divert to AQL2 in the modifying queries tests; adjust to new reply-syntax. 2014-09-11 11:32:44 +02:00
aql-operators.js
aql-optimizer-dynamic-bounds.js fixed range-info equality flag after fusing 2014-09-19 22:07:06 +02:00
aql-optimizer-rule-interchange-adjacent-enumerations.js adjusted tests 2014-09-12 17:18:36 +02:00
aql-optimizer-rule-move-calculations-up.js updated tests 2014-09-09 15:20:42 +02:00
aql-optimizer-rule-move-filters-up.js Adjust the tests expectation to the new way of not having an extra calculation node for let assignment (as introduced with #dd92042e0b1e66f767237692b7071e4bfc385b80 ) 2014-10-13 10:57:39 +02:00
aql-optimizer-rule-remove-redundant-calculations.js - Fix queries so they can actually be executed. 2014-09-16 11:27:36 +02:00
aql-optimizer-rule-remove-redundant-sorts.js added test for remove-redundant-calculations 2014-09-12 16:58:01 +02:00
aql-optimizer-rule-remove-unnecessary-calculations.js remove subqueries that produce results that are not used in a query 2014-09-18 23:03:43 +02:00
aql-optimizer-rule-remove-unnecessary-filters.js updated tests 2014-09-09 15:20:42 +02:00
aql-optimizer-rule-remove-unnecessary-remote-scatter-cluster.js fixed tests for remove-unnecessary-remote-scatter and undistribute-remove-after-enum-coll, renamed distributeInCluster to scatterInCluster. 2014-10-09 08:45:34 +01:00
aql-optimizer-rule-undistribute-remove-after-enum-coll-cluster.js fixed tests for remove-unnecessary-remote-scatter and undistribute-remove-after-enum-coll, renamed distributeInCluster to scatterInCluster. 2014-10-09 08:45:34 +01:00
aql-optimizer-rule-use-index-for-sort.js Enable first tests for indexes using DESC 2014-09-17 16:28:57 +02:00
aql-parse.js
aql-primary-index.js allow primary key access via _id attribute, too 2014-09-14 00:46:44 +02:00
aql-queries-collection.js
aql-queries-fulltext.js
aql-queries-geo.js
aql-queries-noncollection.js
aql-queries-optimiser-in.js One more correction to the list of nodes to be expected when having a LET in the statement. 2014-10-13 13:57:43 +02:00
aql-queries-optimiser-limit.js fixed tests 2014-09-11 15:50:50 +02:00
aql-queries-optimiser-ref.js fixed tests 2014-09-11 15:50:50 +02:00
aql-queries-optimiser-sort.js Fix skiplistback-ung and usage in AQL. 2014-09-17 14:07:23 +02:00
aql-queries-optimiser.js
aql-queries-simple.js fixed tests 2014-09-11 15:50:50 +02:00
aql-queries-variables.js
aql-range.js added range test 2014-09-11 13:36:16 +02:00
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-skiplist.js fixed tests 2014-09-11 15:50:50 +02:00
aql-subquery.js Don't add intermediate calculationnodes for LET-statements to forward the results of subqueries. Instead adjust the outvariable of the subquerynode. 2014-10-10 17:00:49 +02:00
aql-ternary.js
aql-variables.js
development.js
dump-cluster.js
dump-setup-cluster.js adjusted return values 2014-09-24 17:33:17 +02:00
dump-setup.js adjusted return values 2014-09-24 17:33:17 +02:00
dump-teardown-cluster.js adjusted return values 2014-09-24 17:33:17 +02:00
dump-teardown.js adjusted return values 2014-09-24 17:33:17 +02:00
dump.js
import-setup.js faster import 2014-10-08 17:01:45 +02:00
import-teardown.js faster import 2014-10-08 17:01:45 +02:00
import.js faster import 2014-10-08 17:01:45 +02:00
replication-data.js Removed jslint headers from server/client/common modules. 2014-09-02 22:14:56 +02:00
shell-any-cluster.js
shell-any-noncluster.js
shell-cluster-agency-communication.js Removed jslint headers from server/client/common modules. 2014-09-02 22:14:56 +02:00
shell-cluster-agency.js
shell-compaction-noncluster.js
shell-database-noncluster.js
shell-foxx-base-middleware.js
shell-foxx-format-middleware.js
shell-foxx-model.js
shell-foxx-preprocessor.js
shell-foxx-query-spec.js Implemented Foxx.createQuery. 2014-09-09 17:02:21 +02:00
shell-foxx-repository-spec.js Adjusted tests to reflect corrected behaviour. 2014-09-16 14:58:24 +02:00
shell-foxx-template-middleware.js
shell-foxx.js Added tests and docs for param shorthand syntax, allow passing 'allowMultiple' via joi.meta, fixed joi.required/optional being ignored. 2014-09-16 11:33:35 +02:00
shell-production.js
shell-readonly-noncluster-disabled.js removed bitarray indexes 2014-09-15 14:19:38 +02:00
shell-routing.js
shell-shaped-noncluster.js added test 2014-10-03 01:24:58 +02:00
shell-sharding-helpers.js
shell-skiplist-correctness.js Removed jslint headers from server/client/common modules. 2014-09-02 22:14:56 +02:00
shell-skiplist-index.js Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into aql2 2014-09-09 22:18:52 +02:00
shell-skiplist-rm-performance.js Removed jslint headers from server/client/common modules. 2014-09-02 22:14:56 +02:00
shell-tasks.js
shell-transactions-noncluster.js
shell-wal-noncluster.js

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.