Github user okram commented on the issue:

    https://github.com/apache/tinkerpop/pull/565
  
    Gremlin-Python has failed twice for me locally now. :/ I'll keep reviewing 
the code aspects of Groovy.
    
    ```
    [WARNING] Request for side-effect keys on 
b5f1b521-1431-4ee2-892d-191d3c47a500 returned no side-effects in the cache
    [WARNING] Could not find side-effects for 
b5f1b521-1431-4ee2-892d-191d3c47a500.
    [WARNING] Could not find side-effect key for x in 
fbeaa674-19f5-4629-9f11-289ff65a2c32.
         [exec] tests/driver/test_driver_remote_connection.py ......
         [exec] tests/driver/test_driver_remote_connection_threaded.py ..
         [exec] tests/process/test_strategies.py ..
         [exec] tests/process/test_traversal.py ...
         [exec] tests/structure/test_graph.py ..
         [exec] tests/structure/io/test_graphson.py ...........
         [exec]
         [exec]  generated xml file: 
/Users/marko/software/tinkerpop/gremlin-python/target/python-reports/TEST-native-python.xml
         [exec] =================================== FAILURES 
===================================
         [exec] ______________________________ test_client_async 
_______________________________
         [exec]
         [exec] client = <gremlin_python.driver.client.Client instance at 
0x10b226cf8>
         [exec]
         [exec]     def test_client_async(client):
         [exec]         g = Graph().traversal()
         [exec]         t = g.V()
         [exec]         message = RequestMessage('traversal', 'bytecode', 
{'gremlin': t.bytecode})
         [exec]         future = client.submitAsync(message)
         [exec] >       assert not future.done()
         [exec] E       assert not True
         [exec] E        +  where True = <bound method Future.done of <Future 
at 0x10b016150 state=finished returned ResultSet>>()
         [exec] E        +    where <bound method Future.done of <Future at 
0x10b016150 state=finished returned ResultSet>> = <Future at 0x10b016150 
state=finished returned ResultSet>.done
         [exec]
         [exec] tests/driver/test_client.py:75: AssertionError
         [exec] ===================== 1 failed, 35 passed in 2.71 seconds 
======================
    ```


---
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