RobertIndie commented on PR #963:
URL: https://github.com/apache/pulsar-client-go/pull/963#issuecomment-1451247161
> @RobertIndie
>
> It seems that the newly added unit test has a timeout.
>
> ```shell
> time="2023-03-01T10:41:21Z" level=info msg="Connecting to broker"
remote_addr="pulsar://localhost:6650"
> time="2023-03-01T10:41:21Z" level=info msg="TCP connection established"
local_addr="127.0.0.1:42264" remote_addr="pulsar://localhost:6650"
> time="2023-03-01T10:41:21Z" level=info msg="Connection is ready"
local_addr="127.0.0.1:42264" remote_addr="pulsar://localhost:6650"
> client_impl_test.go:1224:
> Error Trace:
/pulsar/pulsar-client-go/pulsar/client_impl_test.go:1224
> Error: Expected nil, but got:
&errors.errorString{s:"request timed out"}
> Test: TestAutoCloseIdleConnection
> coverage: 29.7% of statements
> panic: test timed out after 20m0s
> ```
@shibd Thanks. It's a deadlock issue. I have fixed it.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]