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

Enable CompensationScopedTestCase as it was disabled based on intermittent failures

    XMLWordPrintable

Details

    • Hide

      I simulated the ordering of the tests as it was in the failing CI job - you can check here, it's hacky way:

      https://github.com/ochaloup/wildfly/tree/WFLY-9871-reordering-testcases

      for decreasing number of thread to be used the io subsystem could be changed.

      <subsystem xmlns="urn:jboss:domain:io:2.0">
        <worker name="default" task-max-threads="3" io-threads="3" />
        <buffer-pool name="default"/>
      </subsystem>
      

      Tried to run with elytron as it was the case where intermittent failures happened. No idea about relationship of the issue and the elytron.

      cd testsuite/integration/xts
      mvn test -Delytron
      
      Show
      I simulated the ordering of the tests as it was in the failing CI job - you can check here, it's hacky way: https://github.com/ochaloup/wildfly/tree/WFLY-9871-reordering-testcases for decreasing number of thread to be used the io subsystem could be changed. <subsystem xmlns= "urn:jboss:domain:io:2.0" > <worker name= " default " task-max-threads= "3" io-threads= "3" /> <buffer-pool name= " default " /> </subsystem> Tried to run with elytron as it was the case where intermittent failures happened. No idea about relationship of the issue and the elytron. cd testsuite/integration/xts mvn test -Delytron

    Description

      The CompensationScopedTestCase should be enabled again.

      It was disabled based on the intermittent failures at jira WFLY-9871. See the discussion there for more details.

      From my review it sounds that this could be a functional issue but it's hard to say as I was not able to reproduce the behaviour.

      Attachments

        Issue Links

          Activity

            People

              rhn-engineering-mmusgrov Michael Musgrove
              ochaloup@redhat.com Ondrej Chaloupka (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: