8000 Feature/hybrid smart graph testsuite by hkernbach · Pull Request #14056 · arangodb/arangodb · GitHub
[go: up one dir, main page]

Skip to content

Feature/hybrid smart graph testsuite #14056

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 109 commits into from
Jun 30, 2021

Conversation

hkernbach
Copy link
Member

Scope & Purpose

Addding testsuite (ee) and setup prep. for hybrid smart graphs.

mchacki and others added 30 commits April 21, 2021 11:35
…godb into feature/hybrid-smart-graph-testsuite
…thub.com:arangodb/arangodb into feature/hybrid-smart-graph-testsuite
…godb into feature/hybrid-smart-graph-testsuite
…godb into feature/hybrid-smart-graph-testsuite
…esult instead - will lead to more flexibility handling the result
…riant, we need to modify the result to have it correct
hkernbach and others added 24 commits June 14, 2021 15:19
…ngodb/arangodb into feature/hybrid-smart-graph-testsuite
…ut needs help of an enterprise component that des not yet exist
…godb into feature/hybrid-smart-graph-testsuite
…se them from different places as long as we do not do it in multithreaded fashion
…ngodb/arangodb into feature/hybrid-smart-graph-testsuite
…godb into feature/hybrid-smart-graph-testsuite
…ngodb/arangodb into feature/hybrid-smart-graph-testsuite
@mchacki mchacki self-requested a review June 24, 2021 09:25
Copy link
Member
@mchacki mchacki left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

There are some leftovers, that we have covered by Kanban Cards and will work on before merging back to devel.


if (!ServerState::instance()->isCoordinator()) {
// Create IndexAccessor for BaseProviderOptions (TODO: Location need to
// be changed in the future) create BaseProviderOptions
BaseProviderOptions forwardProviderOptions(opts->tmpVar(), buildUsedIndexes(),

// TODO FIXME START - only tmp workaround - we'll provide an empty depth based index info (also add an alias for large type)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

KanbanCard will be improved in follow up PR.

@@ -415,6 +415,10 @@ void TraverserEngine::smartSearch(VPackSlice, VPackBuilder&) {
THROW_ARANGO_EXCEPTION(TRI_ERROR_ONLY_ENTERPRISE);
}

void TraverserEngine::smartSearchNew(VPackSlice, VPackBuilder&) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is temporary, after everything is done, we should have SmartSearch, and remove SmartSearchBFS / SmartSearch calls, as we do not need to distinguish this here.

@@ -56,6 +55,7 @@ class QueryExpressionContext : public ExpressionContext {
/// may be inaccessible on some platforms
transaction::Methods& trx() const override final;
bool killed() const override final;
QueryContext& query();
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

KanbanCard to remove this call, I think it is unused already.

_validator(_interior),
_interior(resourceMonitor),
_resultPath{_provider} {}
_validator(_provider, _interior, std::move(validatorOptions)),
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We need to fix this ordering.
The _interior is filled after it is handed over to _validator.

@mchacki mchacki marked this pull request as ready for review June 30, 2021 11:20
@mchacki mchacki merged commit 0392473 into feature/hybrid-smart-graph Jun 30, 2021
@mchacki mchacki deleted the feature/hybrid-smart-graph-testsuite branch June 30, 2021 13:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants
0