[jboss-jira] [JBoss JIRA] (WFLY-13052) Workaround MicroProfile Config TCK "ShouldThrowException" failure
Jeff Mesnil (Jira)
issues at jboss.org
Tue Feb 4 03:14:18 EST 2020
Jeff Mesnil created WFLY-13052:
----------------------------------
Summary: Workaround MicroProfile Config TCK "ShouldThrowException" failure
Key: WFLY-13052
URL: https://issues.redhat.com/browse/WFLY-13052
Project: WildFly
Issue Type: Component Upgrade
Components: MP Config
Reporter: Jeff Mesnil
Assignee: Jeff Mesnil
Some MicroProfile Config TCK tests expects deployment failure by annotating the @Deployment with @ShouldThrowException(DeploymentException.class).
Due to https://issues.redhat.com/browse/WFARQ-59, the deployment exception is not properly handled on the Arquillian client side and the test fails because, the thrown exception is not of the proper type.
This can be worked around by adding a DeploymentExceptionTransformer that will transform the exception into the proper type.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
More information about the jboss-jira
mailing list