Github user dalaro commented on the issue:

    https://github.com/apache/tinkerpop/pull/372
  
    Thanks for the replies.
    
    @spmallette I will investigate whether this behavior also exists on 3.1 and 
retarget if so.  I think this will involve making a standalone test instead of 
just testing TP against my app and stimulating the failure that way.
    
    @okram Yes, I realize that bothE() should return two edges.  The problem 
this PR tried to address was that, after applying an inE graph filter to a 
self-looped StarVertex, the StarVertex had two edges in its outEdges map and no 
edges in its inEdges map (should be one each).  I think this is not just some 
obscure internals problem, because I discovered it through a traversal.  Maybe 
I can articulate this better with a test.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to