Uploaded image for project: 'Arquillian'
  1. Arquillian
  2. ARQ-1816

Arquillian core is eating up framework exceptions

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 1.1.5.Final
    • 1.1.4.Final
    • None
    • None
    • Hide

      From my description for suite-extension on https://github.com/ingwarsw/arquillian-suite-extension/issues/10:

      Hi Karol,
      you find a maven sample project here: https://dl.dropboxusercontent.com/u/27838682/axon-arquillian-test.zip

      the main project is axon-arquillian-test-main

      Infrastructure needed:

      a local wildfly 8.1.0.Final
      a mysql db with empty test schema
      a configured datasource in wildfly to mysql test schema

      Configuration needed in axon-arquillian-test-main.pom:

      set the properties for jta.test.datasource, jboss.host, jboss.port, jboss.admin.user, jboss.admin.password

      When running the Tests in axon-arquillian-test-access:

      if @ArquillianSuiteDeployment in BaseEntitySuite is commented out the persistence tests run fine
      if @ArquillianSuiteDeployment in BaseEntitySuite is commented in the tests fail, but the junit runner gets Success
      set a breakpoint in org.jboss.arquillian.core.impl.ManagerImpl.fire in the catch area, then you see the exceptions

      Thank you for your effort.
      Peter

      Show
      From my description for suite-extension on https://github.com/ingwarsw/arquillian-suite-extension/issues/10: Hi Karol, you find a maven sample project here: https://dl.dropboxusercontent.com/u/27838682/axon-arquillian-test.zip the main project is axon-arquillian-test-main Infrastructure needed: a local wildfly 8.1.0.Final a mysql db with empty test schema a configured datasource in wildfly to mysql test schema Configuration needed in axon-arquillian-test-main.pom: set the properties for jta.test.datasource, jboss.host, jboss.port, jboss.admin.user, jboss.admin.password When running the Tests in axon-arquillian-test-access: if @ArquillianSuiteDeployment in BaseEntitySuite is commented out the persistence tests run fine if @ArquillianSuiteDeployment in BaseEntitySuite is commented in the tests fail, but the junit runner gets Success set a breakpoint in org.jboss.arquillian.core.impl.ManagerImpl.fire in the catch area, then you see the exceptions Thank you for your effort. Peter

    Description

      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.

      Attachments

        Activity

          People

            Unassigned Unassigned
            peter.probst Peter Probst (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: