..
aql-arithmetic.js
added test for issue #2392
2017-03-23 12:25:42 +01:00
aql-array-access.js
fixed issue #1937
2016-07-12 15:57:19 +02:00
aql-attribute-access.js
Implement testcases, this fixes #1806
2017-06-08 15:59:05 +02:00
aql-bind.js
added test for numeric collection ids
2016-05-25 11:58:34 +02:00
aql-call-apply.js
pass UDF name into UDF call via this argument
2016-07-08 14:31:14 +02:00
aql-complex.js
Optimizations for Caches and Graph Traversals ( #3169 )
2017-08-31 18:33:10 +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-distance.js
Bug fix/fixes 0609 ( #3227 )
2017-09-13 16:28:21 +02:00
aql-distinct.js
fixed issue #5977 : Unexpected execution plan when subquery contains COLLECT ( #5983 )
2018-07-25 17:33:45 +02:00
aql-document.js
fixed AQL DOCUMENT lookup function for documents for shard collection… ( #5609 )
2018-06-15 09:16:23 +02:00
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-fail-on-warning.js
added proper docs for --query.fail-on-warning
2017-05-29 15:46:48 +02:00
aql-failures-noncluster.js
fix memory hunger of cache ( #4269 )
2018-01-12 12:15:19 +01:00
aql-fullcount.js
fix `fullCount` value in some cases in cluster mode ( #4722 )
2018-03-01 18:33:18 +01:00
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
Bug fix/fixes 0609 ( #3227 )
2017-09-13 16:28:21 +02:00
aql-functions-misc.js
cpp aql collections() and test ( #3331 )
2017-10-23 11:42:34 +02:00
aql-functions-numeric.js
disable numeric aql tests for solaris - its broken in the solaris libm.
2016-06-23 18:05:28 +02:00
aql-functions-string.js
Fix LIKE pattern creation ( #5240 )
2018-05-03 13:15:56 +02:00
aql-functions-types-cxx.js
added TYPENAME() and HASH() functions
2016-05-11 23:54:00 +02:00
aql-functions-types.js
Bug fix/fixes 0609 ( #3227 )
2017-09-13 16:28:21 +02:00
aql-functions.js
fix AQL ZIP function with duplicate attribute names ( #5335 )
2018-05-14 11:12:26 +02:00
aql-gather-block-cluster.js
Feature 3.3/aql optimizations ( #5140 )
2018-05-15 14:41:07 +02:00
aql-general-graph-28.js
speed up tests
2016-09-23 12:20:10 +02:00
aql-general-graph.js
Bug fix/sparse graph register warning ( #3569 )
2017-11-10 14:33:15 +01:00
aql-graph-traverser-mmfiles.js
Starting AQL tests
2017-04-18 15:14:35 +02:00
aql-graph-traverser.js
added traversal test ( #4375 )
2018-01-23 09:08:58 +01:00
aql-graph.js
Fixed inconsistency in BFS when using filters on vertices ( #4586 )
2018-02-28 15:05:01 +01:00
aql-hash-cluster.js
Adapted cluster-hash-index tests for RocksDB.
2017-04-24 12:45:21 +02:00
aql-hash-noncluster.js
Fixed aql-hash test
2017-04-19 10:48:35 +02:00
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-memory-limit.js
added optional memory limit for AQL queries
2016-12-06 13:23:41 +01:00
aql-modify-cluster.js
fix timeout issue next try: no subquery nodes on dbservers ( #6036 )
2018-08-03 09:43:35 +02:00
aql-modify-noncluster-serializetest.js
…
aql-modify-noncluster.js
fixed tests
2017-02-02 08:39:50 +01:00
aql-modify-subqueries.js
added tests
2018-07-25 17:08:41 +02:00
aql-modify.js
[3.3] Bugfix: Fix `_rev` handling in `UPDATE`/`REPLACE` `WITH` clauses ( #5967 )
2018-07-25 12:28:16 +02:00
aql-multi-modify.js
fixed issue #4651 ( #4660 )
2018-03-01 16:44:05 +01:00
aql-operators.js
changed division by zero result
2016-06-03 11:50:45 +02:00
aql-optimizer-collect-aggregate.js
Feature 3.3/aql optimizations ( #5140 )
2018-05-15 14:41:07 +02:00
aql-optimizer-collect-count.js
prevent an optimization from destroying variables ( #5586 )
2018-06-18 11:58:31 +02:00
aql-optimizer-collect-into.js
added test case
2016-07-21 16:12:25 +02:00
aql-optimizer-collect-methods.js
speed up AQL query plan generation ( #6243 )
2018-08-24 13:11:06 +02:00
aql-optimizer-condition.js
fixed issue #3039 ( #3045 )
2017-08-17 21:33:20 +02: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
Feature 3.3/aql optimizations ( #5140 )
2018-05-15 14:41:07 +02:00
aql-optimizer-filters.js
…
aql-optimizer-fulltext.js
potential fix for https://stackoverflow.com/questions/50496274/two-fu … ( #5445 )
2018-05-28 13:55:35 +02:00
aql-optimizer-geoindex.js
attempt to fix non-deterministic test
2018-03-28 14:44:22 +02:00
aql-optimizer-index-only-rocksdb.js
Feature 3.3/aql optimizations ( #5140 )
2018-05-15 14:41:07 +02:00
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
Feature 3.3/aql optimizations ( #5140 )
2018-05-15 14:41:07 +02:00
aql-optimizer-indexes-sort.js
remove useless explain
2018-02-08 09:00:14 +01:00
aql-optimizer-indexes.js
Feature 3.3/aql optimizations ( #5140 )
2018-05-15 14:41:07 +02:00
aql-optimizer-keep.js
…
aql-optimizer-operators.js
fixed issue #3618 ( #3621 )
2017-11-10 12:31:10 +01:00
aql-optimizer-plans.js
…
aql-optimizer-produces-result.js
Feature 3.3/aql optimizations ( #5140 )
2018-05-15 14:41:07 +02:00
aql-optimizer-quantifiers.js
Feature/optimizer rule remove filter covered by traversal ( #2731 )
2017-07-10 10:15:17 +02:00
aql-optimizer-rule-distribute-in-cluster.js
Feature/reduce extraction to projection ( #2792 )
2017-07-14 08:40:29 +02:00
aql-optimizer-rule-inline-subqueries.js
fixed issue #3640 : limit in subquery ( #3903 )
2017-12-07 10:41:46 +01:00
aql-optimizer-rule-interchange-adjacent-enumerations-cluster.js
issue #2079
2016-09-27 16:34:39 +02:00
aql-optimizer-rule-interchange-adjacent-enumerations-noncluster.js
speed up AQL query plan generation ( #6243 )
2018-08-24 13:11:06 +02:00
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-spec.js
Fixed JSLint and added further tests for traverser optimizations (both sides containing output)
2017-01-31 16:09:00 +01:00
aql-optimizer-rule-patch-update-statements.js
Bug fix/predictable results data modifcation multiple fors ( #2921 )
2017-08-01 17:08:35 +02:00
aql-optimizer-rule-reduce-extraction-to-projection-rocksdb.js
Feature 3.3/aql optimizations ( #5140 )
2018-05-15 14:41:07 +02:00
aql-optimizer-rule-remove-collect-variables.js
…
aql-optimizer-rule-remove-filter-covered-by-index.js
issue #2115
2016-10-18 13:54:33 +02:00
aql-optimizer-rule-remove-filter-covered-by-traversal-spec.js
Feature/optimizer rule remove filter covered by traversal ( #2731 )
2017-07-10 10:15:17 +02:00
aql-optimizer-rule-remove-redundant-calculations.js
fixed issue #2400
2017-03-28 13:58:49 +02:00
aql-optimizer-rule-remove-redundant-or.js
…
aql-optimizer-rule-remove-redundant-sorts.js
…
aql-optimizer-rule-remove-sort-rand-mmfiles.js
renamed test file
2017-04-06 11:21:17 +02:00
aql-optimizer-rule-remove-unnecessary-calculations.js
fixed issue #2400
2017-03-28 13:58:49 +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
fixed issue #2515
2017-06-01 13:45:47 +02: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
Fixing more all tests
2017-04-19 15:13:27 +02:00
aql-optimizer-rule-use-index-range.js
Bug fix/fixes 0409 ( #3199 )
2017-09-04 18:04:05 +02:00
aql-optimizer-stats-noncluster.js
…
aql-optimizer-useindexes.js
Feature 3.3/aql optimizations ( #5140 )
2018-05-15 14:41:07 +02:00
aql-optimizer-v8.js
…
aql-parse.js
added tests
2016-07-07 12:22:24 +02:00
aql-primary-index-cluster.js
removed useless explain
2017-09-01 14:14:01 +02:00
aql-primary-index-noncluster.js
Fixed a bug in primaryindex. In some cases it reported that it could not find more documents although there were more.
2017-02-03 16:15:41 +01:00
aql-queries-array-nested.js
…
aql-queries-array.js
fixed issue #4900 ( #4918 )
2018-03-22 18:27:31 +01:00
aql-queries-collection.js
fixed hashes
2016-05-12 11:11:20 +02:00
aql-queries-document.js
execute DOCUMENT function via CXX on coordinator in cluster mode ( #3196 )
2017-09-04 17:34:24 +02:00
aql-queries-fulltext.js
fixed issue #5252 ( #5426 )
2018-05-23 08:30:34 +02:00
aql-queries-geo.js
Working geo index
2017-05-09 14:47:13 +02:00
aql-queries-noncollection.js
…
aql-queries-optimizer-in-cluster.js
…
aql-queries-optimizer-in-noncluster.js
fixed issue #2488
2017-05-19 15:57:47 +02:00
aql-queries-optimizer-limit-cluster.js
Fixed JSLint
2017-04-24 13:07:52 +02:00
aql-queries-optimizer-limit-noncluster.js
fixed issue #6031 : Broken LIMIT in nested list iterations ( #6032 )
2018-08-01 08:29:57 +02:00
aql-queries-optimizer-ref-cluster.js
…
aql-queries-optimizer-ref-noncluster.js
…
aql-queries-optimizer-sort-cluster.js
cleanup
2017-09-13 00:00:32 +02:00
aql-queries-optimizer-sort-noncluster.js
fix husten
2016-05-27 09:45:17 +02:00
aql-queries-optimizer.js
fix internal issue #1848 ( #4522 )
2018-02-08 09:34:24 +01:00
aql-queries-simple.js
fix issue #2879 ( #2885 )
2017-07-27 23:30:05 +02:00
aql-queries-variables.js
…
aql-query-cache-noncluster.js
some final cleanup
2017-02-21 13:04:24 +01: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-shardids-cluster.js
added test for shardids restriction
2017-05-29 17:02:16 +02:00
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-sort.js
added test for sorting
2017-02-06 12:24:45 +01:00
aql-stresstest-nightly.js
Feature 3.3/aql optimizations ( #5140 )
2018-05-15 14:41:07 +02:00
aql-subquery.js
…
aql-ternary.js
documentation for ternary operator shortcut
2017-01-30 17:27:50 +01:00
aql-upsert-cluster.js
…
aql-variables.js
…
aql-vpack-externals.js
Bug fix 3.3/fix issue 4199 ( #4201 )
2018-01-03 21:32:49 +01:00
aql-with-collections.js
added WITH collections declarative
2016-02-19 18:20:46 +01:00
aql-within-rectangle.js
Preliminary changes
2017-05-08 18:27:51 +02:00