[jboss-jira] [JBoss JIRA] (WFLY-6539) SingletonDeploymentDescriptorTestCase and SingletonDeploymentJBossAllTestCase fails due to http-trace disallowed

Tomaz Cerar (JIRA) issues at jboss.org
Wed Apr 20 10:40:00 EDT 2016


     [ https://issues.jboss.org/browse/WFLY-6539?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tomaz Cerar closed WFLY-6539.
-----------------------------
    Resolution: Duplicate Issue


This was already fixed as part of WFCORE-1347 / JBEAP-3177

> SingletonDeploymentDescriptorTestCase and SingletonDeploymentJBossAllTestCase fails due to http-trace disallowed
> ----------------------------------------------------------------------------------------------------------------
>
>                 Key: WFLY-6539
>                 URL: https://issues.jboss.org/browse/WFLY-6539
>             Project: WildFly
>          Issue Type: Bug
>          Components: Test Suite
>    Affects Versions: 10.0.0.Final
>            Reporter: Ivan Straka
>            Assignee: Ivan Straka
>            Priority: Minor
>
> There are two tests
> * SingletonDeploymentDescriptorTestCase 
> * SingletonDeploymentJBossAllTestCase
> that fails because http-trace is disallowed
> {code:java}
>  Error Details
> expected:<200> but was:<405>
>  Stack Trace
> java.lang.AssertionError: expected:<200> but was:<405>
> 	at org.junit.Assert.fail(Assert.java:88)
> 	at org.junit.Assert.failNotEquals(Assert.java:834)
> 	at org.junit.Assert.assertEquals(Assert.java:645)
> 	at org.junit.Assert.assertEquals(Assert.java:631)
> 	at org.jboss.as.test.clustering.cluster.singleton.SingletonDeploymentTestCase.test(SingletonDeploymentTestCase.java:107)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> ...
> {code}
> We need to enable http-trace requests in clustering configurations.



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


More information about the jboss-jira mailing list