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

GafferPop not filtering edges by label #3203

Closed
p29876 opened this issue May 2, 2024 · 0 comments · Fixed by #3206
Closed

GafferPop not filtering edges by label #3203

p29876 opened this issue May 2, 2024 · 0 comments · Fixed by #3206
Assignees
Labels
bug Confirmed or suspected bug tinkerpop Specific to/touches the tinkerpop module
Milestone

Comments

@p29876
Copy link
Member

p29876 commented May 2, 2024

Describe the bug
The following gremlin query fails in the Cucumber test suite

g.V().choose(__.out('knows').count().is(P.gt(0)),
             __.out("knows"),
             __.identity())
      .values('name')

This is due to out('knows') not filtering the edges

@p29876 p29876 added bug Confirmed or suspected bug tinkerpop Specific to/touches the tinkerpop module labels May 2, 2024
@p29876 p29876 self-assigned this May 2, 2024
p29876 added a commit that referenced this issue May 2, 2024
GCHQDeveloper314 pushed a commit that referenced this issue May 9, 2024
* Gh-3203 GafferPop filter edges by edge labels
Fix federated test

* add tests
@GCHQDeveloper314 GCHQDeveloper314 added this to the v2.2.1 milestone May 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Confirmed or suspected bug tinkerpop Specific to/touches the tinkerpop module
Projects
None yet
2 participants