Tobias Gödderz
7f57b98710
Removed unused code
2019-11-15 19:03:12 +01:00
Tobias Gödderz
3f4d015717
Fixed profiler tests
2019-11-15 19:01:40 +01:00
Tobias Gödderz
8e6643334f
Re-enabled some tests
2019-11-15 17:05:30 +01:00
Tobias Gödderz
e1cbf79002
Implemented UnsortingGatherExecutor::skipSome
2019-11-15 16:57:46 +01:00
Tobias Gödderz
8090998eb5
Added some comments
2019-11-15 16:39:26 +01:00
Tobias Gödderz
13e8a1d24c
Fixed Geo* tests
2019-11-15 15:46:21 +01:00
Tobias Gödderz
f67e632657
Revert all non-critical changes in order to move them into another PR
2019-11-15 15:25:31 +01:00
Tobias Gödderz
60f3c0d090
Merge branch 'devel' of github.com:arangodb/arangodb into feature/aql-subquery-splicing-with-gather
2019-11-15 13:50:32 +01:00
Tobias Gödderz
fb37db0c4a
Fix pure virtual method call with fakeit
2019-11-15 13:50:16 +01:00
Tobias Gödderz
58fede83db
Per default, do not warn about deprecated functions
2019-11-15 13:49:33 +01:00
Andrey Abramov
c6fc77858f
Revert "Fixed applying late materialization with calc node between sort an limit ( #10439 )" ( #10446 )
...
This reverts commit e765137c3e
.
2019-11-15 12:56:05 +03:00
Dronplane
e765137c3e
Fixed applying late materialization with calc node between sort an limit ( #10439 )
...
* Fixed applying late materialization with calc node between sort an limit
* fixed typo
* move micro optimization
2019-11-15 12:48:55 +03:00
Jan
1476ddbd0d
Bug fix/fix cluster upgrade ( #10411 )
2019-11-15 10:42:04 +01:00
Tobias Gödderz
0299cbb469
Suppress deprecated warnings on windows
2019-11-15 10:12:47 +01:00
Tobias Gödderz
9901fe77ca
Fixed nullptr deref in basic tests
2019-11-15 09:39:34 +01:00
Tobias Gödderz
fab5cda76d
Cleanup in AqlValueMaterializer
2019-11-14 17:52:15 +01:00
Tobias Gödderz
7c421ffe6c
Fixed merge conflicts
2019-11-14 17:48:18 +01:00
Tobias Gödderz
998b5a8b0d
Merge branch 'devel' of github.com:arangodb/arangodb into feature/aql-subquery-splicing-with-gather
2019-11-14 17:27:30 +01:00
Tobias Gödderz
2edc1f131a
Fixed build errors
2019-11-14 17:04:20 +01:00
Jan
298fe7f27c
don't make generation of README rely on html2text & markodwn executables ( #10393 )
2019-11-14 17:02:02 +01:00
Jan
c48747f631
more cppcheck ( #10435 )
2019-11-14 17:01:27 +01:00
Tobias Gödderz
c0a5f13360
Remove more transaction pointers in favour of vpack options
2019-11-14 16:58:42 +01:00
Dronplane
a4f2653f4e
Feature/internal issue #509 ( #10407 )
...
* Added Hint for index creation
* Added tests for proper hint passing
* Added tests
* Added failed link deletion test
* Fixed mmfiles not deleting failed index
* Fixed cluster run
* Added sync
2019-11-14 18:56:18 +03:00
Andrey Abramov
edc8555f17
ArangoSearch index stats ( #10421 )
...
* expose ArangoSearch index stats via index figures API
* fix tests
* add tests
* address jslint failures
2019-11-14 18:55:43 +03:00
Dronplane
fc2ddcb7a3
Fix for issue ported from upstream ( #10368 )
2019-11-14 18:47:25 +03:00
Tobias Gödderz
2ec46d6c49
Pass just VPackOptions rather than a whole transaction around
2019-11-14 16:15:48 +01:00
Jan
5ef3a215ce
added missing option `--server.statistics-history`, which was present in ( #10438 )
2019-11-14 16:10:44 +01:00
jsteemann
373a7ca0e0
fix description of NetworkFeature options
2019-11-14 13:53:23 +01:00
Jan
2c4f7bb983
Bug fix/dont use indexes in progress ( #10432 )
...
* don't return any in-progress indexes
* fix handling of in-progress indexes
* add test
* address review comments
2019-11-14 14:06:42 +03:00
Jan
aff5e71b81
rename `lib_libarango_shell` to `libarango_shell`. ( #10433 )
2019-11-14 12:05:42 +01:00
Jan
50be0caabf
fix issues found by cppcheck ( #10434 )
2019-11-14 12:04:24 +01:00
Simon
d4233599f1
Remove IndexHandle ( #10424 )
2019-11-14 11:34:57 +01:00
Jan
e3117c293b
fix invalid assertion ( #10429 )
2019-11-14 12:45:30 +03:00
Kaveh Vahedipour
41def4abd3
no coordinators left behind ( #10422 )
2019-11-14 10:18:50 +01:00
jsteemann
a8ec461b58
fix compile warning in AnalyzerFeature test
2019-11-13 23:32:59 +01:00
Jan
fd87abc522
allow using `RANDOM_TOKEN` AQL function with an argument value of `0`. ( #10414 )
2019-11-13 22:20:00 +01:00
Jan
237a3fcf07
centralize cloning functionality for AstNodes ( #10430 )
2019-11-13 22:18:38 +01:00
Dan Larkin-York
330c4a63b4
Don't modify a finalized node. ( #10419 )
2019-11-13 22:16:09 +01:00
Andrey Abramov
ff93f45892
Bug fix/internal issue #651 ( #10415 )
...
* Bug fix 3.5/internal issue #651 (#10388 )
* extract recursive part of IResearchLinkMeta
* avoid saving analyzer definition during link meta initialization
* add tests to check cluster deadlock
* cleanup
* code cleanup
* add moar tests
* mooooaaar checks
* make jslint happy
* backport fix for cluster startup from 3.5.2 branch
* backport changes from 3.5.2
* fix tests
* fix tests
* moar fixes
* refactor analyzer definitions tracking
* add some tests
* extend dump tests
* add tests for replication
* fix tests
* more fixes
* address jslint errors
* address review comments
* address test failures
* reflect changes in changelog
# Conflicts:
# arangod/IResearch/IResearchAnalyzerFeature.cpp
# arangod/IResearch/IResearchFilterFactory.cpp
# arangod/IResearch/IResearchLink.cpp
# arangod/IResearch/IResearchLinkMeta.cpp
# tests/IResearch/IResearchAnalyzerFeature-test.cpp
# tests/IResearch/IResearchDocument-test.cpp
# tests/IResearch/IResearchFilterBoolean-test.cpp
# tests/IResearch/IResearchFilterCompare-test.cpp
# tests/IResearch/IResearchFilterFunction-test.cpp
# tests/IResearch/IResearchFilterIn-test.cpp
# tests/IResearch/IResearchLinkHelper-test.cpp
# tests/IResearch/IResearchLinkMeta-test.cpp
# tests/IResearch/IResearchView-test.cpp
# tests/V8Server/v8-analyzers-test.cpp
* fix tests
* fix tests
* Fix tests
* fix replication tests
2019-11-13 19:50:17 +03:00
Jan
848b62a219
show index type in not implemented exception ( #10426 )
2019-11-13 16:46:33 +01:00
Simon
5f7803e705
Parallel SortingGatherExecutor ( #10410 )
2019-11-13 10:39:47 +01:00
Wilfried Goesgens
396ceebf0d
"run with --log v8=debug" to see the stacktraces of logged error messages ( #10373 )
2019-11-13 10:24:10 +01:00
Max Neunhöffer
b318ca8084
ARANGODB_UPGRADE_DURING_RESTORE env variable. ( #10385 )
...
* ARANGODB_UPGRADE_DURING_RESTORE env variable.
If this is set during startup, a database upgrade is performed
and an automatic restart (with the same process ID) is happening.
* Windows compatibility.
* Deactivate code for Windows. Back to unsetenv.
2019-11-13 10:00:48 +01:00
Jan Christoph Uhde
2faa44dac4
add optional exclusive writes to rocksdb engine ( #10364 )
2019-11-12 19:09:13 +01:00
jsteemann
03d02bab49
attempt to make test more deterministic
2019-11-12 17:10:55 +01:00
Jan
d400830814
Feature/parallel aql phase one 2 ( #10408 )
2019-11-12 15:47:31 +01:00
Simon
0c00feb25b
Improve syncer error message ( #10403 )
2019-11-12 15:30:19 +01:00
Jan Christoph Uhde
7b221e94aa
kill AQL query after timeout ( #10363 )
2019-11-12 14:34:52 +01:00
KVS85
0f3406cfe2
Add internal issue 4597 notice
2019-11-12 13:28:12 +03:00
Jan Christoph Uhde
2365ea419a
potential fix for DEVSUP-492 ( #10379 )
2019-11-12 10:57:00 +01:00