[arquillian-issues] [JBoss JIRA] (ARQ-2026) Client activity failures should have more priority over server activities

Christian Schulz (JIRA) issues at jboss.org
Fri Apr 15 04:29:00 EDT 2016


Christian Schulz created ARQ-2026:
-------------------------------------

             Summary: Client activity failures should have more priority over server activities
                 Key: ARQ-2026
                 URL: https://issues.jboss.org/browse/ARQ-2026
             Project: Arquillian
          Issue Type: Enhancement
          Components: Extension - Warp
    Affects Versions: warp_1.0.0.Alpha7
            Reporter: Christian Schulz


I have noticed multiple times that my warp tests are failing caused by ServerWarpExecutionException.

In my research I found out that the DefaultWarpExecutor prefers to show server activity failures over client activity failures.

In my opinion client failures should be handled with higher priority, because in most cases the failing client activities is the reason for the server activity failure f.e. with asserts.

I would suggest to ignore AssertionErrors from server activities if there is a catched client exception.



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the arquillian-issues mailing list