Skip to content
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-3219: Fix inV() and outV() missing results #3221

Merged
merged 12 commits into from
May 29, 2024

Conversation

cn337131
Copy link
Member

@cn337131 cn337131 commented May 22, 2024

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

Copy link

codecov bot commented May 22, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

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

Additional details and impacted files
@@              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     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@GCHQDeveloper314 GCHQDeveloper314 merged commit 8df736a into develop May 29, 2024
26 checks passed
@GCHQDeveloper314 GCHQDeveloper314 deleted the gh-3219-fix-inV-outV-bug branch May 29, 2024 10:19
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.

inV() and outV() not supported on GafferPopEdges
4 participants