You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
After a GetAllElements operation when the result is an Edge, the map store returns matchedVertex but the accumulo store does not. Which is correct behaviour and why the difference?
To Reproduce
Add an Edge to a map store backed graph. Do GetAllElements. Result contains "matchedVertex": "SOURCE"
Expected behavior
It probably should not as this is not very useful, it will always match on source for GetAllElements
Additional context
Added a branch with temporary test to show behaviour: 6904676
The text was updated successfully, but these errors were encountered:
* Added temporary test to show inconsistency
* remove demo test showing inconsistency
* remove duplication
* Remove bug by creating new edge for matched Vertex SOURCE
* add test to confirm changes
* remove ref to Edge id
* remove public modifier from test
* remove repeated copyright header
* remove unused import
* address comments
* disable failing integration tests - see #3314
I think the map store implementation for MatchedVertex is now correct
We need to investigate the behaviour for Accumulo
* disable test, copyright headers
* try again
* headers
---------
Co-authored-by: t92549 <t92549@users.noreply.github.com>
Co-authored-by: p29876 <165825455+p29876@users.noreply.github.com>
Co-authored-by: wb36499 <166839644+wb36499@users.noreply.github.com>
Describe the bug
After a GetAllElements operation when the result is an Edge, the map store returns matchedVertex but the accumulo store does not. Which is correct behaviour and why the difference?
To Reproduce
Add an Edge to a map store backed graph. Do GetAllElements. Result contains
"matchedVertex": "SOURCE"
Expected behavior
It probably should not as this is not very useful, it will always match on source for GetAllElements
Additional context
Added a branch with temporary test to show behaviour: 6904676
The text was updated successfully, but these errors were encountered: