You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/11/29 08:49:02 UTC

[GitHub] [arrow] milesgranger opened a new issue, #14760: [Python] Find and resolve unclosed socket ResourceWarnings

milesgranger opened a new issue, #14760:
URL: https://github.com/apache/arrow/issues/14760

   ### Describe the enhancement requested
   
   https://github.com/apache/arrow/pull/14729 Addresses test warnings, but there are seemingly harder-to-find `ResourceWarning`s for unclosed sockets:
   
   > opt/conda/envs/arrow/lib/python3.7/site-packages/pyarrow/tests/parquet/test_dataset.py::test_read_partitioned_directory_s3fs_wrapper[False]
     /opt/conda/envs/arrow/lib/python3.7/site-packages/_pytest/fixtures.py:907: ResourceWarning: unclosed <socket.socket fd=256, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('127.0.0.1', 37954), raddr=('127.0.0.1', 58351)>
       fixture_result = fixturefunc(**kwargs)
     Enable tracemalloc to get traceback where the object was allocated.
     See https://docs.pytest.org/en/stable/how-to/capture-warnings.html#resource-warnings for more info.
     
     [Link to all warnings](https://github.com/apache/arrow/actions/runs/3568052561/jobs/5996480154#step:6:5754)
   
   ### Component(s)
   
   Python


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] jorisvandenbossche commented on issue #14760: [Python] Find and resolve unclosed socket ResourceWarnings

Posted by GitBox <gi...@apache.org>.
jorisvandenbossche commented on issue #14760:
URL: https://github.com/apache/arrow/issues/14760#issuecomment-1330346771

   This is basically https://issues.apache.org/jira/browse/ARROW-17651? 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] milesgranger closed issue #14760: [Python] Find and resolve unclosed socket ResourceWarnings

Posted by GitBox <gi...@apache.org>.
milesgranger closed issue #14760: [Python] Find and resolve unclosed socket ResourceWarnings
URL: https://github.com/apache/arrow/issues/14760


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org