The GitHub Actions job "Golang Coverage" on rocketmq-clients.git/master has 
failed.
Run started by GitHub user lollipopjin (triggered by lollipopjin).

Head commit for run:
54724846e46e9bcef358b473317f27ebc6fc05a1 / Marandi269 
<[email protected]>
[Python] Fix PushConsumer not receiving messages (#1169)

Move reset_setting() before reset_metric() to ensure consumer
initialization completes even if reset_metric() throws an exception.

Root cause: reset_setting() was nested inside the metric check condition,
and reset_metric() could throw exceptions (e.g., when client_metrics is
not initialized), causing reset_setting() to never be called. This left
PushConsumer.__consumption as None, making __scan_assignment() return
early and never fetch messages.

Fixes #1168

Report URL: https://github.com/apache/rocketmq-clients/actions/runs/20803271675

With regards,
GitHub Actions via GitBox

Reply via email to