..
recovery
added tests
2015-09-08 14:22:23 +02:00
README
…
aql-arithmetic.js
Strict mode all the things.
2015-04-09 00:22:05 +02:00
aql-array-access.js
added tests
2015-06-16 15:13:53 +02:00
aql-attribute-access.js
added tests
2015-06-12 18:29:54 +02:00
aql-bind.js
fixed invalidation with index creation etc., adjusted tests
2015-06-25 23:40:31 +02:00
aql-call-apply.js
Strict mode all the things.
2015-04-09 00:22:05 +02:00
aql-complex.js
Strict mode all the things.
2015-04-09 00:22:05 +02:00
aql-cross.js
Strict mode all the things.
2015-04-09 00:22:05 +02:00
aql-distinct.js
added tests
2015-09-08 17:34:14 +02:00
aql-dynamic-attributes.js
Strict mode all the things.
2015-04-09 00:22:05 +02:00
aql-edges-cluster.js
Strict mode all the things.
2015-04-09 00:22:05 +02:00
aql-edges-noncluster.js
Strict mode all the things.
2015-04-09 00:22:05 +02:00
aql-escaping.js
simplification for comments parsing
2015-04-22 14:17:18 +02:00
aql-explain-cluster.js
Strict mode all the things.
2015-04-09 00:22:05 +02:00
aql-explain-noncluster.js
adjusted some tests
2015-04-15 23:45:07 +02:00
aql-failures-noncluster.js
Fixed a failure test that was not deterministic
2015-08-07 14:56:57 +02:00
aql-fullcount.js
Strict mode all the things.
2015-04-09 00:22:05 +02:00
aql-functions-date.js
fixed tests
2015-09-14 11:55:39 +02:00
aql-functions-list.js
Strict mode all the things.
2015-04-09 00:22:05 +02:00
aql-functions-misc.js
removed deprecated AQL function `SKIPLIST`
2015-06-17 20:44:44 +02:00
aql-functions-numeric.js
Strict mode all the things.
2015-04-09 00:22:05 +02:00
aql-functions-string.js
CXX implementation of AQL `LIKE`
2015-08-04 10:30:18 +02:00
aql-functions-types-cxx.js
moved AQL TO_* functions to CXX
2015-06-18 21:30:13 +02:00
aql-functions-types.js
Strict mode all the things.
2015-04-09 00:22:05 +02:00
aql-functions.js
moved AQL TO_* functions to CXX
2015-06-18 21:30:13 +02:00
aql-gather-block-cluster.js
Shoot me again I ain't dead yet.
2015-05-13 10:23:48 +02:00
aql-general-graph.js
Fixed Neighbor tests in cluster
2015-07-24 16:05:49 +02:00
aql-graph-visitors.js
CXX ExampleMatcher learned about internal attributes. This makes all AQL-Graph tests pass again ;)
2015-05-30 00:00:49 -07:00
aql-graph.js
do not execute OOM tests in cluster case, where they cannot fire
2015-08-13 15:38:01 +02:00
aql-hash-cluster.js
Strict mode all the things.
2015-04-09 00:22:05 +02:00
aql-hash-noncluster.js
Strict mode all the things.
2015-04-09 00:22:05 +02:00
aql-is-in-polygon.js
Strict mode all the things.
2015-04-09 00:22:05 +02:00
aql-join-cluster.js
Strict mode all the things.
2015-04-09 00:22:05 +02:00
aql-logical.js
Strict mode all the things.
2015-04-09 00:22:05 +02:00
aql-modify-cluster.js
Strict mode all the things.
2015-04-09 00:22:05 +02:00
aql-modify-noncluster-serializetest.js
Strict mode all the things.
2015-04-09 00:22:05 +02:00
aql-modify-noncluster.js
issue #1445 : Object literal simplificatin does not support pseudo-variables NEW and OLD
2015-08-19 09:25:46 +02:00
aql-operators.js
Strict mode all the things.
2015-04-09 00:22:05 +02:00
aql-optimizer-collect-count.js
Strict mode all the things.
2015-04-09 00:22:05 +02:00
aql-optimizer-collect-into.js
fixed jslint warning
2015-06-19 14:26:43 +02:00
aql-optimizer-collect-methods.js
added DISTINCT
2015-07-24 13:19:55 +02:00
aql-optimizer-costs.js
Strict mode all the things.
2015-04-09 00:22:05 +02:00
aql-optimizer-dynamic-bounds.js
Strict mode all the things.
2015-04-09 00:22:05 +02:00
aql-optimizer-filters.js
Strict mode all the things.
2015-04-09 00:22:05 +02:00
aql-optimizer-indexes.js
added test case
2015-08-18 12:09:30 +02:00
aql-optimizer-keep.js
Strict mode all the things.
2015-04-09 00:22:05 +02:00
aql-optimizer-plans.js
Strict mode all the things.
2015-04-09 00:22:05 +02:00
aql-optimizer-rule-distribute-in-cluster.js
Strict mode all the things.
2015-04-09 00:22:05 +02:00
aql-optimizer-rule-interchange-adjacent-enumerations-cluster.js
Strict mode all the things.
2015-04-09 00:22:05 +02:00
aql-optimizer-rule-interchange-adjacent-enumerations-noncluster.js
Strict mode all the things.
2015-04-09 00:22:05 +02:00
aql-optimizer-rule-move-calculations-down.js
Strict mode all the things.
2015-04-09 00:22:05 +02:00
aql-optimizer-rule-move-calculations-up.js
adjusted some tests
2015-04-15 23:45:07 +02:00
aql-optimizer-rule-move-filters-up.js
Strict mode all the things.
2015-04-09 00:22:05 +02:00
aql-optimizer-rule-remove-collect-into.js
Strict mode all the things.
2015-04-09 00:22:05 +02:00
aql-optimizer-rule-remove-filter-covered-by-index.js
More Americanization
2015-09-03 22:25:43 +02:00
aql-optimizer-rule-remove-redundant-calculations.js
added tests
2015-06-16 15:13:53 +02:00
aql-optimizer-rule-remove-redundant-or.js
Strict mode all the things.
2015-04-09 00:22:05 +02:00
aql-optimizer-rule-remove-redundant-sorts.js
adjusted some tests
2015-04-15 23:45:07 +02:00
aql-optimizer-rule-remove-sort-rand.js
added tests
2015-09-04 14:21:31 +02:00
aql-optimizer-rule-remove-unnecessary-calculations.js
Strict mode all the things.
2015-04-09 00:22:05 +02:00
aql-optimizer-rule-remove-unnecessary-filters.js
Strict mode all the things.
2015-04-09 00:22:05 +02:00
aql-optimizer-rule-remove-unnecessary-remote-scatter-cluster.js
Strict mode all the things.
2015-04-09 00:22:05 +02:00
aql-optimizer-rule-replace-or-with-in.js
Strict mode all the things.
2015-04-09 00:22:05 +02:00
aql-optimizer-rule-undistribute-remove-after-enum-coll-cluster.js
Strict mode all the things.
2015-04-09 00:22:05 +02:00
aql-optimizer-rule-use-index-for-sort.js
More Americanization
2015-09-03 22:25:43 +02:00
aql-optimizer-rule-use-index-range.js
Strict mode all the things.
2015-04-09 00:22:05 +02:00
aql-optimizer-stats-noncluster.js
adjusted some tests
2015-04-15 23:45:07 +02:00
aql-optimizer-v8.js
speedup for V8-based AQL functions with huge literal array/object parameters
2015-06-12 15:40:08 +02:00
aql-parse.js
Strict mode all the things.
2015-04-09 00:22:05 +02:00
aql-primary-index-cluster.js
Strict mode all the things.
2015-04-09 00:22:05 +02:00
aql-primary-index-noncluster.js
Strict mode all the things.
2015-04-09 00:22:05 +02:00
aql-queries-collection.js
Strict mode all the things.
2015-04-09 00:22:05 +02:00
aql-queries-fulltext.js
fulltext improvements
2015-05-06 14:21:32 +02:00
aql-queries-geo.js
Strict mode all the things.
2015-04-09 00:22:05 +02:00
aql-queries-noncollection.js
Strict mode all the things.
2015-04-09 00:22:05 +02:00
aql-queries-optimiser-in-cluster.js
More Americanization
2015-09-03 22:25:43 +02:00
aql-queries-optimiser-limit-cluster.js
More Americanization
2015-09-03 22:25:43 +02:00
aql-queries-optimiser-ref-cluster.js
More Americanization
2015-09-03 22:25:43 +02:00
aql-queries-optimiser-sort-cluster.js
More Americanization
2015-09-03 22:25:43 +02:00
aql-queries-optimizer-in-noncluster.js
More Americanization
2015-09-03 22:25:43 +02:00
aql-queries-optimizer-limit-noncluster.js
More Americanization
2015-09-03 22:25:43 +02:00
aql-queries-optimizer-ref-noncluster.js
More Americanization
2015-09-03 22:25:43 +02:00
aql-queries-optimizer-sort-noncluster.js
More Americanization
2015-09-03 22:25:43 +02:00
aql-queries-optimizer.js
More Americanization
2015-09-03 22:25:43 +02:00
aql-queries-simple.js
Strict mode all the things.
2015-04-09 00:22:05 +02:00
aql-queries-variables.js
added tests
2015-06-16 15:13:53 +02:00
aql-query-cache-noncluster.js
split tests
2015-07-20 10:58:43 +02:00
aql-range.js
Strict mode all the things.
2015-04-09 00:22:05 +02:00
aql-ranges-combined-01.js
Strict mode all the things.
2015-04-09 00:22:05 +02:00
aql-ranges-combined-02.js
Strict mode all the things.
2015-04-09 00:22:05 +02:00
aql-ranges-combined-03.js
Strict mode all the things.
2015-04-09 00:22:05 +02:00
aql-ranges-combined-04.js
Strict mode all the things.
2015-04-09 00:22:05 +02:00
aql-ranges-combined-05.js
Strict mode all the things.
2015-04-09 00:22:05 +02:00
aql-ranges-combined-06.js
Strict mode all the things.
2015-04-09 00:22:05 +02:00
aql-ranges-combined-07.js
Strict mode all the things.
2015-04-09 00:22:05 +02:00
aql-ranges-combined-08.js
Strict mode all the things.
2015-04-09 00:22:05 +02:00
aql-ranges-combined-09.js
Strict mode all the things.
2015-04-09 00:22:05 +02:00
aql-ranges-combined-10.js
Strict mode all the things.
2015-04-09 00:22:05 +02:00
aql-ranges-combined-11.js
Strict mode all the things.
2015-04-09 00:22:05 +02:00
aql-ranges-combined-12.js
Strict mode all the things.
2015-04-09 00:22:05 +02:00
aql-ranges-combined-13.js
Strict mode all the things.
2015-04-09 00:22:05 +02:00
aql-ranges-combined-14.js
Strict mode all the things.
2015-04-09 00:22:05 +02:00
aql-ranges-combined-15.js
Strict mode all the things.
2015-04-09 00:22:05 +02:00
aql-ranges-combined-16.js
Strict mode all the things.
2015-04-09 00:22:05 +02:00
aql-ranges.js
Strict mode all the things.
2015-04-09 00:22:05 +02:00
aql-refaccess-attribute.js
Strict mode all the things.
2015-04-09 00:22:05 +02:00
aql-refaccess-variable.js
Strict mode all the things.
2015-04-09 00:22:05 +02:00
aql-relational.js
Strict mode all the things.
2015-04-09 00:22:05 +02:00
aql-simple-attributes.js
added shorthand notation for attribute names in AQL object literals
2015-07-23 14:24:37 +02:00
aql-skiplist-cluster.js
Strict mode all the things.
2015-04-09 00:22:05 +02:00
aql-skiplist-noncluster.js
Strict mode all the things.
2015-04-09 00:22:05 +02:00
aql-subquery.js
add subquery tests
2015-04-29 11:32:14 +02:00
aql-ternary.js
Strict mode all the things.
2015-04-09 00:22:05 +02:00
aql-upsert-cluster.js
Strict mode all the things.
2015-04-09 00:22:05 +02:00
aql-variables.js
Strict mode all the things.
2015-04-09 00:22:05 +02:00
aql-within-rectangle.js
Strict mode all the things.
2015-04-09 00:22:05 +02:00
dump-cluster.js
honor indexBuckets attribute in restore operation of collection
2015-08-13 15:37:32 +02:00
dump-setup-cluster.js
honor indexBuckets attribute in restore operation of collection
2015-08-13 15:37:32 +02:00
dump-setup.js
honor indexBuckets attribute in restore operation of collection
2015-08-13 15:37:32 +02:00
dump-teardown-cluster.js
Strict mode all the things.
2015-04-09 00:22:05 +02:00
dump-teardown.js
Strict mode all the things.
2015-04-09 00:22:05 +02:00
dump.js
honor indexBuckets attribute in restore operation of collection
2015-08-13 15:37:32 +02:00
import-setup.js
Strict mode all the things.
2015-04-09 00:22:05 +02:00
import-teardown.js
Strict mode all the things.
2015-04-09 00:22:05 +02:00
import.js
Strict mode all the things.
2015-04-09 00:22:05 +02:00
replication-ongoing.js
added tests for requireFromIncluded
2015-08-25 12:50:58 +02:00
replication-static.js
fix replication resumption
2015-08-21 15:57:24 +02:00
replication-sync.js
fixes for sync
2015-09-16 16:10:56 +02:00
shell-any-cluster.js
Strict mode all the things.
2015-04-09 00:22:05 +02:00
shell-any-noncluster.js
Strict mode all the things.
2015-04-09 00:22:05 +02:00
shell-array-index-noncluster.js
Disabled test for cluster mode for now
2015-09-01 10:06:26 +02:00
shell-cluster-agency-communication.js
Strict mode all the things.
2015-04-09 00:22:05 +02:00
shell-cluster-agency.js
Strict mode all the things.
2015-04-09 00:22:05 +02:00
shell-collection-not-loaded-timecritical-noncluster.js
added configuration option `--database.throw-collection-not-loaded-error`
2015-08-11 12:31:42 +02:00
shell-compaction-noncluster-timecritical.js
added more compaction tests
2015-09-16 11:39:41 +02:00
shell-database-noncluster.js
Fix wait loop for file to dissappear
2015-07-03 16:16:05 +02:00
shell-datafile-timecritical-noncluster.js
create fat datafiles
2015-09-02 10:18:24 +02:00
shell-foxx-base-middleware.js
Strict mode all the things.
2015-04-09 00:22:05 +02:00
shell-foxx-console.js
Strict mode all the things.
2015-04-09 00:22:05 +02:00
shell-foxx-format-middleware.js
Strict mode all the things.
2015-04-09 00:22:05 +02:00
shell-foxx-manager-spec-nightly.js
added nightly
2015-09-16 15:14:34 +02:00
shell-foxx-model-events-spec.js
Fixed model-events test.
2015-06-02 14:41:14 +02:00
shell-foxx-model.js
fixed test that failed in cluster
2015-04-13 15:33:29 +02:00
shell-foxx-preprocessor.js
Strict mode all the things.
2015-04-09 00:22:05 +02:00
shell-foxx-query-spec.js
Strict mode all the things.
2015-04-09 00:22:05 +02:00
shell-foxx-repository-events-spec.js
Fixed repository-events test.
2015-06-02 14:41:14 +02:00
shell-foxx-repository-spec.js
Fixed repository spec.
2015-06-02 14:06:13 +02:00
shell-foxx-template-middleware.js
Strict mode all the things.
2015-04-09 00:22:05 +02:00
shell-foxx.js
Add support for joi options. Fixes #1425 .
2015-08-11 16:12:11 +02:00
shell-hash-index-failures.js
jslint
2015-09-08 17:39:01 +02:00
shell-readonly-noncluster-disabled.js
Strict mode all the things.
2015-04-09 00:22:05 +02:00
shell-routing.js
Fixed failing shell-routing test.
2015-05-07 11:44:42 +02:00
shell-shaped-noncluster.js
Upgrade V8 to 4.2.77
2015-05-20 15:10:28 +02:00
shell-sharding-helpers.js
Fix tests for new ClusterInfo: call ClusterInfo::flush after test.
2015-08-04 09:33:19 +02:00
shell-skiplist-correctness.js
Strict mode all the things.
2015-04-09 00:22:05 +02:00
shell-skiplist-index.js
issue #1322 : strange AQL result
2015-04-28 09:41:03 +02:00
shell-skiplist-rm-performance-timecritical-noncluster.js
Do not execute a time critical test on cluster tests.
2015-04-14 09:06:47 +02:00
shell-transactions-noncluster.js
create fat datafiles
2015-09-02 10:18:24 +02:00
shell-wal-noncluster-memoryintense.js
added tests
2015-09-08 14:22:23 +02:00