Hello Michael Smith, Impala Public Jenkins,
I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/23992
to look at the new patch set (#2).
Change subject: IMPALA-14750: Reduce leaked socket warnings in pytest - part 1
......................................................................
IMPALA-14750: Reduce leaked socket warnings in pytest - part 1
Fixes some of the common causes of warnings like
ResourceWarning: unclosed <socket.socket fd=40, family=AddressFamily.AF_INET,
type=SocketKind.SOCK_STREAM, proto=0, laddr=('127.0.0.1', 45860),
raddr=('127.0.0.1', 21050)>
The fix is not perfect, e.g. it doesn't close the socket
if there is a test failure in some cases. The goal is to quickly
reduce the noise in tests, as this is a possible cause
behind some issues (e.g. running out of memory when publishing
results).
Change-Id: I95a3d0fbb4053bf5ab3e83175b38481bb15bf379
---
M tests/common/impala_test_suite.py
M tests/custom_cluster/test_ipv6.py
M tests/query_test/test_udfs.py
3 files changed, 14 insertions(+), 8 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/92/23992/2
--
To view, visit http://gerrit.cloudera.org:8080/23992
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I95a3d0fbb4053bf5ab3e83175b38481bb15bf379
Gerrit-Change-Number: 23992
Gerrit-PatchSet: 2
Gerrit-Owner: Csaba Ringhofer <[email protected]>
Gerrit-Reviewer: Impala Public Jenkins <[email protected]>
Gerrit-Reviewer: Michael Smith <[email protected]>