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 flaky HttpSecurityPolicySecurityEventTest #37814

Merged

Conversation

michalvavrik
Copy link
Member

@michalvavrik michalvavrik commented Dec 18, 2023

Here #37795 I've mentioned that HttpSecurityPolicySecurityEventTest is flaky. My only explanation is that when @BeforeEach is called to clear events, asynchronous event is yet to be delivered because in some tests, I didn't assert it's count. Therefore now that expected number of asynchronous events is always checked, it shouldn't have reason to fail. I also checked other SecurityEvent tests and I don't see an issue there.

Copy link

quarkus-bot bot commented Dec 18, 2023

✔️ The latest workflow run for the pull request has completed successfully.

It should be safe to merge provided you have a look at the other checks in the summary.

@sberyozkin sberyozkin merged commit cdbfbc6 into quarkusio:main Dec 18, 2023
19 checks passed
@quarkus-bot quarkus-bot bot added this to the 3.7 - main milestone Dec 18, 2023
@michalvavrik michalvavrik deleted the feature/fix-flaky-security-event-tests branch December 18, 2023 17:35
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.

2 participants