gchq / Gaffer

A large-scale entity and relation database supporting aggregation of properties
Apache License 2.0
1.75k stars 354 forks source link

Gh-3219: Fix inV() and outV() missing results #3221

Closed cn337131 closed 1 month ago

cn337131 commented 1 month ago

Implemented a fix which will use an Operation Chain to search the graph for the vertex by ID to get the right results. Fixes 32 cucumber tests.

Related issue

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 66.88%. Comparing base (c094be2) to head (7c6570b).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #3221 +/- ## ============================================= + Coverage 66.86% 66.88% +0.01% + Complexity 2557 2556 -1 ============================================= Files 912 912 Lines 29287 29303 +16 Branches 3266 3267 +1 ============================================= + Hits 19583 19598 +15 Misses 8258 8258 - Partials 1446 1447 +1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.