Aki Sukegawa created THRIFT-3738:
------------------------------------
Summary: [D] client_pool_test is flaky
Key: THRIFT-3738
URL: https://issues.apache.org/jira/browse/THRIFT-3738
Project: Thrift
Issue Type: Bug
Environment: Jenkins
Travis-CI
Reporter: Aki Sukegawa
The test has many sleep calls.
At least one of them is not enough.
Increasing every duration would certainly workaround the failure but would make
the test case to take a long time to complete.
{code}
thrift.base.TCompoundOperationException@src/thrift/transport/socket.d(256): All
addresses tried failed (127.0.0.1:9090: "Unable to connect socket: Connection
refused", 127.0.0.1:9090: "Unable to connect socket: Connection refused",
127.0.0.1:9090: "Unable to connect socket: Connection refused").
FAIL: client_pool_test
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)