1
0
Fork 0
arangodb/js/server/tests/aql
Mark 328b7681f1 Test format fix 2016-06-13 14:44:33 +02:00
..
aql-arithmetic.js changed division by zero result 2016-06-03 11:50:45 +02:00
aql-array-access.js
aql-attribute-access.js
aql-bind.js added test for numeric collection ids 2016-05-25 11:58:34 +02:00
aql-call-apply.js
aql-complex.js Reduced the nesting level of arrays in AQL test. Icannot be executed on MacOs and asan 2016-04-26 11:50:19 +02:00
aql-cross.js Removed obsolete graph functions. This was AQL TRAVERSAL and GRAPH_TRAVERSAL please use the js Traversal module in Foxx instead for performance reasons. 2016-06-07 19:47:23 +02:00
aql-distinct.js
aql-dynamic-attributes.js various AQL changes 2016-05-23 17:10:15 +02:00
aql-edges-cluster.js
aql-edges-noncluster.js
aql-escaping.js fix parsing forward ticks, fix line numbers in some error messages 2016-02-06 12:32:14 +01:00
aql-explain-cluster.js
aql-explain-noncluster.js
aql-failures-noncluster.js query less documents 2016-05-13 14:26:34 +02:00
aql-fullcount.js
aql-functions-brute.js Removed obsolete graph functions. This was AQL TRAVERSAL and GRAPH_TRAVERSAL please use the js Traversal module in Foxx instead for performance reasons. 2016-06-07 19:47:23 +02:00
aql-functions-date.js removed print 2016-03-17 23:08:00 +01:00
aql-functions-list.js Fixed JSLint 2016-05-09 11:03:30 +02:00
aql-functions-misc.js added AQL function `IS_SAME_COLLECTION` 2016-01-27 19:29:01 +01:00
aql-functions-numeric.js Add usefull messages to the assertions 2016-06-06 10:57:44 +02:00
aql-functions-string.js added regex operators ~= and !~ 2016-06-07 12:20:03 +02:00
aql-functions-types-cxx.js added TYPENAME() and HASH() functions 2016-05-11 23:54:00 +02:00
aql-functions-types.js added TYPENAME() and HASH() functions 2016-05-11 23:54:00 +02:00
aql-functions.js optimizations 2016-05-19 00:22:35 +02:00
aql-gather-block-cluster.js
aql-general-graph.js jslinting 2016-06-08 09:08:23 +02:00
aql-graph-traverser.js Squashed commit of the following: 2016-06-07 13:58:21 +02:00
aql-graph.js Test format fix 2016-06-13 14:44:33 +02:00
aql-hash-cluster.js
aql-hash-noncluster.js
aql-is-in-polygon.js
aql-join-cluster.js
aql-logical.js Add unit tests for TO_BOOL() and unary not with a whole document 2016-04-09 01:55:00 +02:00
aql-modify-cluster.js Fixed Modify edges in cluster test. Expected old return codes 2016-04-04 18:41:28 +02:00
aql-modify-noncluster-serializetest.js
aql-modify-noncluster.js test fixes 2016-03-21 12:15:40 +01:00
aql-multi-modify.js Squashed commit of the following: 2016-06-07 13:58:21 +02:00
aql-operators.js changed division by zero result 2016-06-03 11:50:45 +02:00
aql-optimizer-collect-aggregate.js fixed issue #1823 2016-05-17 11:30:23 +02:00
aql-optimizer-collect-count.js
aql-optimizer-collect-into.js fixed issue #1805 2016-04-18 15:09:42 +02:00
aql-optimizer-collect-methods.js
aql-optimizer-condition.js make replace-or-with-in rule fire in more cases 2016-02-10 23:07:24 +01:00
aql-optimizer-costs.js added optimizer rule "inline-subqueries" 2016-04-15 17:21:22 +02:00
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 make replace-or-with-in rule fire in more cases 2016-02-10 23:07:24 +01:00
aql-optimizer-indexes-multi.js jslint 2016-02-11 09:18:45 +01:00
aql-optimizer-indexes-sort.js remove sort in more cases 2016-02-10 11:23:11 +01:00
aql-optimizer-indexes.js fixed range optimizations 2016-02-24 17:43:17 +01:00
aql-optimizer-keep.js
aql-optimizer-plans.js
aql-optimizer-quantifiers.js added quantifiers test 2016-02-10 15:20:41 +01:00
aql-optimizer-rule-distribute-in-cluster.js
aql-optimizer-rule-inline-subqueries.js AQL bugfixes and tests, CHANGELOG updates 2016-04-17 20:57:13 +02:00
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 added test cases 2016-04-17 11:04:46 +02:00
aql-optimizer-rule-optimize-traversals.js renamed optimizer rule "merge-traversal-filter" into "optimize-traversals" 2016-04-12 14:51:15 +02:00
aql-optimizer-rule-remove-collect-variables.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 optimizations 2016-05-19 00:22:35 +02:00
aql-optimizer-rule-remove-unnecessary-filters.js
aql-optimizer-rule-remove-unnecessary-remote-scatter-cluster.js
aql-optimizer-rule-replace-or-with-in.js make replace-or-with-in rule fire in more cases 2016-02-10 23:07:24 +01:00
aql-optimizer-rule-sort-in-values.js remove sort in more cases 2016-02-10 11:23:11 +01:00
aql-optimizer-rule-undistribute-remove-after-enum-coll-cluster.js
aql-optimizer-rule-use-index-for-sort.js remove sort in more cases 2016-02-10 11:23:11 +01:00
aql-optimizer-rule-use-index-range.js
aql-optimizer-stats-noncluster.js
aql-optimizer-v8.js
aql-parse.js added test 2016-05-20 11:22:54 +02:00
aql-primary-index-cluster.js
aql-primary-index-noncluster.js
aql-queries-array-nested.js
aql-queries-array.js
aql-queries-collection.js fixed hashes 2016-05-12 11:11:20 +02:00
aql-queries-fulltext.js
aql-queries-geo.js
aql-queries-noncollection.js
aql-queries-optimizer-in-cluster.js
aql-queries-optimizer-in-noncluster.js
aql-queries-optimizer-limit-cluster.js
aql-queries-optimizer-limit-noncluster.js test fixes 2016-03-21 12:15:40 +01:00
aql-queries-optimizer-ref-cluster.js
aql-queries-optimizer-ref-noncluster.js
aql-queries-optimizer-sort-cluster.js
aql-queries-optimizer-sort-noncluster.js fix husten 2016-05-27 09:45:17 +02:00
aql-queries-optimizer.js Minor corrections 2016-04-20 22:09:00 +02:00
aql-queries-simple.js changed division by zero result 2016-06-03 11:50:45 +02:00
aql-queries-variables.js
aql-query-cache-noncluster.js changed division by zero result 2016-06-03 11:50:45 +02:00
aql-range.js added tests 2016-04-17 11:21:07 +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-regex.js added regex operators ~= and !~ 2016-06-07 12:20:03 +02:00
aql-relational.js
aql-simple-attributes.js
aql-skiplist-cluster.js
aql-skiplist-noncluster.js
aql-skiplist.js Fixed JSLint 2016-05-04 10:40:06 +02:00
aql-stresstest-nightly.js Removed obsolete graph functions. This was AQL TRAVERSAL and GRAPH_TRAVERSAL please use the js Traversal module in Foxx instead for performance reasons. 2016-06-07 19:47:23 +02:00
aql-subquery.js
aql-ternary.js
aql-upsert-cluster.js
aql-variables.js
aql-vpack-externals.js Squashed commit of the following: 2016-06-07 13:58:21 +02:00
aql-with-collections.js added WITH collections declarative 2016-02-19 18:20:46 +01:00
aql-within-rectangle.js