Heiko
16af0901f1
Bug fix/internal issue 2785 ( #6802 )
2018-10-11 10:43:04 +02:00
Heiko
c93b359043
Bug fix/internal issue 2764 ( #6812 )
2018-10-11 10:34:59 +02:00
Tobias Gödderz
490d12640e
Added a regression test for arangodb/backlog#486 ( #6792 )
...
* Added a regression test for arangodb/backlog#486
* Moved regression test in existing ddl test files
2018-10-11 10:26:17 +02:00
maxkernbach
76b2d03796
Add missing CHANGELOG entrys ( #6799 )
2018-10-11 10:26:01 +02:00
Tobias Gödderz
102d17de89
Rework move shards with view test ( #6773 )
...
* Fixed testSetup(). Reduced redundant code.
* Reworked assertions in moving-shards-with-arangosearch-view-cluster.js
* Added changes from review
* Removed debug output / fixed jslint error
2018-10-11 10:25:22 +02:00
Heiko
b0cf8be2d4
changelog ( #6815 )
2018-10-11 10:24:47 +02:00
Wilfried Goesgens
676f61805e
Make procdump abort on std::bad_cast; kill SUT if it occurs; Make procdump optional. ( #6602 )
2018-10-10 17:55:53 +02:00
Max Neunhöffer
282a1a7193
Fix a bug when getting in sync and old requests are still lingering. ( #6788 )
2018-10-10 16:30:05 +02:00
Andrey Abramov
4177bd15b1
backport recent changes in iresearch from upstream ( #6794 )
2018-10-10 16:53:43 +03:00
Jan
730f47eb0c
potential fix for release-3.4/#79 ( #6789 )
2018-10-10 14:41:48 +02:00
jsteemann
28a24b9bf4
turn file/location logging for tests
2018-10-10 14:34:03 +02:00
jsteemann
f72a64d249
fix typo
2018-10-10 09:24:51 +02:00
Jan
165bf3bd1b
fix arangojs issue 573 ( #6767 )
2018-10-10 09:19:24 +02:00
Matthew Von-Maszewski
e2bc7e10e3
port of 3.4 libcurl connection management to devel ( #6775 )
2018-10-10 09:10:34 +02:00
jsteemann
c9d97a735b
fix wrong function name
2018-10-10 01:43:00 +02:00
Andrey Abramov
752714de24
Feature/arangosearch overhaul ( #6743 )
...
* get rid of memory stores
* do not use 'waitForSync' transaction option to synchronize a view
* honor `Methods::isSingleOperationTransaction()` hint
* explicitly specify index_writer's properties
* ensure data is synced
* fix tests
* another fix
* code cleanup
* remove code duplication
* some fixes
* fix typo
2018-10-10 01:13:08 +03:00
Wilfried Goesgens
ad31b31096
print when we mark a build crashy ( #6769 )
...
LGTM
2018-10-09 16:47:16 +02:00
Max Neunhöffer
79bade7e6b
This is porting from 3.4 a cleanup in Current (follower removed from plan). ( #6718 )
...
* Fix cleanup of Current entry in case a follower is removed from Plan. (#6623 )
* Properly remove unplanned followers in leader and Current.
* Add a catch test.
* Fix tests.
* Fix a bug with a temporary object.
* Protect against exception from getCollection not found.
* New Maintenance test data.
2018-10-09 15:29:42 +02:00
Max Neunhöffer
2452dcc5d0
Remove a relic from early days in /Target/FailedServers. ( #6690 )
...
* Remove a relic from early days in /Target/FailedServers.
* Fix a test.
2018-10-09 13:52:32 +02:00
jsteemann
b293d81cbe
try to fix test
2018-10-09 10:55:48 +02:00
Jan
bd344f9f09
remove undocumented view.toArray() function ( #6763 )
2018-10-09 09:48:00 +02:00
ArangoDB Release Bot
7d34c5ca9b
nightly frontend build
2018-10-08 23:58:23 +00:00
Jan
7b5d163aee
fix variable replacements in view search conditions ( #6756 )
...
* fix variable replacements in view search conditions
* added reference to internal issue
* add catch test
* Added AQL test
2018-10-08 20:53:29 +03:00
sleto-it
82bb80aa84
Update CHANGELOG ( #6707 )
2018-10-08 17:36:11 +02:00
jsteemann
63136348b0
honor our coding guidelines, remove useless debug log message
2018-10-08 16:36:59 +02:00
Wilfried Goesgens
056ee7064c
Feature/log timestamp on test start ( #6759 )
2018-10-08 16:18:04 +02:00
Lars Maier
fac7b48c74
[3.5] Feature/decoupled io ( #6281 )
...
* Decoupled IO from Scheduler.
* Fixed SSL start up bug.
* Updated messages and thread names. Fixed missing code from cherry-pick.
* Reintroduced checks for executing thread to be correct. Modifed default value for io-context depending on cores.
* Fixed memory leak caused by cyclic references.
* Actually distribute endpoints. Move handlers into function and do not copy them for each encapsulation.
* Inserted debug output.
* BUG FIXED! One has to call drain() on every queue as temporary work around.
* Added some flags and output for testing.
* More debug output!!!
* Manuel is right.
* Removed debug output.
2018-10-08 13:05:12 +02:00
Wilfried Goesgens
94805aad7c
add script counting network connections ( #6754 )
...
This was added (and is currently not being used) to find a problem where a server in shutdown would hammer the agency with new connections. It was decided to implement a corresponding monitoring directly in the monitoring system (ganglia) rather than in the context of `testing.js`. Nevertheless, the script is retained for posteriority here.
2018-10-08 12:43:22 +02:00
Jan
66d04a10bc
handle a missing _frontend collection gracefully ( #6750 )
2018-10-08 10:16:24 +02:00
Heiko
24c6a7037a
Bug fix/internal issue 1983 ( #6746 )
2018-10-08 10:15:40 +02:00
Jan
e78d1aa541
Bug fix/even more ldap debugging ( #6736 )
2018-10-08 09:42:11 +02:00
Jan
9b6d526942
Bug fix/increase replication timeouts ( #6740 )
2018-10-08 09:40:38 +02:00
Jan
ea915d3d69
turn off the in-memory cache on agency nodes, as it is not needed there ( #6742 )
2018-10-08 09:39:45 +02:00
Simon
8f67a162d8
Make assertions better ( #6745 )
2018-10-08 09:07:24 +02:00
ArangoDB Release Bot
9bf58f1591
nightly frontend build
2018-10-05 23:58:23 +00:00
Lars Maier
090024daed
Reset retry counter only when previously connected in order to not disable the retry check. ( #6737 )
...
Abort the doRequest loop when in shutdown.
2018-10-05 17:10:44 +02:00
Lars Maier
26c0c7be67
In readonly mode disable the `New View/Service` Buttons. Fixed a stupid warning about lower case constructors. ( #6732 )
2018-10-05 15:35:10 +02:00
Lars Maier
078dcd7fe4
Order of transactions depends on implementation. Do only one shard. ( #6722 )
2018-10-05 14:58:19 +02:00
Simon
877c9d9eb3
Do not load counters until recovey is done ( #6719 )
2018-10-05 12:52:00 +02:00
Simon
f299e9f6cf
Fix foxx test failures ( #6724 )
2018-10-05 12:49:24 +02:00
Jan
f140aa6941
added missing override specifiers ( #6729 )
...
* added missing override specifiers
* added two more occurrences of "override"
2018-10-05 12:03:18 +02:00
Wilfried Goesgens
e52a16a0ac
on behalf of vasilly: fix cast ( #6730 )
2018-10-05 11:28:13 +03:00
Jan
46efcff7d7
micro improvements ( #6674 )
2018-10-05 10:25:13 +02:00
Andrey Abramov
647949e556
Feature/update iresearch ( #6727 )
...
* update iresearch part 1
* fix tests
* update iresearch again
* update iresearch again
* cleanup log messages
* update iresearch sources
* another update
* and another update
* add workaround for the bug in msvc2017
* fix typo
* address msvc build issues
* Fix typo
2018-10-04 23:56:17 +03:00
Simon
1e65af28ef
Document --javascript.copy-installation ( #6702 )
2018-10-04 20:51:06 +02:00
Lars Maier
6546b908be
Bug fix/cleanup lost collection inc plan v ( #6720 )
...
* Increase the current version rather than the plan version.
2018-10-04 15:38:41 +02:00
Jan
3414825696
Feature/improvements 031018 ( #6712 )
2018-10-04 15:10:54 +02:00
jsteemann
68a44490d6
try to fix MacOS build
2018-10-04 11:01:26 +02:00
Andrey Abramov
ccff44388f
Fix multiple links per collection issue ( #6661 ) ( #6713 )
...
* Fix muliple links per collection issue (arangodb/release-3.4#48 ).
* Fix comparison.
* Added test
* Fix suite name.
* Address some edge cases.
* Clear views on teadown in tests
* Update aql-view-arangosearch-ddl-cluster.js
* Update aql-view-arangosearch-ddl-noncluster.js
* Fix jslint errors
* Added some comments about the comparison.
2018-10-04 00:14:41 +03:00
Wilfried Goesgens
c1b6426e92
Feature/drop before win7 support in compiler ( #6681 )
2018-10-03 18:33:52 +02:00