Andrey Abramov
3a0ed2f8b9
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
2019-11-12 18:26:09 +03:00
Andrey Abramov
f4e6538edd
Bug fix/internal issue #647 ( #10292 ) ( #10334 )
...
* Bug fix/internal issue #647 (#10292 )
* extend replication tests
* ensure proper replication order
* fix tests
* address review comments
* address test failures
* extend dump tests
* fix analyzers tests
* more fixes
* extend tests
* enhance tests
* adjust tests
* use enum instead of flags (part 1)
* cleanup
* use enum instead of flags (part 2)
* get rid of flags for views
* get rid of flags for collections
* completely get rid of collection flags
* fix replication test
* refactor index flags
* fix tests and move AnalyzerPool out of class scope
* fix tests
* adjust log levels
* add tests
* remove debug logging
* remove noexcept from `equalAanalyzer`
* extend cluster tests
* fix cluster tests
* add tests for views and smart graphs
* address jslint errors
# Conflicts:
# arangod/Cluster/ClusterMethods.cpp
# arangod/Cluster/v8-cluster.cpp
# arangod/IResearch/IResearchAnalyzerFeature.cpp
# arangod/IResearch/IResearchAnalyzerFeature.h
# arangod/IResearch/IResearchLinkMeta.cpp
# arangod/RestHandler/RestAnalyzerHandler.cpp
# arangod/StorageEngine/PhysicalCollection.cpp
# arangod/VocBase/Methods/Indexes.cpp
# tests/IResearch/IResearchAnalyzerFeature-test.cpp
# tests/IResearch/IResearchFeature-test.cpp
# tests/IResearch/IResearchLinkHelper-test.cpp
# tests/IResearch/IResearchLinkMeta-test.cpp
# tests/IResearch/IResearchQueryOptimization-test.cpp
# tests/IResearch/IResearchViewDBServer-test.cpp
# tests/IResearch/IResearchViewSort-test.cpp
# tests/V8Server/v8-analyzers-test.cpp
# tests/VocBase/LogicalDataSource-test.cpp
* Update CHANGELOG
* Update CHANGELOG
2019-10-30 17:01:18 +03:00
Jan
2123fceb7a
cover more cases of "unique constraint violated" issues during replication ( #9829 )
...
* cover more cases of "unique constraint violated" issues during
replication
* add more testing
* fix compile error
2019-08-30 12:42:58 +03:00
Dronplane
1e24c79ca3
Bug fix/internal issue #565 ( #9154 )
...
* Merged latest iresearch. Removed creation of build-in analyzers from tests
* Updated tests for new analyzer parameter names
* Merged fix for format from iresearch
* Apply suggestions from code review. Corrected typo in variable name.
Co-Authored-By: Jan <jsteemann@users.noreply.github.com>
* backport changes from IResearch upstream
* fix compilation issues
* backport fix from IResarch upstream
* Fixed analyzer parameter name in tests
2019-06-03 18:20:23 +03:00
Jan Christoph Uhde
677a79026c
Foxx Security ( #8845 )
2019-04-25 09:56:29 +02:00
Vasiliy
030637c1c7
issue 526.8: remove remaining deprecated code from analyzer feature, use simplified analyzer names for fields ( #8689 )
...
* issue 526.8: remove remaining deprecated code from analyzer feature, use simplified analyzer names for fields
* address test failures
* remove debug logging
2019-04-10 13:10:25 +03:00
KVS85
4ea1675e74
Allow replication suite filtering ( #8586 )
2019-03-26 20:25:14 +03:00