[ 
https://issues.apache.org/jira/browse/GEODE-9929?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Donal Evans updated GEODE-9929:
-------------------------------
    Description: 
There are two distinct failures in the attached artifacts for this ticket. The 
first is the one below, which is the one triaged by Hale
{noformat}
org.apache.geode.internal.cache.RemoteTransactionDUnitTest > 
testTXCreationAndCleanupAtCommit FAILED
    org.apache.geode.test.dunit.RMIException: While invoking 
org.apache.geode.internal.cache.RemoteTransactionDUnitTest$8.call in VM 0 
running on Host 9acb6806d25d with 4 VMs
        at org.apache.geode.test.dunit.VM.executeMethodOnObject(VM.java:631)
        at org.apache.geode.test.dunit.VM.invoke(VM.java:473)
        at 
org.apache.geode.internal.cache.RemoteTransactionDUnitTest.doBasicChecks(RemoteTransactionDUnitTest.java:590)
        at 
org.apache.geode.internal.cache.RemoteTransactionDUnitTest.testTXCreationAndCleanupAtCommit(RemoteTransactionDUnitTest.java:565)
        Caused by:
        java.lang.AssertionError
            at org.junit.Assert.fail(Assert.java:87)
            at org.junit.Assert.assertTrue(Assert.java:42)
            at org.junit.Assert.assertNotNull(Assert.java:713)
            at org.junit.Assert.assertNotNull(Assert.java:723)
            at 
org.apache.geode.internal.cache.RemoteTransactionDUnitTest$8.call(RemoteTransactionDUnitTest.java:595)
{noformat}
The second failure is this one, which is due to a nonzero value returned by 
{{hostedTransactionInProgressForTest()}} in the test teardown. A new ticket, 
GEODE-10090, has been filed to track this second failure.
{noformat}
org.apache.geode.test.dunit.RMIException: While invoking 
org.apache.geode.internal.cache.RemoteTransactionDUnitTest$2.call in VM 1 
running on Host 9acb6806d25d with 4 VMs         at 
org.apache.geode.test.dunit.VM.executeMethodOnObject(VM.java:631)         at 
org.apache.geode.test.dunit.VM.invoke(VM.java:473)         at 
org.apache.geode.test.dunit.Invoke.invokeInEveryVM(Invoke.java:121)         at 
org.apache.geode.test.dunit.Invoke.invokeInEveryVM(Invoke.java:109)         at 
org.apache.geode.internal.cache.RemoteTransactionDUnitTest.preTearDownCacheTestCase(RemoteTransactionDUnitTest.java:182)
         
        Caused by:         
        java.lang.AssertionError: Event never occurred after 30000 ms:
            at org.junit.Assert.fail(Assert.java:89)
            at org.apache.geode.test.dunit.Wait.waitForCriterion(Wait.java:144)
            at 
org.apache.geode.internal.cache.RemoteTransactionDUnitTest$2.call(RemoteTransactionDUnitTest.java:149)
 8838 tests completed, 1 failed, 458 skipped{noformat}

  was:
 
{noformat}
org.apache.geode.internal.cache.RemoteTransactionDUnitTest > 
testTXCreationAndCleanupAtCommit FAILED
    org.apache.geode.test.dunit.RMIException: While invoking 
org.apache.geode.internal.cache.RemoteTransactionDUnitTest$8.call in VM 0 
running on Host 9acb6806d25d with 4 VMs
        at org.apache.geode.test.dunit.VM.executeMethodOnObject(VM.java:631)
        at org.apache.geode.test.dunit.VM.invoke(VM.java:473)
        at 
org.apache.geode.internal.cache.RemoteTransactionDUnitTest.doBasicChecks(RemoteTransactionDUnitTest.java:590)
        at 
org.apache.geode.internal.cache.RemoteTransactionDUnitTest.testTXCreationAndCleanupAtCommit(RemoteTransactionDUnitTest.java:565)
        Caused by:
        java.lang.AssertionError
            at org.junit.Assert.fail(Assert.java:87)
            at org.junit.Assert.assertTrue(Assert.java:42)
            at org.junit.Assert.assertNotNull(Assert.java:713)
            at org.junit.Assert.assertNotNull(Assert.java:723)
            at 
org.apache.geode.internal.cache.RemoteTransactionDUnitTest$8.call(RemoteTransactionDUnitTest.java:595)
    org.apache.geode.test.dunit.RMIException: While invoking 
org.apache.geode.internal.cache.RemoteTransactionDUnitTest$2.call in VM 1 
running on Host 9acb6806d25d with 4 VMs
        at org.apache.geode.test.dunit.VM.executeMethodOnObject(VM.java:631)
        at org.apache.geode.test.dunit.VM.invoke(VM.java:473)
        at org.apache.geode.test.dunit.Invoke.invokeInEveryVM(Invoke.java:121)
        at org.apache.geode.test.dunit.Invoke.invokeInEveryVM(Invoke.java:109)
        at 
org.apache.geode.internal.cache.RemoteTransactionDUnitTest.preTearDownCacheTestCase(RemoteTransactionDUnitTest.java:182)
        Caused by:
        java.lang.AssertionError: Event never occurred after 30000 ms: 
            at org.junit.Assert.fail(Assert.java:89)
            at org.apache.geode.test.dunit.Wait.waitForCriterion(Wait.java:144)
            at 
org.apache.geode.internal.cache.RemoteTransactionDUnitTest$2.call(RemoteTransactionDUnitTest.java:149)
8838 tests completed, 1 failed, 458 skipped
{noformat}
 


> CI Failure: RemoteTransactionDUnitTest.testTXCreationAndCleanupAtCommit fails 
> due to null TransactionStateProxy on accessor server
> ----------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: GEODE-9929
>                 URL: https://issues.apache.org/jira/browse/GEODE-9929
>             Project: Geode
>          Issue Type: Bug
>    Affects Versions: 1.14.3
>            Reporter: Kristen
>            Priority: Major
>
> There are two distinct failures in the attached artifacts for this ticket. 
> The first is the one below, which is the one triaged by Hale
> {noformat}
> org.apache.geode.internal.cache.RemoteTransactionDUnitTest > 
> testTXCreationAndCleanupAtCommit FAILED
>     org.apache.geode.test.dunit.RMIException: While invoking 
> org.apache.geode.internal.cache.RemoteTransactionDUnitTest$8.call in VM 0 
> running on Host 9acb6806d25d with 4 VMs
>         at org.apache.geode.test.dunit.VM.executeMethodOnObject(VM.java:631)
>         at org.apache.geode.test.dunit.VM.invoke(VM.java:473)
>         at 
> org.apache.geode.internal.cache.RemoteTransactionDUnitTest.doBasicChecks(RemoteTransactionDUnitTest.java:590)
>         at 
> org.apache.geode.internal.cache.RemoteTransactionDUnitTest.testTXCreationAndCleanupAtCommit(RemoteTransactionDUnitTest.java:565)
>         Caused by:
>         java.lang.AssertionError
>             at org.junit.Assert.fail(Assert.java:87)
>             at org.junit.Assert.assertTrue(Assert.java:42)
>             at org.junit.Assert.assertNotNull(Assert.java:713)
>             at org.junit.Assert.assertNotNull(Assert.java:723)
>             at 
> org.apache.geode.internal.cache.RemoteTransactionDUnitTest$8.call(RemoteTransactionDUnitTest.java:595)
> {noformat}
> The second failure is this one, which is due to a nonzero value returned by 
> {{hostedTransactionInProgressForTest()}} in the test teardown. A new ticket, 
> GEODE-10090, has been filed to track this second failure.
> {noformat}
> org.apache.geode.test.dunit.RMIException: While invoking 
> org.apache.geode.internal.cache.RemoteTransactionDUnitTest$2.call in VM 1 
> running on Host 9acb6806d25d with 4 VMs         at 
> org.apache.geode.test.dunit.VM.executeMethodOnObject(VM.java:631)         at 
> org.apache.geode.test.dunit.VM.invoke(VM.java:473)         at 
> org.apache.geode.test.dunit.Invoke.invokeInEveryVM(Invoke.java:121)         
> at org.apache.geode.test.dunit.Invoke.invokeInEveryVM(Invoke.java:109)        
>  at 
> org.apache.geode.internal.cache.RemoteTransactionDUnitTest.preTearDownCacheTestCase(RemoteTransactionDUnitTest.java:182)
>          
>         Caused by:         
>         java.lang.AssertionError: Event never occurred after 30000 ms:
>             at org.junit.Assert.fail(Assert.java:89)
>             at 
> org.apache.geode.test.dunit.Wait.waitForCriterion(Wait.java:144)
>             at 
> org.apache.geode.internal.cache.RemoteTransactionDUnitTest$2.call(RemoteTransactionDUnitTest.java:149)
>  8838 tests completed, 1 failed, 458 skipped{noformat}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

Reply via email to