-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
27.0.1.Final
-
---
-
---
This fails on checking the attributes
Assert.assertEquals(destroyed, response.containsHeader(SessionOperationServlet.REMOVED_ATTRIBUTES));
which I am assuming is timing related, lets confirm that and see if we can stabilize it.
java.lang.AssertionError: expected:<true> but was:<false> at org.junit.Assert.fail(Assert.java:89) at org.junit.Assert.failNotEquals(Assert.java:835) at org.junit.Assert.assertEquals(Assert.java:120) at org.junit.Assert.assertEquals(Assert.java:146) at org.jboss.as.test.clustering.cluster.web.expiration.SessionExpirationTestCase.test(SessionExpirationTestCase.java:474) ...
Full log:
https://gist.github.com/rhusar/28caffe59fe04d0d33c15ab18741a3aa
test history on CI
https://ci.wildfly.org/test/7800764756943311093?currentProjectId=WF_PullRequest&expandTestHistoryChartSection=true
- is cloned by
-
JBEAP-25674 FineHotRodSessionExpirationTestCase fails intermittently
-
- Open
-