-
Notifications
You must be signed in to change notification settings - Fork 358
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
Gh-2840: MapStore MatchedVertex inconsistent #3297
Gh-2840: MapStore MatchedVertex inconsistent #3297
Conversation
...tion/map-store/src/test/java/uk/gov/gchq/gaffer/mapstore/impl/GetAllElementsHandlerTest.java
Outdated
Show resolved
Hide resolved
core/operation/src/main/java/uk/gov/gchq/gaffer/operation/data/EdgeSeed.java
Show resolved
Hide resolved
...lementation/map-store/src/main/java/uk/gov/gchq/gaffer/mapstore/impl/AddElementsHandler.java
Show resolved
Hide resolved
...lementation/map-store/src/main/java/uk/gov/gchq/gaffer/mapstore/impl/AddElementsHandler.java
Show resolved
Hide resolved
...tion/map-store/src/test/java/uk/gov/gchq/gaffer/mapstore/impl/GetAllElementsHandlerTest.java
Outdated
Show resolved
Hide resolved
...tion/map-store/src/test/java/uk/gov/gchq/gaffer/mapstore/impl/GetAllElementsHandlerTest.java
Outdated
Show resolved
Hide resolved
I think the map store implementation for MatchedVertex is now correct We need to investigate the behaviour for Accumulo
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #3297 +/- ##
=============================================
- Coverage 67.94% 67.94% -0.01%
Complexity 2596 2596
=============================================
Files 955 955
Lines 30530 30530
Branches 3369 3369
=============================================
- Hits 20745 20744 -1
Misses 8306 8306
- Partials 1479 1480 +1 ☔ View full report in Codecov by Sentry. |
Ready for re-review |
|
Related issue