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 randomly failing SubscriptionHasToBeCancelledOnWebSocketCloseTestCase #1561

Merged
merged 1 commit into from
Sep 19, 2022

Conversation

acanda
Copy link
Contributor

@acanda acanda commented Sep 16, 2022

SubscriptionHasToBeCancelledOnWebSocketCloseTestCase was randomly failing on my machine because the hard-coded sleeps were not long enough. I replaced the sleeps with awaits that wait until the things the test expects actually happen or fail when it takes too long.

@acanda acanda changed the title Fix a randomly failing SubscriptionHasToBeCancelledOnWebSocketCloseTestCase Fix randomly failing SubscriptionHasToBeCancelledOnWebSocketCloseTestCase Sep 16, 2022
Copy link
Member

@phillip-kruger phillip-kruger left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, Thanks !

@phillip-kruger phillip-kruger added this to the 2.0.0 milestone Sep 19, 2022
@phillip-kruger phillip-kruger merged commit 2cf3e66 into smallrye:main Sep 19, 2022
@phillip-kruger
Copy link
Member

@jmartisk the WF build fails with noclassdeffound. Can you check ?

@jmartisk
Copy link
Member

@phillip-kruger that's expected because wildfly hasn't upgraded to jandex 3 yet

@phillip-kruger
Copy link
Member

Ok cool, thanks

@acanda acanda deleted the fix-heisentest branch September 19, 2022 06:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants