shibd opened a new issue, #980: URL: https://github.com/apache/pulsar-client-go/issues/980
[example failure](https://github.com/apache/pulsar-client-go/actions/runs/4349818338/jobs/7601251635) <details> <summary>Log</summary> <pre><code> === RUN TestChunksEnqueueFailed time="2023-03-07T04:08:35Z" level=info msg="Connecting to broker" remote_addr="pulsar://localhost:6650" time="2023-03-07T04:08:35Z" level=info msg="TCP connection established" local_addr="127.0.0.1:58584" remote_addr="pulsar://localhost:6650" time="2023-03-07T04:08:35Z" level=info msg="Connection is ready" local_addr="127.0.0.1:58584" remote_addr="pulsar://localhost:6650" time="2023-03-07T04:08:35Z" level=info msg="Connected producer" cnx="127.0.0.1:58584 -> 127.0.0.1:6650" epoch=0 topic="persistent://public/default/my-topic-655099802" time="2023-03-07T04:08:35Z" level=info msg="Created producer" cnx="127.0.0.1:58584 -> 127.0.0.1:6650" producerID=1 producer_name=standalone-0-429 topic="persistent://public/default/my-topic-655099802" message_chunking_test.go:297: Error Trace: /pulsar/pulsar-client-go/pulsar/message_chunking_test.go:297 Error: An error is expected but got nil. Test: TestChunksEnqueueFailed message_chunking_test.go:298: Error Trace: /pulsar/pulsar-client-go/pulsar/message_chunking_test.go:298 Error: Expected nil, but got: &pulsar.chunkMessageID{messageID:(*pulsar.messageID)(0xc000ea6760), firstChunkID:(*pulsar.messageID)(0xc000bd1e60), receivedTime:time.Time{wall:0x0, ext:0, loc:(*time.Location)(nil)}, consumer:pulsar.acker(nil)} Test: TestChunksEnqueueFailed time="2023-03-07T04:08:35Z" level=info msg="Closing producer" producerID=1 producer_name=standalone-0-429 topic="persistent://public/default/my-topic-655099802" time="2023-03-07T04:08:35Z" level=info msg="Closed producer" producerID=1 producer_name=standalone-0-429 topic="persistent://public/default/my-topic-655099802" --- FAIL: TestChunksEnqueueFailed (0.08s) </code></pre> </details> -- 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]
