1
0
Fork 0
arangodb/js/server/tests
Jan Steemann 5d9c0e018e dynamic attribute names in AQL 2015-02-03 22:51:40 +01:00
..
recovery recovery tests 2015-01-19 18:14:03 +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 test cases 2015-02-03 21:50:54 +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 tests 2015-01-12 15:25:45 +01:00
aql-modify-noncluster-serializetest.js jslintified tests 2014-10-28 15:02:37 +01:00
aql-modify-noncluster.js fixed test 2015-01-09 10:39:05 +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 use-index-for-sort rule can now remove sorts in more cases 2015-02-02 22:53:25 +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 less plans created by optimizer 2014-12-04 12:49:34 +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
development.js
dump-cluster.js Implement arangodump/restore test in unittests for cluster. 2014-06-30 16:48:33 +02:00
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 recovery and replication 2014-06-30 13:07:48 +02:00
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 include or exclude system collections from replication 2014-12-05 14:58:43 +01: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-timecritical.js proper test fix attempt 2015-01-27 14:06:02 +01:00
shell-database-noncluster.js
shell-foxx-base-middleware.js fixed requireApp in development mode 2014-10-21 12:28:33 +02:00
shell-foxx-console.js Fixed stack parsing. 2015-02-03 11:34:26 +01:00
shell-foxx-format-middleware.js fixed requireApp in development mode 2014-10-21 12:28:33 +02: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 Removed Foxx Model legacy tests (non-joi schemas are no longer supported in 2.5+). 2015-01-07 10:52:09 +01:00
shell-foxx-preprocessor.js fixed requireApp in development mode 2014-10-21 12:28:33 +02:00
shell-foxx-query-spec.js Implemented Foxx.createQuery. 2014-09-09 17:02:21 +02:00
shell-foxx-repository-spec.js Tests should not use deprecated Foxx features. 2015-01-07 11:02:42 +01:00
shell-foxx-template-middleware.js fixed requireApp in development mode 2014-10-21 12:28:33 +02:00
shell-foxx.js Allow RequestContext#bodyParam to take joi schemas and reject invalid data. 2015-01-07 11:21:19 +01: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 removed dead code 2014-07-02 00:21:58 +02:00
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-timecritical.js Flag this performance test as timecritical so we can skip this from valgrind tests. 2014-10-15 13:34:22 +02:00
shell-transactions-noncluster.js fixed leaks during reverts 2015-01-03 01:28:23 +01:00
shell-wal-noncluster.js flush WAL status file after collection to shorten recovery 2015-01-18 21:06:57 +01:00

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.