Michael Hackstein
d7f3ca496d
The Array Index now allows to query for null IN in sparse version
2015-10-27 13:00:49 +01:00
Michael Hackstein
52e372ab27
Added some more Array Indexing tests. And improved the pathbased index. Now it is checked when trying to array-index a non-array value. And if non existing attributes are added to the index or not.
2015-10-27 11:14:02 +01:00
Michael Hackstein
817c9827e1
Added tests for Array-Indexing non Array elements. It should allow partial indexing in the skiplist and forbid indexing in the hash index now.
2015-10-26 17:22:01 +01:00
Michael Hackstein
deac579950
Added tests for Indexing non-Array elements with an Array Index
2015-10-26 11:57:53 +01:00
Michael Hackstein
c35ccc02d5
Fixed unique-constrain-violated behaviour in SkiplistIndex
2015-10-26 09:28:14 +01:00
Jan Steemann
025e470e3b
added a single-array parameter variant for the AQL MERGE function
2015-10-23 15:29:53 +02:00
Jan Steemann
606213c1e2
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
2015-10-23 12:54:47 +02:00
Jan Steemann
f457f3c89a
remove unuseful test
2015-10-23 12:54:34 +02:00
Michael Hackstein
0a175a4271
Removed getOne in SimpleAttribute Matcher. All of the attributes are in sorted order rendering getOne and getAny useless
2015-10-23 12:49:57 +02:00
Michael Hackstein
c4b0b21c74
Merge branch 'devel' of github.com:arangodb/arangodb into devel
2015-10-22 17:13:18 +02:00
Michael Hackstein
efd0ba0618
Removed a test for nested array indexes. We still need a decission there
2015-10-22 17:13:07 +02:00
Michael Hackstein
b18d947492
Fixed jslint
2015-10-22 17:04:16 +02:00
Jan Steemann
5a190d1110
fixed leaks, index speedup
2015-10-22 17:03:05 +02:00
Michael Hackstein
4fb37846a4
Deactivated nested array index test
2015-10-22 17:00:39 +02:00
Michael Hackstein
7ea4130103
Fixed array indexing if the attribute is not set
2015-10-22 12:13:47 +02:00
Michael Hackstein
d6e2e69fb0
Merge branch 'devel' of github.com:arangodb/arangodb into devel
2015-10-22 11:50:44 +02:00
Michael Hackstein
0a79440634
Fixed sparse array index test. It was requested with null and expected an result...
2015-10-22 11:50:38 +02:00
Jan Steemann
caf57a440c
added tests
2015-10-22 11:41:36 +02:00
Michael Hackstein
2d02c7a9f8
Fixed sparse array index test. It was requested with null and expected an result...
2015-10-22 09:43:19 +02:00
Michael Hackstein
f57e6ede36
Added AQL Array Index Or test
2015-10-21 17:49:52 +02:00
Michael Hackstein
f083fc3b66
Added AQL failure tests for EdgeIndex and PrimaryIndex
2015-10-21 16:29:14 +02:00
Michael Hackstein
fe455671d4
Merge branch 'devel' of github.com:arangodb/arangodb into devel
2015-10-21 16:20:44 +02:00
Alan Plum
4eec43fb28
JSONSchema is so much fun
2015-10-21 16:13:55 +02:00
Michael Hackstein
383912a221
Added failure tests for SimpleAttributeEqualityMatcher
2015-10-21 15:16:55 +02:00
Michael Hackstein
afa7f8a2e3
Added failure tests for HashIndex. Now start with AttributeEqualityMatcher.
2015-10-21 15:00:58 +02:00
Wilfried Goesgens
dae95de667
Merge branch 'devel' of github.com:arangodb/ArangoDB into JHMH
2015-10-21 14:54:01 +02:00
Michael Hackstein
9a58955208
Added failure tests for SkiplistIndex
2015-10-21 13:57:00 +02:00
Jan Steemann
74edccbcde
Merge branch 'aql-jmmh-conditions' of https://github.com/arangodb/arangodb into devel
2015-10-21 12:56:51 +02:00
Michael Hackstein
e13ddcf7b2
Merge branch 'aql-jmmh-conditions' of github.com:arangodb/arangodb into aql-jmmh-conditions
2015-10-21 12:55:16 +02:00
Michael Hackstein
7fb4679fb2
Added some failure tests for the IndexNode, ConditionFinder. Todo Index tests
2015-10-21 12:54:25 +02:00
Alan Plum
f0e4b027e0
Fix swagger JSON to pass validation
2015-10-21 12:07:33 +02:00
Jan Steemann
6791dd2936
fixed cluster tests
2015-10-21 10:17:39 +02:00
Michael Hackstein
f181f62b9d
Fixed usage of IN operator
2015-10-20 15:54:38 +02:00
Michael Hackstein
4018071699
Further tests for aql-queries with array indexes. Right now they fail, array index is used although it cannot actually serve
2015-10-20 15:12:03 +02:00
Michael Hackstein
2ecf67780b
Started adding tests for Array Indexes.
2015-10-20 14:33:44 +02:00
Michael Hackstein
17383430d3
Fixed jslint
2015-10-20 09:39:22 +02:00
Michael Hackstein
cbd403bade
Fixed indexes multi tests
2015-10-20 09:29:48 +02:00
Michael Hackstein
ca2c283ab8
Removed debug output in tests
2015-10-20 09:16:34 +02:00
Michael Hackstein
6adfdbe48e
Fixed optimizer indexes-in-or test. In the new IndexNode we need to keep the sort node in some queries
2015-10-20 09:15:34 +02:00
Michael Hackstein
8e2d857ba9
Fixed indexes-sort tests
2015-10-19 17:27:53 +02:00
Michael Hackstein
e439407dd4
Fixed tests in optimizer-indexes-in-or. We might be able to optimize a bit more here.
2015-10-19 17:13:03 +02:00
Michael Hackstein
cc836b554b
Fixed optimizer-in-noncluster tests
2015-10-19 16:59:41 +02:00
Michael Hackstein
72283203b8
Further adaption of IdnexNode tests. Added manual sort where Sorting is not guaranteed.
2015-10-19 12:30:15 +02:00
Michael Hackstein
251e365b5b
Fixed several sorting tests. The IndexNode does not guarantiee sort order anymore
2015-10-19 11:57:13 +02:00
Michael Hackstein
fc0be76a8f
The ordering in IndexNode is not guaranteed anymore in IN for now. Remved the check from tests
2015-10-19 11:31:58 +02:00
Jan Steemann
e5761736d4
fixed usage of sparse indexes
2015-10-19 10:56:30 +02:00
Michael Hackstein
2137089369
Merge branch 'aql-jmmh-conditions' of github.com:arangodb/arangodb into aql-jmmh-conditions
2015-10-16 10:54:18 +02:00
Max Neunhoeffer
024994e3df
Add some interval tests.
2015-10-15 19:04:57 +02:00
Michael Hackstein
dd93460318
Merge branch 'aql-jmmh-conditions' of github.com:arangodb/arangodb into aql-jmmh-conditions
2015-10-15 16:20:09 +02:00
Michael Hackstein
06b7d1668a
Fixed tests where we can now use indexes other than before 2.7
2015-10-15 16:20:04 +02:00
Max Neunhoeffer
4728dd10d5
Merge branch 'aql-jmmh-conditions' of ssh://github.com/ArangoDB/ArangoDB into aql-jmmh-conditions
2015-10-15 15:37:17 +02:00
Max Neunhoeffer
0087c24db2
Remove some trailing whitespace on some lines.
2015-10-15 15:36:51 +02:00
Max Neunhoeffer
fc5e9a5640
Add tests for usage of multiple indexes.
2015-10-15 15:33:26 +02:00
Michael Hackstein
136e375b22
Fixed remove filter covered by index test. And fixed a bug in SkiplistIndexIterator where Nullptr could happen but was not expected
2015-10-15 15:27:35 +02:00
Michael Hackstein
50878b0b41
Fixed the use-index-range test
2015-10-15 14:40:01 +02:00
Michael Hackstein
ac351b4141
Another IndexNode test file is executed successfully now
2015-10-15 11:37:38 +02:00
Michael Hackstein
f712aee640
Started to remove references to ranges. Still this test throws internal errors
2015-10-14 16:05:00 +02:00
Michael Hackstein
ed5c759cd3
Removed debug output in test
2015-10-14 14:10:26 +02:00
Michael Hackstein
cc96b6e426
Adaption of Indexes Ranges test
2015-10-14 11:21:08 +02:00
Michael Hackstein
31cf31f7b7
Fixed further AQL optimizer tests. Still some issues in new IndexNode
2015-10-14 11:02:52 +02:00
Michael Hackstein
9d7024b28d
Further fixes in AQL optimizer indexes test. It tests now as expected. Some minor issues in IndexNode are still open (Sorting for non-overlapping intervals. Propagation of conditions to earlier EnumerateCollectionNodes
2015-10-14 10:35:28 +02:00
Michael Hackstein
e988c0052b
Started fixing Optimizer tests, they are supposed to use IndexNode instead of IndexRangeNode now
2015-10-14 09:49:08 +02:00
Michael Hackstein
d2e3f7c7c7
Disabled AQL sort rule failure tests
2015-10-13 10:39:43 +02:00
Michael Hackstein
9450e43fda
Splitted a large aql-optimizer test file
2015-10-13 10:11:10 +02:00
Michael Hackstein
fe5a9ddb93
Replaced IndexRangeNode by IndexNode in tests
2015-10-13 09:56:56 +02:00
Michael Hackstein
356cc4306f
Activated use-indexes instead of use-index-range in test
2015-10-13 09:35:18 +02:00
Michael Hackstein
c8210551d7
Fixed edges-noncluster test
2015-10-13 09:34:45 +02:00
Michael Hackstein
7821dbcec7
Deactivated use-index-range rule in tests. Activated use-indexes rule instead
2015-10-12 17:47:00 +02:00
jsteemann
358befddde
added test for issue #1521
2015-10-06 22:36:09 +02:00
Jan Steemann
9e1d4b0c9d
updated CHANGELOG
2015-09-24 16:33:59 +02:00
Alan Plum
252cba5e9f
Implemented FoxxService
2015-09-24 13:46:14 +02:00
Alan Plum
038267cb06
Re-implemented require/module based on Node 4.1.0
...
The require function should now behave as expected and treat ArangoDB's module paths as sources for "external" modules.
The "assert", "buffer" and "path" modules have been moved out of ./js/node into the bootstrap modules.
The module "org/arangodb/foxx/arangoApp" (as well as any modules depending on it) is incompatible with the new module loading behaviour and will be have to be rewritten from scratch.
The "Package" class has been removed entirely and is no longer needed.
Support for the database-stored modules is currently missing and needs to be re-implemented within the module loader.
2015-09-24 13:46:13 +02:00
Michael Hackstein
aa1242b67c
Fixed a bug with AQL EDGES() function. It did not include the correct
...
end of the edge when using inbound or outbound in combination with
includeVertices. Reported at
https://groups.google.com/forum/#!topic/arangodb/6yIpzLHprrk
2015-09-22 11:46:11 +02:00
Michael Hackstein
a3e17f8eb6
Added a test for large skip value and skiplist sorting
2015-09-21 13:29:29 +02:00
Michael Hackstein
0d3a095736
Fixed a bug in AQL execution which caused LIMIT <skip> <total> to fail after sorting based on an attribute with skiplist index
2015-09-21 13:15:56 +02:00
Jan Steemann
f2d42ec67c
removed superfluous print statement
2015-09-18 17:27:25 +02:00
Michael Hackstein
1a7f414c16
Merge branch 'devel' of github.com:arangodb/arangodb into JHMH
2015-09-18 12:21:39 +02:00
Frank Celler
c4d1fff729
new traversal
2015-09-18 10:40:28 +02:00
Jan Steemann
74ca6ce9f8
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
2015-09-16 16:11:05 +02:00
Jan Steemann
907d98f3dd
fixes for sync
2015-09-16 16:10:56 +02:00
Frank Celler
c892174c6a
added nightly
2015-09-16 15:14:34 +02:00
Jan Steemann
c5c51f14da
added tests for syncCollection
2015-09-16 11:40:57 +02:00
Jan Steemann
a1dc321516
added more compaction tests
2015-09-16 11:39:41 +02:00
Jan Steemann
dc7ac83354
incremental sync fixes
2015-09-15 14:20:08 +02:00
Frank Celler
b7bc8526d5
added engine match to available in FoxxManager
2015-09-14 16:52:05 +02:00
Jan Steemann
0c77b4fbe1
fixed tests
2015-09-14 11:55:39 +02:00
CoDEmanX
4158f7d12b
Add AQL function DATE_DAYS_IN_MONTH(), extend DATE_FORMAT()
...
Conflicts:
js/server/modules/org/arangodb/aql.js
2015-09-14 11:35:04 +02:00
Jan Steemann
ea4754546a
clear AQL cache objects when starting a query, fixed a few TODOs in AQL date implementation
2015-09-11 21:23:07 +02:00
Jan Steemann
5810095d24
adjusted tests
2015-09-11 12:01:35 +02:00
Jan Steemann
7f3cb7fc2c
fixed tests
2015-09-11 10:20:18 +02:00
Jan Steemann
b5e76b91cb
fixed tests
2015-09-11 10:18:26 +02:00
CoDEmanX
6fba9c5284
Additional AQL date functions: DATE_DAYOFYEAR, DATE_ISOWEEK, DATE_LEAPYEAR, DATE_QUARTER, DATE_ADD, DATE_SUBTRACT, DATE_DIFF, DATE_COMPARE and DATE_FORMAT.
...
Unit tests incomplete and untested. Behavior of some functions might need adjustments. ISO duration cache needs to be cleared on every AQL query to avoid a memory leak.
Please rebuild Aardvark and see TODOs in code. Also added Windows shortcuts to ignore list.
2015-09-11 06:23:36 +02:00
Jan Steemann
79a34e94e6
jslint
2015-09-08 17:39:01 +02:00
Jan Steemann
a7b51c39da
added tests
2015-09-08 17:34:14 +02:00
Michael Hackstein
fdde6a69c6
Added failure tests for new implementation of HashIndex. And fixed a memleak there.
2015-09-08 15:35:21 +02:00
Jan Steemann
560a039f3e
added tests
2015-09-08 14:22:23 +02:00
Jan Steemann
3e7f4b61ea
added test
2015-09-07 20:54:51 +02:00
Jan Steemann
47360f4511
added tests
2015-09-04 14:21:31 +02:00
CoDEmanX
3a9648d78a
More Americanization
2015-09-03 22:25:43 +02:00
Jan Steemann
0e802d6438
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
2015-09-02 10:20:18 +02:00
Jan Steemann
a80d6635ab
create fat datafiles
...
This prevents SIGBUS when a sparse datafile is accessed and the disk is full. In
this case the mmapped region is not necessarily backed by physical memory, and
accessing the memory may crash the program
2015-09-02 10:18:24 +02:00
Michael Hackstein
25a52dac53
Disabled test for cluster mode for now
2015-09-01 10:06:26 +02:00
Michael Hackstein
40c1361244
Merge branch 'devel' of github.com:arangodb/arangodb into array_indexing
2015-08-25 16:40:31 +02:00
Jan Steemann
1af238a6d5
added tests for requireFromIncluded
2015-08-25 12:50:58 +02:00
Jan Steemann
31a6547d4c
fix replication resumption
2015-08-21 15:57:24 +02:00
Michael Hackstein
c26be36e61
Added tests for Sparse indexes
2015-08-21 15:04:01 +02:00
Michael Hackstein
a2d26056b2
Added a test file for array indexing
2015-08-20 15:48:11 +02:00
Jan Steemann
bc7e0f7bbd
issue #1445 : Object literal simplificatin does not support pseudo-variables NEW and OLD
2015-08-19 09:25:46 +02:00
Jan Steemann
76e85ffc1f
added test case
2015-08-18 12:09:30 +02:00
Jan Steemann
9f9a158419
do not execute OOM tests in cluster case, where they cannot fire
2015-08-13 15:38:01 +02:00
Jan Steemann
5b82096145
honor indexBuckets attribute in restore operation of collection
2015-08-13 15:37:32 +02:00
Jan Steemann
6845321737
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
...
Conflicts:
js/server/tests/shell-foxx-manager-spec.js
2015-08-13 13:21:55 +02:00
Jan Steemann
1aeca516f2
fix jslint
2015-08-13 13:18:02 +02:00
Willi Goesgens
b322ede0f7
lintit
2015-08-13 13:11:56 +02:00
Jan Steemann
743d3914d3
enough is enough: disable failing test until properly fixed
2015-08-13 12:41:37 +02:00
Alan Plum
398a868ea6
Add support for joi options. Fixes #1425 .
2015-08-11 16:12:11 +02:00
Jan Steemann
434d6167db
added configuration option `--database.throw-collection-not-loaded-error`
2015-08-11 12:31:42 +02:00
Michael Hackstein
675766490b
Fixed a failure test that was not deterministic
2015-08-07 14:56:57 +02:00
Alan Plum
fa552c3a52
Removed stray type option from session tests.
2015-08-05 14:07:14 +02:00
Willi Goesgens
b4675448c2
remove stray test of removed foxx-feature.
2015-08-05 09:48:08 +02:00
Alan Plum
9f31b0eb57
Removed session opts.type from test.
2015-08-04 21:13:21 +02:00
Alan Plum
2a17f87e38
Removed Foxx JWT tests.
2015-08-04 21:08:22 +02:00
Jan Steemann
b591706484
fixed locking
2015-08-04 15:42:39 +02:00
Jan Steemann
f89af3f6f4
adjusted tests for indexBuckets
2015-08-04 14:02:04 +02:00
Jan Steemann
7a3d49be88
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
2015-08-04 10:30:28 +02:00
Jan Steemann
5dab23a3b7
CXX implementation of AQL `LIKE`
2015-08-04 10:30:18 +02:00
Max Neunhoeffer
88518dd4ba
Fix tests for new ClusterInfo: call ClusterInfo::flush after test.
2015-08-04 09:33:19 +02:00
Alan Plum
72fefa71fc
400 -> 422
2015-07-30 19:00:25 +02:00
Jan Steemann
2d8777bc6c
make the optimizer create less plans
2015-07-30 00:07:32 +02:00
Michael Hackstein
25f7b25206
Fixed failing failure-tests
2015-07-28 13:21:54 +02:00
Michael Hackstein
a0e3ea9c7b
Fixed Neighbor tests in cluster
2015-07-24 16:05:49 +02:00
Jan Steemann
dbb740a705
activate distinct test
2015-07-24 13:41:01 +02:00
Jan Steemann
38b2d6caea
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
2015-07-24 13:21:49 +02:00
Jan Steemann
ead280afe5
added DISTINCT
2015-07-24 13:19:55 +02:00
Michael Hackstein
9cc0554346
Merge branch 'fasterNeighbors' into devel
2015-07-24 10:25:00 +02:00
Michael Hackstein
488baac515
Fixed ordering in a aql-general-graph test
2015-07-23 17:19:59 +02:00
Michael Hackstein
84174aa99a
Added edgeExamples functionality to CPPonly Neighbors.
2015-07-23 15:25:50 +02:00
Jan Steemann
e5dbf725b2
added shorthand notation for attribute names in AQL object literals
2015-07-23 14:24:37 +02:00
Jan Steemann
4d0872f2b9
more cxx
2015-07-20 18:42:02 +02:00
Jan Steemann
118fd54fd0
split tests
2015-07-20 10:58:43 +02:00
Jan Steemann
ad30baa08c
retry qcache with cluster
2015-07-14 14:53:16 +02:00
Jan Steemann
c4e2c8f894
renamed test
2015-07-14 14:07:25 +02:00
Jan Steemann
c71dc4d9bb
Merge branch 'devel' of https://github.com/arangodb/arangodb into aql-query-cache
2015-07-13 10:49:14 +02:00
Willi Goesgens
3da5855d6a
Fix wait loop for file to dissappear
2015-07-03 16:16:05 +02:00
Jan Steemann
1f5e047486
query cache, now with result limitations, HTTP and JavaScript APIs
2015-06-27 01:12:32 +02:00
Jan Steemann
d06400233f
added test
2015-06-25 23:49:34 +02:00
Jan Steemann
8372c33993
fixed invalidation with index creation etc., adjusted tests
2015-06-25 23:40:31 +02:00
Jan Steemann
fe7b1fef7d
added tests
2015-06-25 20:01:36 +02:00
Jan Steemann
e49ee0cf11
added tests
2015-06-25 17:20:44 +02:00
Jan Steemann
66eec2ac7e
fix invalidation
2015-06-25 16:46:04 +02:00
Jan Steemann
29c1904e21
issue #1383 : bindVars for HTTP API doesn't work with empty string
2015-06-25 09:23:40 +02:00
Jan Steemann
1bd60ea20c
fixed jslint warning
2015-06-19 14:26:43 +02:00
Jan Steemann
ce31550a9f
fix variable naming in COLLECT INTO results in case the COLLECT is placed in a subquery which itself is followed by other constructs that require variables
2015-06-19 13:00:49 +02:00
Jan Steemann
67082b15fd
moved AQL TO_* functions to CXX
2015-06-18 21:30:13 +02:00
Willi Goesgens
9c7d49a666
Merge branch 'v8_4.2' of github.com:arangodb/arangodb into devel
2015-06-18 10:34:08 +02:00
Jan Steemann
affd2d3d7b
removed deprecated AQL function `SKIPLIST`
2015-06-17 20:44:44 +02:00
Alan Plum
a4af1dc2e2
sessionStorageApp -> sessionStorage
2015-06-17 18:59:03 +02:00
Jan Steemann
7cd27d5c56
Merge branch 'devel' of https://github.com/arangodb/arangodb into aql-parser-simplification
2015-06-16 15:14:18 +02:00
Jan Steemann
d6f3436cc9
added tests
2015-06-16 15:13:53 +02:00
Michael Hackstein
933e4c353a
Added further OOM tests for ShortestPath computation
2015-06-16 11:27:21 +02:00
Michael Hackstein
7f8be74c09
Added a test for OOM in Ditches for Neighbors. Added a test for missing vocbase in ExampleMatcher
2015-06-16 10:46:33 +02:00
Jan Steemann
3e99e76b4f
fixed range access
2015-06-13 02:27:17 +02:00
Jan Steemann
c5d099a1c5
fixed array range accesses
2015-06-12 23:45:08 +02:00
Michael Hackstein
4f29e51798
Merge branch 'devel' of github.com:/arangodb/arangodb into devel
2015-06-12 18:31:24 +02:00
Jan Steemann
1174cfd05c
added tests
2015-06-12 18:29:54 +02:00
Jan Steemann
db25013b10
added test cases
2015-06-12 17:54:45 +02:00
Jan Steemann
3d5ec4d906
speedup for V8-based AQL functions with huge literal array/object parameters
2015-06-12 15:40:08 +02:00
Michael Hackstein
72503ea332
Introduced stopAtFirstMatch in GRAPH_SHORTEST_PATH to find the shortest path from a startVertex to a targetVertex that is defined by a pattern.
2015-06-12 15:09:03 +02:00
Jan Steemann
1a18fb0282
factor out huge array/object literals when calling V8-based AQL functions
2015-06-12 11:50:22 +02:00
Jan Steemann
a6b2998b5d
added try...catch blocks for V8-to-CPP bindings
2015-06-08 16:04:42 +02:00
Alan Plum
ba4e8166ce
Oops.
2015-06-04 01:17:54 +02:00
Alan Plum
f61671ded5
Fixed validation error detection.
2015-06-04 00:58:38 +02:00
Jan Steemann
a2d99b55ec
cxxified more functions
2015-06-02 15:15:45 +02:00
Alan Plum
b94369c4bc
Fixed model-events test.
2015-06-02 14:41:14 +02:00
Alan Plum
83d843d1db
Fixed repository-events test.
2015-06-02 14:41:14 +02:00
Alan Plum
e4aa4687b8
Fixed repository spec.
2015-06-02 14:06:13 +02:00
Michael Hackstein
99afc6ec87
CXX ExampleMatcher learned about internal attributes. This makes all AQL-Graph tests pass again ;)
2015-05-30 00:00:49 -07:00
Jan Steemann
59ce0b7ad9
test option `--create-database`
2015-05-29 14:37:47 +02:00
Michael Hackstein
117a81b4e2
Further attempt to fix Graph features
2015-05-28 23:47:33 -07:00
Michael Hackstein
849bf9d6cf
Fixes in basic SHORTEST_PATH function s.t. the cluster will not crash and uses the JS fallback. But gets the new return format
2015-05-28 23:11:27 -07:00
Michael Hackstein
777928de05
Fixed GRAPH_EDGES and their tests.
2015-05-28 17:31:51 -07:00
Michael Hackstein
6a7dae216d
Merge branch 'devel' of github.com:/arangodb/arangodb into devel
2015-05-28 15:18:32 -07:00
Michael Hackstein
4dbf8b454d
Fixed all GRAPH_NEIGHBOR tests for new format. GRAPH_EDGES still failing. CPP MATCHER still not able to match internal attributes
2015-05-28 15:18:24 -07:00
Jan Steemann
64ae7adb93
issue #1341 : Can't use bindvars in UPSERT
2015-05-28 14:28:23 +02:00
Michael Hackstein
0b0a9b81fb
Adopted server side unit tests to new return format of graphs. However some still fail because ExampleMatcher is not able to match internal attributes yet
2015-05-27 13:41:20 -07:00
Michael Hackstein
9a5ee272fe
Fixed several graph tests to use the new return format. Neighbors and ShortestPath are having different return formats now. Still WIP
2015-05-26 16:15:12 -07:00
Willi Goesgens
f5b3a1c35b
Ignore testDropDatabaseDirectory for windows; its randomly buggy there.
2015-05-26 16:53:23 +02:00
Michael Hackstein
b0723dbb75
Added test for includeData in Neighbors
2015-05-25 11:54:07 -07:00
Michael Hackstein
0b8e9eb59c
Fixed minor inconsistency in AQL NEIGHBORS and adapted tests to the new version. It will now Return the list of vertices. not the pair<edge, vertex> any more
2015-05-22 15:30:24 -07:00
Michael Hackstein
e1813327b5
Adapted existing shortest path tests to new version. Breaking API Change. Has to be documented.
2015-05-22 11:56:46 -07:00
Jan Steemann
3033846791
catch exception when filling indexes
2015-05-22 09:29:56 +02:00
Jan Steemann
4522d8ab33
fixed wrong index usage, added tests
2015-05-21 18:29:43 +02:00
Willi Goesgens
8e858bc96d
Upgrade V8 to 4.2.77
...
- v8 now requires llvm libstdc++ inline
- ForceDelete is gone now; employ new tactics of working with wrapping shaped json
- gold crashes while linking V8, remove it.
2015-05-20 15:10:28 +02:00
Willi Goesgens
74cce6062b
Add possibility for ARM to not execute the tests that don't work on limited hardware.
2015-05-19 10:53:25 +02:00
Willi Goesgens
6796ba239c
set logging to debug while running the directory removal unittests.
2015-05-13 10:40:19 +02:00
Willi Goesgens
58279e2dd1
Shoot me again I ain't dead yet.
2015-05-13 10:23:48 +02:00
Willi Goesgens
414b8672c2
Another test which now can use the index instead of direct access.
2015-05-11 18:20:44 +02:00
Jan Steemann
beb45ad8f8
use indexes when referring to an attribute name via bind parameter
2015-05-08 12:39:55 +02:00
Alan Plum
9e9441c352
Fixed failing shell-routing test.
2015-05-07 11:44:42 +02:00
Jan Steemann
0996d603c6
fulltext improvements
2015-05-06 14:21:32 +02:00
Jan Steemann
4a8146ed02
fixed some potential leaks
2015-05-05 00:33:12 +02:00
Jan Steemann
beb2506bec
add subquery tests
2015-04-29 11:32:14 +02:00
Jan Steemann
bb3316bf5b
issue #1322 : strange AQL result
...
This fixes a problem with unique skiplist indexes declared on multiple attributes
that were queried with an equality condition on only a prefix (e.g. a single
attribute only)
2015-04-28 09:41:03 +02:00
Jan Steemann
717df15a9c
cxxified more AQL functions
2015-04-27 22:12:11 +02:00
Jan Steemann
40ed49ebfa
fast path for MERGE()
2015-04-23 13:45:31 +02:00
Jan Steemann
1283d43608
simplification for comments parsing
2015-04-22 14:17:18 +02:00
Jan Steemann
224b33cc75
moved UNSET() and KEEP() to cxx implementation
2015-04-22 13:21:05 +02:00
Jan Steemann
d10e79c500
updated documentation
2015-04-21 16:08:22 +02:00
Jan Steemann
90610ccb3c
fixed typos in tests
2015-04-21 14:45:36 +02:00
Jan Steemann
974b656c1b
allow overriding COLLECT method
2015-04-21 14:45:22 +02:00
Jan Steemann
61499432b7
do not remove constant sorts when creating plans, but during optimization phase
...
less utf8 comparisons
2015-04-20 11:32:29 +02:00
Jan Steemann
d9add3a493
fixed collect in cluster
2015-04-16 21:10:48 +02:00
Jan Steemann
c88109679d
added tests for collect methods
2015-04-16 19:20:23 +02:00
Jan Steemann
d3569d5c77
adjusted failure code names
2015-04-16 00:28:41 +02:00
Jan Steemann
ff6e56d89c
adjusted some tests
2015-04-15 23:45:07 +02:00
Jan Steemann
322b3f9c6d
issue #1231 : bug xor feature in AQL: LENGTH(null) == 4
...
This changes the behavior of the AQL `LENGTH` function as follows:
- if the single argument to `LENGTH()` is `null`, then the result will now be `0`. In previous
versions of ArangoDB, the result of `LENGTH(null)` was `4`.
- if the single argument to `LENGTH()` is `true`, then the result will now be `1`. In previous
versions of ArangoDB, the result of `LENGTH(true)` was `4`.
- if the single argument to `LENGTH()` is `false`, then the result will now be `0`. In previous
versions of ArangoDB, the result of `LENGTH(false)` was `5`.
The results of `LENGTH()` with string, numeric, array object argument values do not change.
2015-04-14 19:03:29 +02:00
Max Neunhoeffer
f34a009885
Do not execute a time critical test on cluster tests.
2015-04-14 09:06:47 +02:00
Jan Steemann
d7e4c6fd4c
fixed test that failed in cluster
...
Conflicts:
js/server/tests/shell-foxx-model.js
2015-04-13 15:33:29 +02:00
Alan Plum
69e63c2c64
Strict mode all the things.
2015-04-09 00:22:05 +02:00
Alan Plum
ecbc6f581f
Merge pull request #1287 from arangodb/vulpine-grace
...
Foxx improvements (fixes #1284 , #1257 )
2015-04-08 03:23:55 +02:00
Michael Hackstein
3c79b54330
Merge branch 'devel' of github.com:arangodb/arangodb into gos
2015-04-01 13:38:29 +02:00
Michael Hackstein
e2fd4cdd65
Further improvements of graph queries. All queries should now be noticably faster.
2015-04-01 13:25:25 +02:00
Jan Steemann
e672d791b5
refactored cursor API, added export API
2015-03-30 18:03:42 +02:00
Jan Steemann
3057cf7a74
added edge index iterator
...
Conflicts:
arangod/Aql/ExecutionBlock.h
2015-03-27 17:24:47 +01:00
Jan Steemann
50b531666c
optimization for AQL CONCAT()
...
Conflicts:
arangod/Aql/AqlValue.cpp
arangod/Aql/AqlValue.h
arangod/Aql/Ast.cpp
2015-03-27 17:18:27 +01:00
Jan Steemann
7eb28dc201
fixed cluster test
2015-03-26 12:23:14 +01:00
Alan Plum
fbd3a411f2
Make sure WAL is flushed so we get ShapedJson back.
2015-03-25 19:04:20 +01:00
Jan Steemann
9703f04621
fixed wrong return value
2015-03-25 13:03:49 +01:00
Jan Steemann
2f58e4ea61
small cleanup
2015-03-25 12:42:44 +01:00
Alan Plum
0620369a05
Saner schema handling for Foxx models. Fixes #1284 .
2015-03-25 10:35:18 +01:00
Jan Steemann
a26c7c7f28
Merge branch 'devel' of https://github.com/arangodb/arangodb into data-modification
2015-03-25 08:57:33 +01:00
Alan Plum
3802085415
Fixed tests.
2015-03-24 21:41:21 +01:00
Alan Plum
202fbdb018
Even more exhaustive tests.
2015-03-24 21:38:27 +01:00
Alan Plum
3a957292fc
Make sure _PRINT is gone entirely.
2015-03-24 21:29:42 +01:00
Alan Plum
e8834a350a
Fixed #1289 .
2015-03-24 21:06:28 +01:00
Jan Steemann
59053df10a
issue #1285 : allow bind parameter names starting with underscores
2015-03-24 18:43:53 +01:00
Jan Steemann
0ceff3f1b0
added cluster tests
2015-03-24 18:28:55 +01:00
Jan Steemann
7318d6754f
added join test for cluster
2015-03-24 16:26:09 +01:00
Jan Steemann
01745402f3
Merge branch 'devel' of https://github.com/arangodb/arangodb into data-modification
2015-03-24 14:34:20 +01:00
Alan Plum
d1a37cdc17
Fixed failing tests.
2015-03-24 13:33:42 +01:00
Jan Steemann
16348cd10c
added tests
2015-03-24 11:11:55 +01:00
Jan Steemann
66e2273482
added documentation for UPSERT
2015-03-24 00:44:52 +01:00
Jan Steemann
7d5cc17d98
added tests
2015-03-23 22:28:26 +01:00
Jan Steemann
8e48f98045
Merge branch 'devel' of https://github.com/arangodb/arangodb into data-modification
...
Conflicts:
arangod/Aql/Collection.cpp
arangod/Aql/ExecutionBlock.cpp
2015-03-20 21:54:39 +01:00
Jan Steemann
e33517adf9
fixed jslint warning
2015-03-20 12:07:36 +01:00
Jan Steemann
a1c348e7c6
added more tests for out-of-memory situations
2015-03-20 11:52:55 +01:00
Jan Steemann
1298bd40a8
added tests for out-of-memory situations
2015-03-20 08:54:15 +01:00
Jan Steemann
50c4682655
added more tests
2015-03-19 18:21:00 +01:00
Jan Steemann
cf845bbe5e
added test
2015-03-19 16:27:48 +01:00
Jan Steemann
7dc3fc3d5c
safely create collections and databases
2015-03-19 15:56:12 +01:00
Jan Steemann
bc592612d7
fixed jslint warnings
2015-03-18 17:58:28 +01:00
Jan Steemann
a062280783
added test for empty datafiles
2015-03-18 17:37:28 +01:00
Jan Steemann
6b24da1036
in the middle of refactoring
2015-03-17 09:08:25 +01:00
Jan Steemann
34e101725f
fixed assertion
2015-03-16 17:28:54 +01:00
Michael Hackstein
bd2dde17da
Fixed unittest for foxx. It still compated a generated token with the name of the parameter
2015-03-16 10:37:35 +01:00
Michael Hackstein
0dc6be351c
Fixed tests for non overwriting version of swagger documentation
2015-03-13 14:16:11 +01:00
Jan Steemann
ce0a543d25
added flag for disabling query tracking `--database.disable-query-tracking`
...
Conflicts:
arangod/RestServer/ArangoServer.cpp
Conflicts:
Documentation/Books/Users/ConfigureArango/Arangod.mdpp
arangod/RestServer/ArangoServer.cpp
2015-03-13 13:51:23 +01:00
Jan Steemann
29611a511f
issue #1241 : added configure option `allowNull` for visitor
2015-03-12 16:28:52 +01:00
Jan Steemann
a185409de0
fixed warning
2015-03-11 12:55:47 +01:00
Jan Steemann
c4f17bb244
issue #1265 : arangod crashed with SIGSEGV
2015-03-11 12:19:34 +01:00
Jan Steemann
37bb6d6732
issue #1241 : fixed passing `data` attribute into GRAPH_NEIGHBORS() function
2015-03-11 10:22:27 +01:00
Willi Goesgens
a6e736dedc
Relax the timeout for the db to be gone and give the garbage collection more time in one run.
2015-03-06 09:37:19 +01:00
Willi Goesgens
80cc3a7c3e
Add stacktrace from the exception to the output; the jasmine provided stacktrace is pretty useless here.
2015-03-02 14:55:08 +01:00
Michael Hackstein
9dc27fa7db
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
Michael Hackstein
df046a8091
added tests for foxx-controller extensions
...
Conflicts:
js/server/tests/shell-foxx.js
2015-02-24 17:37:05 +01:00
Frank Celler
4f8ea3a208
Merge remote-tracking branch 'origin/2.5' into devel
...
Conflicts:
CHANGELOG
arangod/RestServer/arangod.cpp
js/apps/system/_admin/aardvark/APP/package.json
2015-02-24 16:10:11 +01:00
Jan Steemann
6ce1f2892e
install fix for Foxx apps
2015-02-24 13:51:41 +01:00
Willi Goesgens
f80a48dbdd
Be more forgivingly about the time required to unload collections.
2015-02-24 11:27:59 +01:00
Willi Goesgens
4eb993a794
Be more forgivingly about the time required to unload collections.
2015-02-23 14:44:31 +01:00
Jan Steemann
2ac736b36e
added visitor test
...
Conflicts:
js/server/tests/aql-graph-visitors.js
2015-02-20 15:48:18 +01:00
Jan Steemann
ac638e1872
fixed tests
2015-02-18 16:40:48 +01:00
Jan Steemann
83ea75fa8f
removed unused config options
2015-02-18 16:40:15 +01:00
Michael Hackstein
0c78629199
Merge branch 'foxx-pathes' of github.com:arangodb/arangodb into devel
2015-02-16 14:17:52 +01:00
Michael Hackstein
ab5fbb66e0
Fixed server side foxx tests. They had to be adapted to new routing info computation
2015-02-16 14:13:10 +01:00
Michael Hackstein
808d658ff8
JSLint fixes
2015-02-16 14:12:34 +01:00
Jan Steemann
205736a028
added optimizer rule "propagate-constant-attributes"
2015-02-15 13:29:53 +01:00
Jan Steemann
db2cd7acc9
added `filtered` attribute to AQL execution statistics
2015-02-13 21:37:49 +01:00
Michael Hackstein
5b3fae42aa
Merge branch 'devel' of github.com:arangodb/arangodb into foxx-pathes
...
Conflicts:
js/apps/system/_admin/aardvark/APP/frontend/js/bootstrap/errors.js
js/common/bootstrap/errors.js
lib/Basics/voc-errors.cpp
lib/Basics/voc-errors.h
2015-02-13 10:20:36 +01:00
Michael Hackstein
8dd9a1180a
Documentation fix
2015-02-12 11:03:30 +01:00
Michael Hackstein
da143793bb
Added a test for foxx manager trying to install ALL apps in the appstore. Is not included in general test suite as it takes a while.
2015-02-12 11:01:51 +01:00
Jan Steemann
c7d7d97203
added sort test
2015-02-11 21:40:54 +01:00
Jan Steemann
1701be206f
more sparse tests
2015-02-11 21:21:14 +01:00
Jan Steemann
33a4d2c4dc
added tests
2015-02-11 19:34:00 +01:00
Jan Steemann
1f9b4ba5e6
added tests for sparse indexes
2015-02-11 18:58:41 +01:00
Jan Steemann
0e4f45f905
Merge branch 'devel' of https://github.com/arangodb/arangodb into sparse-indexes
2015-02-11 18:47:47 +01:00
Willi Goesgens
3041b23408
Adjust the test to the new etcd.
2015-02-11 18:18:17 +01:00
Jan Steemann
6fe3362cf2
fixed cluster tests
2015-02-11 12:38:39 +01:00
Jan Steemann
f7210e3604
sparse index tests
2015-02-11 00:25:30 +01:00
Jan Steemann
a0309c44e2
Merge branch 'devel' of https://github.com/arangodb/arangodb into sparse-indexes
...
Conflicts:
.travis.yml
2015-02-09 20:32:18 +01:00
Michael Hackstein
aad7e46f10
Merge branch 'devel' of github.com:arangodb/arangodb into foxx-pathes
...
Conflicts:
Documentation/Books/Users/SUMMARY.md
js/actions/api-system.js
js/common/bootstrap/modules.js
js/server/modules/org/arangodb/foxx/manager.js
js/server/tests/shell-routing.js
2015-02-06 17:22:01 +01:00
Willi Goesgens
28c828762c
Merge branch 'devel' of github.com:arangodb/arangodb into devel
...
Conflicts:
js/server/tests/shell-foxx.js
2015-02-05 19:34:32 +01:00
Willi Goesgens
59892c2b20
Lintify unittests.
2015-02-05 19:32:51 +01:00
Alan Plum
4741b8707c
Removed obsolete tests for legacy foxx behaviour.
2015-02-05 18:48:45 +01:00
Willi Goesgens
ed80dd575d
Lintify.
2015-02-05 13:36:17 +01:00
Jan Steemann
e84a5e8eb3
use indexes for sorting in more cases
2015-02-05 00:10:12 +01:00
Jan Steemann
5d9c0e018e
dynamic attribute names in AQL
2015-02-03 22:51:40 +01:00
Jan Steemann
ca9feb5cf4
added test cases
2015-02-03 21:50:54 +01:00
Alan Plum
a36c96060a
Fixed stack parsing.
2015-02-03 11:34:26 +01:00
Alan Plum
9fb8ad3338
Re-enable console.time test.
2015-02-03 10:51:58 +01:00
Jan Steemann
c18ff7f300
use-index-for-sort rule can now remove sorts in more cases
2015-02-02 22:53:25 +01:00
Jan Steemann
e30ddf0df3
fixed indexing test
2015-02-02 20:33:45 +01:00
Frank Celler
f44c11440d
fixed test
2015-02-02 18:28:45 +01:00
Willi Goesgens
0aaec15c66
Comment out another test which randomly fails.
2015-02-02 14:55:05 +01:00
Willi Goesgens
44cc12fcbb
Comment out test failing in cluster to be fixed soon.
2015-02-02 10:27:31 +01:00
Jan Steemann
5ed9f4b5f0
added test for accessing paths in visitor
2015-01-30 11:11:19 +01:00
Jan Steemann
1264b14053
added test
2015-01-30 10:54:21 +01:00
Jan Steemann
4bb8a894e6
jslint
2015-01-30 10:30:23 +01:00
Jan Steemann
faab43f1b3
tests for visitors
2015-01-30 10:25:31 +01:00
Jan Steemann
e13092168d
added optimizer tests
...
Conflicts:
arangod/Aql/ExecutionBlock.cpp
2015-01-29 21:40:43 +01:00
Frank Celler
05b8115abf
Merge pull request #1227 from triAGENS/foxxy-console
...
Foxx console
2015-01-29 17:16:05 +01:00
Alan Plum
48abd07dc8
Tests for the testgod!
2015-01-28 15:32:19 +01:00
Jan Steemann
fa5f340107
added tests for estimations
2015-01-28 11:20:01 +01:00
Jan Steemann
120236dde2
proper test fix attempt
2015-01-27 14:06:02 +01:00
Willi Goesgens
9df8ff387f
Journals tend to be a source for false positives, relax time condition.
2015-01-27 12:28:34 +01:00
Jan Steemann
f9bc1458d3
attempt to make test more deterministic
2015-01-24 14:31:50 +01:00
Jan Steemann
d348f60e59
added AQL optimizer rule "move-calculations-down"
2015-01-22 20:36:38 +01:00
Jan Steemann
87b1f7fde3
enable indexes in even more cases
2015-01-22 17:24:47 +01:00
Jan Steemann
b01bd67814
more tolerable delay
2015-01-22 14:20:35 +01:00
Jan Steemann
1c935b6ab2
added tests for filter order, not optimization etc.
2015-01-22 14:16:58 +01:00
Jan Steemann
6262b044a4
test fix attempt
2015-01-21 09:09:49 +01:00
Jan Steemann
d534a41e21
recovery tests
...
Conflicts:
arangod/Wal/LogfileManager.cpp
Conflicts:
arangod/Wal/LogfileManager.cpp
2015-01-19 18:14:03 +01:00
Jan Steemann
ee51a8ebfd
added more tests for indexes
2015-01-19 11:10:57 +01:00
Jan Steemann
86716e1834
fix subquery optimization
2015-01-19 11:01:32 +01:00
Jan Steemann
63bf4c888a
flush WAL status file after collection to shorten recovery
2015-01-18 21:06:57 +01:00
Jan Steemann
958ae69479
added tests
2015-01-18 15:34:35 +01:00
Jan Steemann
9b66ab3a61
added AQL functions MD5, SHA1, and RANDOM_TOKEN
2015-01-17 22:40:47 +01:00
Jan Steemann
823369c815
disable the use of indexes in certain unsafe situations
2015-01-17 17:45:36 +01:00
Jan Steemann
ba783a4584
allow specifying minLength and maxLengths for PATHS AQL function
2015-01-16 12:34:11 +01:00
Lucas Dohmen
6999a6e3e4
Merge pull request #1204 from triAGENS/foxxy-bodies-of-joi
...
Allow bodyParam to take joi schemas and actually validate data
2015-01-13 13:46:37 +01:00
Jan Steemann
2af987ed66
added tests
2015-01-12 15:25:45 +01:00
Jan Steemann
2cbc278e6c
finally
2015-01-12 14:23:26 +01:00
Jan Steemann
591a92fa0d
jslint
2015-01-12 12:02:05 +01:00
Jan Steemann
d02de8d7e0
more tests
2015-01-12 11:59:19 +01:00
Max Neunhoeffer
207aba0983
Sensible state 2 for aql-modify-cluster.js.
2015-01-12 10:49:32 +01:00
Max Neunhoeffer
3e27c46bf4
Sensible state for aql-modify-cluster.js
2015-01-12 10:49:07 +01:00
Max Neunhoeffer
743d92f466
Use multiple shards in cluster modifying AQL queries.
2015-01-12 10:37:28 +01:00
Jan Steemann
7961be8836
fixed test
2015-01-09 10:39:05 +01:00
Jan Steemann
ba30df4e5c
added test
2015-01-09 00:03:50 +01:00
Jan Steemann
26b51b35b8
added tests
2015-01-08 17:31:40 +01:00
Jan Steemann
f2590881f1
return old or new values in data-modification operations
2015-01-08 16:35:54 +01:00
Willi Goesgens
0fa352b699
comment out curerntly failing test.
2015-01-07 16:32:09 +01:00
Willi Goesgens
e2f206fd2c
Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel
...
Conflicts:
arangod/Aql/grammar.cpp
2015-01-07 15:50:44 +01:00
Willi Goesgens
f905123802
Implement REMOVE/INSERT/UPDATE/REPLACE return the changed values
2015-01-07 15:48:13 +01:00
Jan Steemann
1e3082aef3
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
2015-01-07 15:11:57 +01:00
Jan Steemann
c591357dd3
slightly changed cost estimation for IndexRangeNode
2015-01-07 15:11:42 +01:00
Alan Plum
75cf182de2
Allow RequestContext#bodyParam to take joi schemas and reject invalid data.
2015-01-07 11:21:19 +01:00
Alan Plum
6fde5c96a8
Tests should not use deprecated Foxx features.
2015-01-07 11:02:42 +01:00
Alan Plum
6fad459fcc
Removed Foxx Model legacy tests (non-joi schemas are no longer supported in 2.5+).
2015-01-07 10:52:09 +01:00
Alan Plum
2b569e5db2
Ported legacy Foxx syntax to 2.4+.
2015-01-06 20:37:18 +01:00
Alan Plum
7aee5e56bd
Extract toJSONSchema from Model.
2015-01-06 20:37:10 +01:00
Jan Steemann
971ead19cb
added tests
2015-01-05 09:42:31 +01:00
Jan Steemann
f3b142849f
fixed leaks during reverts
2015-01-03 01:28:23 +01:00
Max Neunhoeffer
af976491b2
Fix tests finally.
2014-12-24 00:26:20 +01:00
Max Neunhoeffer
354825d12d
Fix a test because now more queries use DistributeNode.
2014-12-24 00:19:20 +01:00
Jan Steemann
6d6d67f06f
activated optimizer rule remove-sort-rand
...
fixed tests, updated documentation
2014-12-21 18:50:50 +01:00
Jan Steemann
d92057dd03
the great rename: array => object, list => array
2014-12-18 22:33:23 +01:00
Willi Goesgens
d46b215e30
Expect Indexrangenodes where we now know they will be created.
2014-12-17 14:01:50 +01:00
Willi Goesgens
016c8e477b
Remove debug prints
2014-12-17 13:32:34 +01:00
Willi Goesgens
ed2529efe9
We can now convert EnumerateCollectionNodes to IndexRangeNodes here too.
2014-12-17 13:05:44 +01:00
Willi Goesgens
419e3ece51
Make jslint happy.
2014-12-17 09:22:22 +01:00
Jan Steemann
dd60e53ce3
added more collect special cases
2014-12-16 22:52:33 +01:00
Jan Steemann
571b6b5b02
added tests
2014-12-16 15:25:46 +01:00
Jan Steemann
f35f8d1643
fixed ranges, added tests
2014-12-16 13:54:46 +01:00
Jan Steemann
1c65c042a4
added tests, fixed exception
2014-12-16 00:20:40 +01:00
Jan Steemann
bcdeabd3ab
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into aql-feature-index-or
...
Conflicts:
arangod/Aql/ExecutionBlock.cpp
2014-12-15 21:53:51 +01:00
James
fd1c68fb4a
more tests for sorting in descending order
2014-12-13 18:03:13 +00:00
James
17ed7fbef4
sorting works, tests updated
2014-12-13 17:47:59 +00:00
James
0dee54ee6f
more bugfixes more tests
2014-12-13 16:05:20 +00:00
James
a7635abe41
fixed some bugs added some tests
2014-12-13 14:51:46 +00:00
Jan Steemann
e4686bcc1b
reverted non-fix
2014-12-13 12:44:24 +01:00
Willi Goesgens
b275c79793
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
...
Conflicts:
js/server/tests/aql-optimizer-rule-remove-filter-covered-by-index.js
2014-12-13 00:20:09 +01:00
Willi Goesgens
f3c13f7c38
Fix unittest.
2014-12-13 00:13:00 +01:00
Jan Steemann
ff2ddd3133
fixed tests
2014-12-12 23:34:28 +01:00
Jan Steemann
44a5db257d
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
2014-12-12 23:02:42 +01:00
Jan Steemann
f4d7a57c19
changed `COLLECT...INTO x COUNT` to `COLLECT...WITH COUNT INTO x`
...
allow executing subqueries without double brackets
jslint
2014-12-12 23:02:24 +01:00
Willi Goesgens
daeb46893f
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
2014-12-12 21:40:35 +01:00
Willi Goesgens
115f226385
Optimizer: Enable removing of filternodes if the index can handle the filter condition.
2014-12-12 21:39:35 +01:00
Jan Steemann
8f6193faa2
added optional COUNT clause for AQL COLLECT
2014-12-12 17:18:04 +01:00
James
7ab57d64ec
Merge branch 'aql-feature-index-or' of ssh://github.com/triAGENS/ArangoDB into aql-feature-index-or
2014-12-09 22:05:57 +00:00
Jan Steemann
22928c1bb5
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into aql-feature-index-or
...
Conflicts:
arangod/Aql/ExecutionBlock.cpp
arangod/Aql/OptimizerRules.cpp
2014-12-09 22:45:55 +01:00
James
3ce7164fb6
finally working again, and more tests
2014-12-09 20:15:38 +00:00
Jan Steemann
1fdf74e09e
jslint
2014-12-09 16:44:31 +01:00
Max Neunhoeffer
be421d926f
Add new test for use-index-range rule and no rule explosion.
2014-12-09 15:40:22 +01:00
Jan Steemann
a617dcffc5
added tests
2014-12-09 14:50:28 +01:00
James
afb960f60e
fixed another bug and added a test for it.
2014-12-09 11:19:34 +00:00
James
a4dcf1b9d3
Merge branch 'aql-feature-index-or' of ssh://github.com/triAGENS/ArangoDB into aql-feature-index-or
2014-12-09 10:23:07 +00:00
James
8871612eb8
adding tests for last
2014-12-09 10:22:15 +00:00
Jan Steemann
797b6dbf75
added index tests
2014-12-09 11:01:58 +01:00
James
46fe461ca1
fixed bug and added test for it.
2014-12-09 09:40:40 +00:00
Jan Steemann
399e93c3ff
issue #1155 : allow bind parameter for sort order
...
SORT what @order is now allowed
2014-12-08 13:05:40 +01:00
Jan Steemann
cd17c393ab
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into aql-feature-index-or
...
Conflicts:
arangod/Aql/ExecutionBlock.cpp
arangod/Aql/OptimizerRules.cpp
arangod/Aql/grammar.cpp
2014-12-08 12:37:13 +01:00
Jan Steemann
d5ec9ca4bb
jslint
2014-12-08 11:50:14 +01:00
Jan Steemann
63ceb0d1e0
added tests for mergeObjects
2014-12-08 11:33:54 +01:00
James
a4c7c4edcd
tests for index-or and in
2014-12-06 15:27:20 +00:00
James
8698a1da3d
fixing bugs and updating tests
2014-12-06 14:02:50 +00:00
Jan Steemann
8f99e59747
issue #1163 : fullcount was sometimes used for wrong LIMIT node
2014-12-05 19:02:51 +01:00
Jan Steemann
d9a945e33a
include or exclude system collections from replication
2014-12-05 14:58:43 +01:00
Jan Steemann
dd68db2252
fixed precedence of range operator
2014-12-05 11:00:26 +01:00
Jan Steemann
4c43c1bdaf
less plans created by optimizer
2014-12-04 12:49:34 +01:00
Jan Steemann
0975fb8349
jslint
2014-12-04 09:44:41 +01:00