The Resilience Suite job in the pulsar workflow intermittently fails at fixture setup with:
TimeoutError: Pulsar did not bind <mode> consumers within 60.0s
test/resilience/harness/pulsar_control.py:199
The bind-wait helper in harness/pulsar_control.py documents this path as racy: "Polling the broker for a non-zero consumer count is racy after a kill+restart cycle: the old consumer count can linger." The 60s wait at pulsar_control.py:199 is the hard cutoff that trips.
The Resilience Suite job in the pulsar workflow intermittently fails at fixture setup with:
The bind-wait helper in
harness/pulsar_control.pydocuments this path as racy: "Polling the broker for a non-zero consumer count is racy after a kill+restart cycle: the old consumer count can linger." The 60s wait at pulsar_control.py:199 is the hard cutoff that trips.