You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test: fix flaky pika integration test — poll basic_get instead of immediate get
test_publish_sets_contract_amqp_properties published then did a single
immediate basic_get on a separate channel; a freshly published message is
not always retrievable on the very next get, so it intermittently returned
None (AssertionError: unexpectedly None). Add a short poll-with-timeout
helper (_get) and use it for both basic_get sites.
0 commit comments