Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix RR bug introduced in the last race fix #19568

Merged
merged 1 commit into from
Aug 23, 2021

Conversation

stuartwdouglas
Copy link
Member

A return was missing that mean't that it would continue to execute the
handler chain on abort.

Also prevent close() being called twice and reduce the wait time for the
tests to speed up execution.

A return was missing that mean't that it would continue to execute the
handler chain on abort.

Also prevent close() being called twice and reduce the wait time for the
tests to speed up execution.
@quarkus-bot
Copy link

quarkus-bot bot commented Aug 23, 2021

Failing Jobs - Building 570c28c

Status Name Step Test failures Logs Raw logs
Native Tests - Data3 Build ⚠️ Check → Logs Raw logs

@stuartwdouglas stuartwdouglas merged commit ffd3104 into quarkusio:main Aug 23, 2021
@quarkus-bot quarkus-bot bot added this to the 2.3 - main milestone Aug 23, 2021
@gsmet gsmet modified the milestones: 2.3 - main, 2.1.4.Final Aug 23, 2021
@famod
Copy link
Member

famod commented Aug 23, 2021

FWIW, this doesn't fix AsyncRequestFilterTest on my machine, but #19595 does!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants