Frank Celler
fb3dc0775e
added buckets
2019-04-21 14:58:49 +02:00
KVS85
698dc1dfba
Add notice about "onlyGrey" option
2019-04-20 16:03:28 +03:00
Heiko
6fde5b6a5d
prune highlight ( #8781 )
2019-04-18 10:51:27 +02:00
KVS85
4ebd64b313
3.4: grey only ( #8787 )
...
* 3.4: grey only
* Update testing.js
2019-04-17 19:29:52 +02:00
Jan
ddcb904acf
overload all document-producing functions in EmptyIndexIterator with noops ( #8780 )
2019-04-17 15:54:04 +02:00
Kaveh Vahedipour
60b49bb08b
[3.4] db servers reported none slice in agency for newly created database ( #8755 )
...
* probably fixed a bug, where db servers reported none slice in agency for newly created databases
* exempt none case from user experience
* also harden local ]collection lookups
2019-04-17 13:17:37 +02:00
jsteemann
dd979fe880
blacklist more tests
2019-04-16 11:18:14 +02:00
Jan
53f4a84e76
don't reveal secrets via log or to JavaScript apps ( #8762 )
2019-04-15 19:05:41 +02:00
jsteemann
fa41ab6067
blacklist some audit tests in 3.4
2019-04-15 18:08:29 +02:00
Max Neunhöffer
e234713f43
Avoid delays caused by invalidateCurrent and invalidatePlan. ( #8747 )
...
* Avoid delays caused by invalidateCurrent and invalidatePlan.
* Do loadPlan and loadCurrent asynchronously in the background.
* Reload server mappings on Plan Version change.
2019-04-15 17:42:32 +02:00
Simran
9e47e400c0
Mention that the new geo features were added in 3.4.0 ( #8635 )
2019-04-15 15:39:50 +02:00
Jan
0133f3c48d
increase the timeout for more reliable test results ( #8735 )
2019-04-15 10:16:42 +02:00
Frank Celler
424921d9f2
use sh instead of bash
2019-04-15 09:07:41 +02:00
Frank Celler
8830321001
use sh instead of bash
2019-04-14 20:46:31 +02:00
Frank Celler
1a99a3c7ea
obsolete version check
2019-04-13 10:26:02 +02:00
jsteemann
ae62cce45b
initialize member
2019-04-12 10:17:28 +02:00
Simon
3f44a9bba6
fix the pregel code ( #8741 )
2019-04-12 10:07:16 +02:00
KVS85
c318a1c6db
Restore 1800s timeout on server tests ( #8738 )
2019-04-11 21:11:16 +02:00
Andrey Abramov
ac60c99079
backport fix from iresearch upstream ( #8732 )
2019-04-11 17:44:31 +03:00
Heiko
7b012d8fca
Bug fix 3.4/auto complete graph ui ( #8663 )
2019-04-11 11:53:23 +02:00
Wilfried Goesgens
fa9460c927
Reduce test leftovers on disk ( #8708 )
2019-04-11 11:42:27 +02:00
Dan Larkin-York
ce82a512d1
[3.4] Fix RocksDB recovery ticks ( #8654 )
2019-04-11 11:37:29 +02:00
Simran
abc0fad57e
Doc - Fix typo GEO_CONTAINS to GEO_INTERSECTS
...
Backport of #8691
2019-04-10 15:13:16 +02:00
Jan
96d6949731
Bug fix 3.4/increase test shutdown timeout to 60s ( #8720 )
2019-04-10 08:27:51 +02:00
Jan
7a28877522
Bug fix 3.4/fix prune memleak ( #8716 )
2019-04-10 00:10:01 +02:00
jsteemann
e3ca0c252b
fix wrong assertion
2019-04-09 17:52:53 +02:00
Max Neunhöffer
f97997ea0f
Port back timestamp replication from devel. ( #8649 )
...
* Port back timestamp replication from devel.
* Some more very minor backports from devel to 3.4.
* CHANGELOG.
2019-04-09 17:09:33 +02:00
Max Neunhöffer
e5908fd384
Don't hesitate for fewish shards between phase 1 and phase 2. ( #8702 )
...
* Only hesitate between phase 1 and 2 if phase 1 took long.
* Get rid of warning in agency (_id attribute filtered out).
* Resolve externals.
* CHANGELOG.
2019-04-09 17:05:11 +02:00
Jan
22d572c543
Bug fix 3.4/fix test muell ( #8704 )
2019-04-09 11:27:07 +02:00
Jan
bf2141b96a
finally fix AQL error messages in all contexts, so that they are usable ( #8705 )
2019-04-09 09:17:53 +02:00
Jan
a540b795b5
this addresses an issue described in ES-260, and is a forward-port of https://github.com/facebook/rocksdb/pull/5160 ( #8697 )
2019-04-08 18:20:50 +02:00
Jan
a3c2e88fc9
preserve smart-join attribute in DC2DC as well ( #8686 )
2019-04-08 08:45:38 +02:00
Wilfried Goesgens
8103561c1d
Feature 3.4/sort buckets dump agency allways ( #8679 )
2019-04-04 14:50:44 +02:00
jsteemann
2a90dfe60b
fix link to Foxx-CLI
2019-04-04 10:26:28 +02:00
jsteemann
4e93000fcf
added debugging variables
2019-04-04 10:18:37 +02:00
Max Neunhöffer
6ceb86acc7
Remove ttl when key overwritten without ttl. ( #8667 )
...
* Fix ttl deleted when overwritten without ttl.
* Fix the agency test.
* CHANGELOG.
2019-04-03 12:04:12 +02:00
Jan
17669474c2
Bug fix 3.4/replication fuzz debugging ( #8668 )
2019-04-03 11:43:36 +02:00
Jan
b814a62f5d
optimize lookups by shard key for smart vertex collections ( #8640 )
2019-04-03 11:39:34 +02:00
Max Neunhöffer
0acb19b18a
Better logic for AddFollower/RemoveFollower scheduling. ( #8655 )
...
* Fail a MoveShard job to a FAILED server.
* Better logic for AddFollower/RemoveFollower scheduling.
* Abort MoveShard (leader) in case of a FAILED server in Plan.
* Wait for statistics collections before doing stuff in tests.
cleanOutServer, moveShard, failover and the like.
* Abort MoveShard for follower if FAILED server in Plan.
* Take resigned servers into account when checking for health.
* CHANGELOG.
2019-04-02 23:34:27 +02:00
Jan
d29d65face
Bug fix 3.4/cleanup 31032019 ( #8633 )
2019-04-01 17:02:00 +02:00
KVS85
b58de5166a
Try 2700s timeout for server tests ( #8642 )
2019-04-01 13:51:37 +02:00
jsteemann
182bee2f4a
added some newer AQL functions to highlighting list
2019-04-01 09:39:41 +02:00
Frank Celler
c11274cf6b
greylisted repair-distribute-shards-like-spec-grey.js
2019-03-30 17:25:35 +01:00
jsteemann
dd6bd5c29f
Merge branch '3.4' of github.com:arangodb/arangodb into 3.4
2019-03-29 23:43:03 +01:00
jsteemann
8dbee73018
updated CHANGELOG
2019-03-29 23:36:32 +01:00
KVS85
d38b231f43
Backport testing improvement from devel 29.03.2019 ( #8629 )
2019-03-29 23:33:45 +01:00
Frank Celler
96626abb4e
grey listed shell-foxx-legacy-model-grey.js
2019-03-29 21:40:32 +01:00
Max Neunhöffer
54f84cab92
Performance tuning for many shards. ( #8577 )
2019-03-29 21:34:45 +01:00
Jan
3631d55146
prevent PregelFeature from shutting down while its workers are running ( #8627 )
2019-03-29 18:22:37 +01:00
jsteemann
7343541d7c
updated CHANGELOG
2019-03-29 11:12:26 +01:00