You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@geode.apache.org by GitBox <gi...@apache.org> on 2021/04/16 00:22:47 UTC

[GitHub] [geode] kirklund opened a new pull request #6334: DRAFT: GEODE-9132 changes --> feature/GEODE-7665 #2

kirklund opened a new pull request #6334:
URL: https://github.com/apache/geode/pull/6334


   In-progress changes for Partitioned Region Clear feature branch.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [geode] kirklund commented on pull request #6334: DRAFT: GEODE-9132 changes --> feature/GEODE-7665 #2

Posted by GitBox <gi...@apache.org>.
kirklund commented on pull request #6334:
URL: https://github.com/apache/geode/pull/6334#issuecomment-821468009


   DistributedTestOpen failed with:
   ```
   > Task :geode-wan:distributedTest
   
   org.apache.geode.internal.cache.wan.parallel.ParallelWANStatsDUnitTest > testPRParallelPropagationWithGroupTransactionEventsDoesNotSendBatchesWithIncompleteTransactionsIfGatewaySenderIsStoppedWhileReceivingTrafficAndLaterStarted FAILED
       java.lang.AssertionError: expected:<0> but was:<1>
           at org.junit.Assert.fail(Assert.java:89)
           at org.junit.Assert.failNotEquals(Assert.java:835)
           at org.junit.Assert.assertEquals(Assert.java:647)
           at org.junit.Assert.assertEquals(Assert.java:633)
           at org.apache.geode.internal.cache.wan.parallel.ParallelWANStatsDUnitTest.checkOnlyCompleteTransactionsAreReplicatedAfterSenderStopped(ParallelWANStatsDUnitTest.java:612)
           at org.apache.geode.internal.cache.wan.parallel.ParallelWANStatsDUnitTest.testPRParallelPropagationWithGroupTransactionEventsDoesNotSendBatchesWithIncompleteTransactionsIfGatewaySenderIsStoppedWhileReceivingTrafficAndLaterStarted(ParallelWANStatsDUnitTest.java:520)
   ```
   And:
   ```
   > Task :geode-core:distributedTest
   
   org.apache.geode.management.MemberMXBeanDistributedTest > testBucketCount FAILED
       org.awaitility.core.ConditionTimeoutException: Assertion condition defined as a lambda expression in org.apache.geode.management.MemberMXBeanDistributedTest expected:<[400]0> but was:<[375]0> within 5 minutes.
           at org.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:165)
           at org.awaitility.core.AssertionCondition.await(AssertionCondition.java:119)
           at org.awaitility.core.AssertionCondition.await(AssertionCondition.java:31)
           at org.awaitility.core.ConditionFactory.until(ConditionFactory.java:895)
           at org.awaitility.core.ConditionFactory.untilAsserted(ConditionFactory.java:679)
           at org.apache.geode.management.MemberMXBeanDistributedTest.testBucketCount(MemberMXBeanDistributedTest.java:108)
   
           Caused by:
           java.util.concurrent.TimeoutException
               at java.util.concurrent.FutureTask.get(FutureTask.java:204)
               at org.awaitility.core.Uninterruptibles.getUninterruptibly(Uninterruptibles.java:101)
               at org.awaitility.core.Uninterruptibles.getUninterruptibly(Uninterruptibles.java:81)
               at org.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:101)
               ... 5 more
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [geode] kirklund merged pull request #6334: DRAFT: GEODE-9132 changes --> feature/GEODE-7665 #2

Posted by GitBox <gi...@apache.org>.
kirklund merged pull request #6334:
URL: https://github.com/apache/geode/pull/6334


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [geode] kirklund commented on pull request #6334: DRAFT: GEODE-9132 changes --> feature/GEODE-7665 #2

Posted by GitBox <gi...@apache.org>.
kirklund commented on pull request #6334:
URL: https://github.com/apache/geode/pull/6334#issuecomment-824434881


   IntegrationTestOpen timeout exceeded.
   
   Both UnitTestOpen jobs fail with unrelated failure:
   ```
   org.apache.geode.internal.classloader.ClassPathLoaderTest > testZeroLengthFile FAILED
       java.lang.AssertionError: 
       Expecting actual throwable to be an instance of:
         java.lang.IllegalArgumentException
       but was:
         java.lang.NullPointerException
       	at java.base/java.io.File.<init>(File.java:364)
       	at org.apache.geode.deployment.internal.JarDeployer.getNextVersionedJarFile(JarDeployer.java:101)
       	at org.apache.geode.deployment.internal.JarDeployer.deployWithoutRegistering(JarDeployer.java:84)
       	...(59 remaining lines not displayed - this can be changed with Assertions.setMaxStackTraceElementsDisplayed)
           at org.apache.geode.internal.classloader.ClassPathLoaderTest.testZeroLengthFile(ClassPathLoaderTest.java:109)
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [geode] kirklund commented on pull request #6334: DRAFT: GEODE-9132 changes --> feature/GEODE-7665 #2

Posted by GitBox <gi...@apache.org>.
kirklund commented on pull request #6334:
URL: https://github.com/apache/geode/pull/6334#issuecomment-823623843


   UnitTestOpenJDK8 and UnitTestOpenJDK11 both failed in an unrelated unit test:
   ```
   > Task :geode-core:test
   
   org.apache.geode.internal.classloader.ClassPathLoaderTest > testZeroLengthFile FAILED
       java.lang.AssertionError: 
       Expecting actual throwable to be an instance of:
         java.lang.IllegalArgumentException
       but was:
         java.lang.NullPointerException
       	at java.base/java.io.File.<init>(File.java:364)
       	at org.apache.geode.deployment.internal.JarDeployer.getNextVersionedJarFile(JarDeployer.java:101)
       	at org.apache.geode.deployment.internal.JarDeployer.deployWithoutRegistering(JarDeployer.java:84)
       	...(59 remaining lines not displayed - this can be changed with Assertions.setMaxStackTraceElementsDisplayed)
           at org.apache.geode.internal.classloader.ClassPathLoaderTest.testZeroLengthFile(ClassPathLoaderTest.java:109)
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org