Uploaded image for project: 'WildFly'
  1. WildFly
  2. WFLY-17671

FineHotRodSessionExpirationTestCase fails intermittently

XMLWordPrintable

    • ---
    • ---

      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

      CI Run
      https://ci.wildfly.org/buildConfiguration/WF_PullRequest_LinuxJdk17/353332?hideProblemsFromDependencies=false&hideTestsFromDependencies=false&expandBuildChangesSection=true&expandBuildTestsSection=true

      test history on CI
      https://ci.wildfly.org/test/7800764756943311093?currentProjectId=WF_PullRequest&expandTestHistoryChartSection=true

              Unassigned Unassigned
              rhn-engineering-rhusar Radoslav Husar
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated: