Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

fix lock renewal test to take into account amqp flow #213

Merged
merged 5 commits into from
Mar 4, 2021

Conversation

serbrech
Copy link
Member

go-amqp now takes message dispostion into account to adjust the flow
this means that no credits are provided to the sender
until a disposition is sent for a given message.

previous test handled messages concurrently without completing them
and this won't work anymore, unless the prefetch is set higher.

amqp now takes message dispostion into account to adjust the flow
this means that no credits are provided to the sender
until a disposition is sent for a given message.

previous test handled messages concurrently without completing them
and this won't work anymore, unless the prefetch is set higher.
@serbrech serbrech changed the title prove faster lock proof fix lock renewal test to take into account amqp flow Feb 25, 2021
@jhendrixMSFT jhendrixMSFT merged commit 73da336 into Azure:master Mar 4, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants