[jboss-jira] [JBoss JIRA] (WFLY-8124) Unify arquillian defaultProtocol in TS

Ondrej Chaloupka (Jira) issues at jboss.org
Tue Aug 27 12:28:00 EDT 2019


    [ https://issues.jboss.org/browse/WFLY-8124?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13775970#comment-13775970 ] 

Ondrej Chaloupka commented on WFLY-8124:
----------------------------------------

[~jamezp] ok, I see. Then another possible issue is this http://discuss.arquillian.org/t/solved-randomly-before-method-runs-twice/193/4
I rerun the XTS and RTS testsuite without explicitly specify the protocol and they worked fine on my machine. But I'm not sure if there could be some instabilities on CI etc.

[~mkopecky] what's the reason behind the need to unify arquillian `defaultProtocol`? I tend to reject this issue as I think the change is not necessary and it could cause side effects.

> Unify arquillian defaultProtocol in TS
> --------------------------------------
>
>                 Key: WFLY-8124
>                 URL: https://issues.jboss.org/browse/WFLY-8124
>             Project: WildFly
>          Issue Type: Enhancement
>          Components: Test Suite, XTS
>            Reporter: Marek Kopecky
>            Assignee: Ondrej Chaloupka
>            Priority: Major
>
> Unify arquillian defaultProtocol in TS
> xts a rts module use servlet protocol. Jmx protocol is standard protocol:
> {noformat}
> [mkopecky at dhcp-10-40-5-170 base] (7.x)$ git grep defaultProtocol | grep -i servlet
> testsuite/integration/rts/src/test/config/arq/arquillian.xml:    <defaultProtocol type="Servlet 3.0" />
> testsuite/integration/xts/src/test/config/arq/arquillian.xml:    <defaultProtocol type="Servlet 3.0" />
> [mkopecky at dhcp-10-40-5-170 base] (7.x)$ git grep defaultProtocol | grep -iv servlet | wc -l
> 13
> [mkopecky at dhcp-10-40-5-170 base] (7.x)$
> {noformat}



--
This message was sent by Atlassian Jira
(v7.13.5#713005)


More information about the jboss-jira mailing list