You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tinkerpop.apache.org by "Stephen Mallette (Jira)" <ji...@apache.org> on 2020/12/02 11:48:00 UTC

[jira] [Created] (TINKERPOP-2484) Python IOLoop close errors

Stephen Mallette created TINKERPOP-2484:
-------------------------------------------

             Summary: Python  IOLoop close errors
                 Key: TINKERPOP-2484
                 URL: https://issues.apache.org/jira/browse/TINKERPOP-2484
             Project: TinkerPop
          Issue Type: Improvement
          Components: python
    Affects Versions: 3.5.0
            Reporter: Stephen Mallette


When building gremlin-python on {{master}} there are a number of error messages in the logs when the tests complete - they look like this:

{code}
     [exec] ERROR:asyncio:Task was destroyed but it is pending!
     [exec] task: <Task pending coro=<WebSocketProtocol13._receive_frame_loop() done, defined at /home/smallette/git/apache/tinkerpop/gremlin-python/target/python3/env/lib/python3.6/site-packages/tornado-6.1-py3.6-linux-x86_64.egg/tornado/websocket.py:1113> wait_for=<Future pending cb=[<TaskWakeupMethWrapper object at 0x7fa0e9f88108>()]> cb=[IOLoop.add_future.<locals>.<lambda>() at /home/smallette/git/apache/tinkerpop/gremlin-python/target/python3/env/lib/python3.6/site-packages/tornado-6.1-py3.6-linux-x86_64.egg/tornado/ioloop.py:688]>
     [exec] ERROR:asyncio:Task was destroyed but it is pending!
{code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)