arquillian / arquillian-core

Arquillian provides a component model for integration tests, which includes dependency injection and container life cycle management. Instead of managing a runtime in your test, Arquillian brings your test to the runtime.

Home Page:http://arquillian.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Race conditions in ServletMethodExecutor when doing parallel testing

lprimak opened this issue · comments

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

Payara JIRA QACI-638