EventRecording done in AbstractManagerTestBase is not thread safe
-----------------------------------------------------------------
Key: ARQ-1910
URL:
https://issues.jboss.org/browse/ARQ-1910
Project: Arquillian
Issue Type: Bug
Components: Base Implementation
Affects Versions: 1.1.6.Final
Reporter: Aslak Knutsen
Assignee: Aslak Knutsen
Fix For: 1.1.7.Final
When combining the Arquillian Core extension test framework and the ExecutorService one
might get false event counts.
The EventRecorder counts / stores events in a non thread safe way, which essential mean
it occasionally might record fewer events then actually happened.