]
Peter Probst commented on ARQ-1816:
-----------------------------------
Also in the case, when inserting table data with dbUnit and there are problems in the test
data (e.g. data too long for column) the exceptions are lost in the framework...
Arquillian core is eating up framework exceptions
-------------------------------------------------
Key: ARQ-1816
URL:
https://issues.jboss.org/browse/ARQ-1816
Project: Arquillian
Issue Type: Bug
Security Level: Public(Everyone can see)
Affects Versions: 1.1.4.Final
Environment: wildfly 8.1.0.Final, arq bom 1.1.4.Final, persistence extension
1.0.0.Alpha7, shrinkwrap resolver bom 2.1.1 (and arquillian-suite-extension 1.1.1)
Reporter: Peter Probst
using arquillian-suite-extension with arquillian-persistence-extension i found that
arquillian is eating up severe exceptions. The test runner reports success on all tests -
but non of the tests are running correctly. I have created a maven example project for
arquillian-suite-extension to show the problem, that the suite extension is not working
correctly with the persistence extension. This sample project can be used to reproduce
also the exception handling problem.