Jan
|
f38ba7c84d
|
fix invalid results (too many) when a skipping LIMIT was used for a traversal (#2603)
`LIMIT x` or `LIMIT 0, x` were not affected, but `LIMIT s, x` may have returned too many results
|
2017-06-19 17:34:47 +02:00 |
Jan
|
9bebd33ba3
|
fix invalid first group results for sorted AQL COLLECT when LIMIT was used (#2577)
|
2017-06-16 09:44:14 +02:00 |
Wilfried Goesgens
|
7224e7515c
|
Implement testcases, this fixes #1806
|
2017-06-08 15:59:05 +02:00 |
Michael Hackstein
|
ce9812d8fa
|
Added proper sorting in test code. Not deterministic otherwise
|
2017-06-02 09:33:30 +02:00 |
jsteemann
|
d13144f389
|
fixed issue #2515
|
2017-06-01 13:45:47 +02:00 |
jsteemann
|
3df0940c7e
|
jslint
|
2017-06-01 10:31:42 +02:00 |
Akshesh Doshi
|
46b50c266c
|
Add tests and docs for REGEX_REPLACE AQL function (#2518)
* Fixed #1902: Add tests and documentation for REGEX_REPLACE
* Cleanup
|
2017-06-01 10:29:43 +02:00 |
Michael Hackstein
|
52406567cd
|
Replaced EdgeCursors callback to return cid,rev instead of _id. Does less costly copying and comparision internally
|
2017-05-31 17:49:46 +02:00 |
Michael Hackstein
|
eecdcd4e96
|
Made shortest path OOM test deterministic
|
2017-05-30 17:41:07 +02:00 |
jsteemann
|
ed21022f55
|
added test for shardids restriction
|
2017-05-29 17:02:16 +02:00 |
jsteemann
|
a35f85bcc7
|
added proper docs for --query.fail-on-warning
|
2017-05-29 15:46:48 +02:00 |
jsteemann
|
a5070978da
|
fixed issue #2488
|
2017-05-19 15:57:47 +02:00 |
Simon Grätzer
|
1c7e14d624
|
Removed debug test
|
2017-05-11 13:20:35 +02:00 |
Simon Grätzer
|
f101e21328
|
Geo index update, renaming
|
2017-05-11 13:19:51 +02:00 |
Simon Grätzer
|
b0bc75c93e
|
Working geo index
|
2017-05-09 14:47:13 +02:00 |
Simon Grätzer
|
1e3368c76a
|
Preliminary changes
|
2017-05-08 18:27:51 +02:00 |
Simon Grätzer
|
59a514bb89
|
Count fix & tests enabled
|
2017-05-06 01:57:09 +02:00 |
jsteemann
|
4300c77d3e
|
fixes for non-array IN lookups, added tests
|
2017-04-25 01:47:07 +02:00 |
jsteemann
|
4d6c21f3c5
|
fixed issue #2450
|
2017-04-24 23:06:45 +02:00 |
Michael Hackstein
|
54c857ed74
|
Adapted statistics in tests for SinlgeServer Traversal.
|
2017-04-24 13:22:42 +02:00 |
Michael Hackstein
|
6eab0b4f20
|
Fixed JSLint
|
2017-04-24 13:07:52 +02:00 |
Michael Hackstein
|
1d52eb8afe
|
Adapted cluster-hash-index tests for RocksDB.
|
2017-04-24 12:45:21 +02:00 |
Michael Hackstein
|
851f772dc1
|
Fixed some counting/reporting for AQL statistics in Traverser.
|
2017-04-24 10:42:40 +02:00 |
jsteemann
|
dbe5aec4aa
|
Merge branch 'devel' of https://github.com/arangodb/arangodb into engine-api
|
2017-04-21 15:31:13 +02:00 |
jsteemann
|
efefb87d70
|
jslint
|
2017-04-21 15:30:53 +02:00 |
jsteemann
|
03585460a8
|
Merge branch 'devel' of https://github.com/arangodb/arangodb into engine-api
|
2017-04-21 15:28:45 +02:00 |
Wilfried Goesgens
|
3a1e65d53f
|
add test whether append to NULL works
|
2017-04-21 15:23:54 +02:00 |
jsteemann
|
691dac7a73
|
Merge branch 'devel' of https://github.com/arangodb/arangodb into engine-api
|
2017-04-21 12:35:07 +02:00 |
Michael Hackstein
|
e3beaaa8fc
|
Added a test + fix for a Stackoverflow issue in Traversals and ShortestPath in AQL. This occured in the case where there are a lot of starting vertices in a row that do not have any paths attached to them. Fixes: #2445
|
2017-04-21 11:31:30 +02:00 |
Michael Hackstein
|
aed9a528fc
|
Added WITH collection to ShortestPath-Tests
|
2017-04-20 17:18:46 +02:00 |
Michael Hackstein
|
4e54c7365b
|
Adapted SHORTEST_PATH unittest to include WITH statements
|
2017-04-20 15:58:28 +02:00 |
Simon Grätzer
|
97ffce3289
|
Fixing more all tests
|
2017-04-19 15:13:27 +02:00 |
Simon Grätzer
|
ed46587d83
|
Fixed tests
|
2017-04-19 14:19:00 +02:00 |
Simon Grätzer
|
4b238df049
|
Merge branch 'engine-api' of https://github.com/arangodb/arangodb into engine-api
# Conflicts:
# js/server/tests/aql/aql-optimizer-collect-methods.js
|
2017-04-19 14:09:09 +02:00 |
Simon Grätzer
|
68386c3e73
|
Fixing tests
|
2017-04-19 14:08:18 +02:00 |
jsteemann
|
ffabf3f78b
|
jslint
|
2017-04-19 13:04:32 +02:00 |
Simon Grätzer
|
51ad68746a
|
Fixed collect methods
|
2017-04-19 11:29:40 +02:00 |
Simon Grätzer
|
578d229362
|
Fixed aql-hash test
|
2017-04-19 10:48:35 +02:00 |
Simon Grätzer
|
dd7dd54ad1
|
Fixing aql query index optimizer
|
2017-04-19 10:16:19 +02:00 |
Simon Grätzer
|
26530d149a
|
Fixed awl-queries-array
|
2017-04-18 18:40:29 +02:00 |
Simon Grätzer
|
c31d4c1590
|
Fixed iterator
|
2017-04-18 17:17:28 +02:00 |
Simon Grätzer
|
01e27b803f
|
Starting AQL tests
|
2017-04-18 15:14:35 +02:00 |
Simon Grätzer
|
a389dc0a92
|
Fixing geo + full text tests
|
2017-04-18 13:32:44 +02:00 |
jsteemann
|
2cf48d1709
|
Merge branch 'devel' of https://github.com/arangodb/arangodb into engine-api
|
2017-04-18 11:33:16 +02:00 |
Michael Hackstein
|
57fbf418f0
|
Fixed scannedIndex values in traverser tests. It did not report the correct number of lookups required after modification for new Storage-Engine
|
2017-04-18 10:40:35 +02:00 |
jsteemann
|
6308615825
|
renamed test file
|
2017-04-06 11:21:17 +02:00 |
jsteemann
|
467307fd07
|
fixed issue #2400
|
2017-03-28 13:58:49 +02:00 |
Max Neunhoeffer
|
07216bb4e3
|
Add test for COLLECT bug.
|
2017-03-23 13:35:57 +01:00 |
jsteemann
|
5d82e260ff
|
added test for issue #2392
|
2017-03-23 12:25:42 +01:00 |
jsteemann
|
ed3a230939
|
some final cleanup
|
2017-02-21 13:04:24 +01:00 |