Uploaded image for project: 'JBoss Enterprise Application Platform'
  1. JBoss Enterprise Application Platform
  2. JBEAP-7765

failing test InboundCrashRecoveryTests

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 7.0.4.CR2, 7.0.4.GA
    • 7.0.4.CR1
    • Transactions
    • None
    • Regression
    • Hide

      git clone git@github.com:jbosstm/narayana.git

      git checkout 5.2.20.Final

      export JBOSS_HOME=...

      cp $JBOSS_HOME/docs/examples/configs/standalone-xts.xml $JBOSS_HOME/standalone/configuration/

      sed -i 's/(<recovery-environment )/\1 recovery-listener="true" /' $JBOSS_HOME/standalone/configuration/standalone-xts.xml

      cd txbridge

      mvn clean install -Parq -Dtest=InboundCrashRecoveryTests

      Show
      git clone git@github.com:jbosstm/narayana.git git checkout 5.2.20.Final export JBOSS_HOME=... cp $JBOSS_HOME/docs/examples/configs/standalone-xts.xml $JBOSS_HOME/standalone/configuration/ sed -i 's/(<recovery-environment )/\1 recovery-listener="true" /' $JBOSS_HOME/standalone/configuration/standalone-xts.xml cd txbridge mvn clean install -Parq -Dtest=InboundCrashRecoveryTests
    • EAP 7.0.4

    Description

      failing test InboundCrashRecoveryTests:

      Error Message

      • required minimum call count 1 but was 0

      Stacktrace

      java.lang.AssertionError: - required minimum call count 1 but was 0
      at org.junit.Assert.fail(Assert.java:88)
      at org.junit.Assert.assertTrue(Assert.java:41)
      at org.jboss.byteman.contrib.dtest.InstrumentedInstance.assertMethodCallCount(InstrumentedInstance.java:92)
      at org.jboss.byteman.contrib.dtest.InstrumentedClass.assertMethodCallCount(InstrumentedClass.java:112)
      at org.jboss.byteman.contrib.dtest.InstrumentedClass.assertMethodCalled(InstrumentedClass.java:124)
      at org.jboss.jbossts.txbridge.tests.inbound.junit.InboundCrashRecoveryTests.testCrashThreeLogs(InboundCrashRecoveryTests.java:212)

      Attachments

        Issue Links

          Activity

            People

              thjenkin@redhat.com Tom Jenkinson
              jbilek@redhat.com Jiří Bílek (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: