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

Race conditions in ServletMethodExecutor when doing parallel testing #319

Closed
lprimak opened this issue Mar 6, 2021 · 1 comment · Fixed by #321
Closed

Race conditions in ServletMethodExecutor when doing parallel testing #319

lprimak opened this issue Mar 6, 2021 · 1 comment · Fixed by #321

Comments

@lprimak
Copy link
Contributor

lprimak commented Mar 6, 2021

Issue Overview

Minor race condition discovered that causes 503 Service Unavailable stack trace
in org.jboss.arquillian.protocol.servlet(5).ServletMethodExecutor class

The issue is that when timer is canceled, an already-running timer can hit an application
that was already undeployed.

Additional Information

PR is coming to fix this.
Fix testing with MicroProfile SDK

@lprimak
Copy link
Contributor Author

lprimak commented Mar 9, 2021

Payara JIRA QACI-638

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 a pull request may close this issue.

1 participant