Skip to content

Resilience Suite flakiness at fixture startup #469

Description

@ksuderman

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions