..
recovery
fixed tests
2015-02-18 16:40:48 +01:00
README
Add disabled tests.
2014-06-30 12:45:10 +02:00
aql-arithmetic.js
updated documentation and operators behavior
2014-11-10 18:05:11 +01:00
aql-bind.js
issue #1155 : allow bind parameter for sort order
2014-12-08 13:05:40 +01:00
aql-call-apply.js
added several AQL functions
2014-11-28 17:34:29 +01:00
aql-complex.js
removed Ahuacatl [skip ci]
2014-10-31 17:31:00 +01:00
aql-cross.js
removed Ahuacatl [skip ci]
2014-10-31 17:31:00 +01:00
aql-dynamic-attributes.js
dynamic attribute names in AQL
2015-02-03 22:51:40 +01:00
aql-edges-cluster.js
removed Ahuacatl [skip ci]
2014-10-31 17:31:00 +01:00
aql-edges-noncluster.js
removed Ahuacatl [skip ci]
2014-10-31 17:31:00 +01:00
aql-escaping.js
removed Ahuacatl [skip ci]
2014-10-31 17:31:00 +01:00
aql-explain-cluster.js
Remove a test for cost estimation.
2014-11-15 21:30:17 -05:00
aql-explain-noncluster.js
Fix another test for AQL and new estimates.
2014-11-14 23:13:00 -05:00
aql-fullcount.js
issue #1163 : fullcount was sometimes used for wrong LIMIT node
2014-12-05 19:02:51 +01:00
aql-functions-date.js
added `SUBSTITUTE` AQL function
2014-11-11 22:35:15 +01:00
aql-functions-list.js
renamed function, updated documentation
2014-11-28 17:46:29 +01:00
aql-functions-misc.js
more tolerable delay
2015-01-22 14:20:35 +01:00
aql-functions-numeric.js
added `SUBSTITUTE` AQL function
2014-11-11 22:35:15 +01:00
aql-functions-string.js
added AQL functions MD5, SHA1, and RANDOM_TOKEN
2015-01-17 22:40:47 +01:00
aql-functions-types.js
the great rename: array => object, list => array
2014-12-18 22:33:23 +01:00
aql-functions.js
the great rename: array => object, list => array
2014-12-18 22:33:23 +01:00
aql-gather-block-cluster.js
jslintified tests
2014-10-28 15:02:37 +01:00
aql-general-graph.js
fixed a test
2014-11-20 11:07:24 +01:00
aql-graph-visitors.js
added visitor test
2015-02-20 15:48:18 +01:00
aql-graph.js
allow specifying minLength and maxLengths for PATHS AQL function
2015-01-16 12:34:11 +01:00
aql-hash-cluster.js
removed Ahuacatl [skip ci]
2014-10-31 17:31:00 +01:00
aql-hash-noncluster.js
removed Ahuacatl [skip ci]
2014-10-31 17:31:00 +01:00
aql-is-in-polygon.js
added tests for is-in-polygon
2014-11-10 11:31:57 +01:00
aql-logical.js
removed Ahuacatl [skip ci]
2014-10-31 17:31:00 +01:00
aql-modify-cluster.js
added `filtered` attribute to AQL execution statistics
2015-02-13 21:37:49 +01:00
aql-modify-noncluster-serializetest.js
added `filtered` attribute to AQL execution statistics
2015-02-13 21:37:49 +01:00
aql-modify-noncluster.js
added `filtered` attribute to AQL execution statistics
2015-02-13 21:37:49 +01:00
aql-operators.js
the great rename: array => object, list => array
2014-12-18 22:33:23 +01:00
aql-optimizer-collect-count.js
activated optimizer rule remove-sort-rand
2014-12-21 18:50:50 +01:00
aql-optimizer-collect-into.js
Make jslint happy.
2014-12-17 09:22:22 +01:00
aql-optimizer-costs.js
added tests for estimations
2015-01-28 11:20:01 +01:00
aql-optimizer-dynamic-bounds.js
report warnings in queries
2014-10-30 17:33:15 +01:00
aql-optimizer-filters.js
fixed invalid optimization, added test cases
2014-11-28 17:50:17 +01:00
aql-optimizer-indexes.js
added optimizer rule "propagate-constant-attributes"
2015-02-15 13:29:53 +01:00
aql-optimizer-keep.js
added optional COUNT clause for AQL COLLECT
2014-12-12 17:18:04 +01:00
aql-optimizer-rule-distribute-in-cluster.js
Fix tests finally.
2014-12-24 00:26:20 +01:00
aql-optimizer-rule-interchange-adjacent-enumerations-cluster.js
jslintified tests
2014-10-28 15:59:38 +01:00
aql-optimizer-rule-interchange-adjacent-enumerations-noncluster.js
added optimizer rule "propagate-constant-attributes"
2015-02-15 13:29:53 +01:00
aql-optimizer-rule-move-calculations-down.js
added AQL optimizer rule "move-calculations-down"
2015-01-22 20:36:38 +01:00
aql-optimizer-rule-move-calculations-up.js
removed canThrow tag for various built-in functions
2014-11-05 14:40:00 +01:00
aql-optimizer-rule-move-filters-up.js
removed canThrow tag for various built-in functions
2014-11-05 14:40:00 +01:00
aql-optimizer-rule-remove-collect-into.js
activated optimizer rule remove-sort-rand
2014-12-21 18:50:50 +01:00
aql-optimizer-rule-remove-filter-covered-by-index.js
use-index-for-sort rule can now remove sorts in more cases
2015-02-02 22:53:25 +01:00
aql-optimizer-rule-remove-redundant-calculations.js
jslintified tests
2014-10-28 15:59:38 +01:00
aql-optimizer-rule-remove-redundant-or.js
use Ast::ReverseOperator
2014-11-08 22:31:31 +01:00
aql-optimizer-rule-remove-redundant-sorts.js
jslintified tests
2014-10-28 15:59:38 +01:00
aql-optimizer-rule-remove-sort-rand.js
activated optimizer rule remove-sort-rand
2014-12-21 18:50:50 +01:00
aql-optimizer-rule-remove-unnecessary-calculations.js
leaner and meaner error messages
2014-11-07 10:53:00 +01:00
aql-optimizer-rule-remove-unnecessary-filters.js
jslintified tests
2014-10-28 15:59:38 +01:00
aql-optimizer-rule-remove-unnecessary-remote-scatter-cluster.js
jslintified tests
2014-10-28 15:59:38 +01:00
aql-optimizer-rule-replace-or-with-in.js
fixed invalid optimization, added test cases
2014-11-28 17:50:17 +01:00
aql-optimizer-rule-undistribute-remove-after-enum-coll-cluster.js
Fix two tests.
2014-10-29 13:51:48 +01:00
aql-optimizer-rule-use-index-for-sort.js
jslint
2014-12-08 11:50:14 +01:00
aql-optimizer-rule-use-index-range.js
jslint
2014-12-09 16:44:31 +01:00
aql-optimizer-stats-noncluster.js
added optimizer statistics
2014-12-03 11:38:56 +01:00
aql-parse.js
jslintified tests
2014-10-28 15:59:38 +01:00
aql-primary-index-cluster.js
Merge branch 'devel' of ssh://github.com/triAGENS/ArangoDB into devel
2014-10-29 08:57:34 +01:00
aql-primary-index-noncluster.js
jslintified tests
2014-10-28 15:59:38 +01:00
aql-queries-collection.js
added tests
2014-11-18 07:02:35 +01:00
aql-queries-fulltext.js
removed Ahuacatl [skip ci]
2014-10-31 17:31:00 +01:00
aql-queries-geo.js
removed Ahuacatl [skip ci]
2014-10-31 17:31:00 +01:00
aql-queries-noncollection.js
removed Ahuacatl [skip ci]
2014-10-31 17:31:00 +01:00
aql-queries-optimiser-in-cluster.js
We can now convert EnumerateCollectionNodes to IndexRangeNodes here too.
2014-12-17 13:05:44 +01:00
aql-queries-optimiser-in-noncluster.js
more tests for sorting in descending order
2014-12-13 18:03:13 +00:00
aql-queries-optimiser-limit-cluster.js
Expect Indexrangenodes where we now know they will be created.
2014-12-17 14:01:50 +01:00
aql-queries-optimiser-limit-noncluster.js
adjust further test
2014-11-22 16:07:10 +00:00
aql-queries-optimiser-ref-cluster.js
removed Ahuacatl [skip ci]
2014-10-31 17:31:00 +01:00
aql-queries-optimiser-ref-noncluster.js
removed Ahuacatl [skip ci]
2014-10-31 17:31:00 +01:00
aql-queries-optimiser-sort-cluster.js
Implement tests with sorting on texts
2014-11-06 13:35:04 +01:00
aql-queries-optimiser-sort-noncluster.js
removed Ahuacatl [skip ci]
2014-10-31 17:31:00 +01:00
aql-queries-optimiser.js
removed Ahuacatl [skip ci]
2014-10-31 17:31:00 +01:00
aql-queries-simple.js
removed Ahuacatl [skip ci]
2014-10-31 17:31:00 +01:00
aql-queries-variables.js
removed Ahuacatl [skip ci]
2014-10-31 17:31:00 +01:00
aql-range.js
jslintified tests
2014-10-28 15:59:38 +01:00
aql-ranges-combined-01.js
removed Ahuacatl [skip ci]
2014-10-31 17:31:00 +01:00
aql-ranges-combined-02.js
removed Ahuacatl [skip ci]
2014-10-31 17:31:00 +01:00
aql-ranges-combined-03.js
removed Ahuacatl [skip ci]
2014-10-31 17:31:00 +01:00
aql-ranges-combined-04.js
removed Ahuacatl [skip ci]
2014-10-31 17:31:00 +01:00
aql-ranges-combined-05.js
removed Ahuacatl [skip ci]
2014-10-31 17:31:00 +01:00
aql-ranges-combined-06.js
removed Ahuacatl [skip ci]
2014-10-31 17:31:00 +01:00
aql-ranges-combined-07.js
removed Ahuacatl [skip ci]
2014-10-31 17:31:00 +01:00
aql-ranges-combined-08.js
removed Ahuacatl [skip ci]
2014-10-31 17:31:00 +01:00
aql-ranges-combined-09.js
removed Ahuacatl [skip ci]
2014-10-31 17:31:00 +01:00
aql-ranges-combined-10.js
removed Ahuacatl [skip ci]
2014-10-31 17:31:00 +01:00
aql-ranges-combined-11.js
removed Ahuacatl [skip ci]
2014-10-31 17:31:00 +01:00
aql-ranges-combined-12.js
removed Ahuacatl [skip ci]
2014-10-31 17:31:00 +01:00
aql-ranges-combined-13.js
removed Ahuacatl [skip ci]
2014-10-31 17:31:00 +01:00
aql-ranges-combined-14.js
removed Ahuacatl [skip ci]
2014-10-31 17:31:00 +01:00
aql-ranges-combined-15.js
removed Ahuacatl [skip ci]
2014-10-31 17:31:00 +01:00
aql-ranges-combined-16.js
removed Ahuacatl [skip ci]
2014-10-31 17:31:00 +01:00
aql-ranges.js
removed Ahuacatl [skip ci]
2014-10-31 17:31:00 +01:00
aql-refaccess-attribute.js
removed Ahuacatl [skip ci]
2014-10-31 17:31:00 +01:00
aql-refaccess-variable.js
removed Ahuacatl [skip ci]
2014-10-31 17:31:00 +01:00
aql-relational.js
removed Ahuacatl [skip ci]
2014-10-31 17:31:00 +01:00
aql-skiplist-cluster.js
removed Ahuacatl [skip ci]
2014-10-31 17:31:00 +01:00
aql-skiplist-noncluster.js
added test
2014-11-05 13:04:57 +01:00
aql-subquery.js
fix subquery optimization
2015-01-19 11:01:32 +01:00
aql-ternary.js
removed Ahuacatl [skip ci]
2014-10-31 17:31:00 +01:00
aql-variables.js
removed Ahuacatl [skip ci]
2014-10-31 17:31:00 +01:00
aql-within-rectangle.js
fixed WITHIN_RECTANGLE for cluster
2014-11-18 07:02:08 +01:00
dump-cluster.js
sparse index tests
2015-02-11 00:25:30 +01:00
dump-setup-cluster.js
sparse index tests
2015-02-11 00:25:30 +01:00
dump-setup.js
sparse index tests
2015-02-11 00:25:30 +01:00
dump-teardown-cluster.js
Lintify unittests.
2015-02-05 19:32:51 +01:00
dump-teardown.js
Lintify unittests.
2015-02-05 19:32:51 +01:00
dump.js
sparse index tests
2015-02-11 00:25:30 +01:00
import-setup.js
Lintify unittests.
2015-02-05 19:32:51 +01:00
import-teardown.js
Lintify unittests.
2015-02-05 19:32:51 +01:00
import.js
Lintify unittests.
2015-02-05 19:32:51 +01:00
replication-data.js
sparse index tests
2015-02-11 00:25:30 +01:00
shell-any-cluster.js
Lintify unittests.
2015-02-05 19:32:51 +01:00
shell-any-noncluster.js
Lintify unittests.
2015-02-05 19:32:51 +01:00
shell-cluster-agency-communication.js
Lintify unittests.
2015-02-05 19:32:51 +01:00
shell-cluster-agency.js
Adjust the test to the new etcd.
2015-02-11 18:18:17 +01:00
shell-compaction-noncluster-timecritical.js
Be more forgivingly about the time required to unload collections.
2015-02-24 11:27:59 +01:00
shell-database-noncluster.js
Lintify unittests.
2015-02-05 19:32:51 +01:00
shell-foxx-base-middleware.js
Lintify unittests.
2015-02-05 19:32:51 +01:00
shell-foxx-console.js
Lintify unittests.
2015-02-05 19:32:51 +01:00
shell-foxx-format-middleware.js
Lintify unittests.
2015-02-05 19:32:51 +01:00
shell-foxx-manager-spec.js
Fixed test to install Apps from Store. sessionapp requires oauth2 to be installed at a special location
2015-02-25 10:26:53 +01:00
shell-foxx-model-events-spec.js
Before/After events at Repository.remove method
2014-11-13 10:55:53 -03:00
shell-foxx-model.js
Lintify unittests.
2015-02-05 19:32:51 +01:00
shell-foxx-preprocessor.js
Lintify unittests.
2015-02-05 19:32:51 +01:00
shell-foxx-query-spec.js
Lintify unittests.
2015-02-05 19:32:51 +01:00
shell-foxx-repository-spec.js
Documentation fix
2015-02-12 11:03:30 +01:00
shell-foxx-template-middleware.js
Lintify unittests.
2015-02-05 19:32:51 +01:00
shell-foxx.js
added tests for foxx-controller extensions
2015-02-24 17:37:05 +01:00
shell-readonly-noncluster-disabled.js
Lintify unittests.
2015-02-05 19:32:51 +01:00
shell-routing.js
Merge branch 'devel' of github.com:arangodb/arangodb into foxx-pathes
2015-02-06 17:22:01 +01:00
shell-shaped-noncluster.js
Lintify unittests.
2015-02-05 19:32:51 +01:00
shell-sharding-helpers.js
Lintify unittests.
2015-02-05 19:32:51 +01:00
shell-skiplist-correctness.js
sparse index tests
2015-02-11 00:25:30 +01:00
shell-skiplist-index.js
sparse index tests
2015-02-11 00:25:30 +01:00
shell-skiplist-rm-performance-timecritical.js
Lintify.
2015-02-05 13:36:17 +01:00
shell-transactions-noncluster.js
Lintify unittests.
2015-02-05 19:32:51 +01:00
shell-wal-noncluster.js
Lintify unittests.
2015-02-05 19:32:51 +01:00