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 2020/09/25 17:46:52 UTC

[GitHub] [geode] onichols-pivotal opened a new pull request #5554: Revert "Bump junit from 4.12 to 4.13"

onichols-pivotal opened a new pull request #5554:
URL: https://github.com/apache/geode/pull/5554


   Reverts apache/geode#5538 as it caused org.apache.geode.internal.cache.SimpleDiskRegionJUnitTest.testBasicClose to fail on Windows
   
   If it's easier to just fix the issue than to revert+fix, go for it, but it it's not immediately obvious to me what the problem is.


----------------------------------------------------------------
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] onichols-pivotal merged pull request #5554: Revert "Bump junit from 4.12 to 4.13"

Posted by GitBox <gi...@apache.org>.
onichols-pivotal merged pull request #5554:
URL: https://github.com/apache/geode/pull/5554


   


----------------------------------------------------------------
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 #5554: Revert "Bump junit from 4.12 to 4.13"

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


   I think this failure caused several downstream failures in UnitTest:
   ```
   org.apache.geode.internal.cache.ReplicateWithExpirationClearIntegrationTest > clearDoesNotLeaveEntryExpiryTaskInRegion FAILED
       org.apache.geode.management.ManagementException: MBean Not Registered In GemFire Domain
           at org.apache.geode.management.internal.SystemManagementService.federate(SystemManagementService.java:233)
           at org.apache.geode.management.internal.beans.ManagementAdapter.handleCacheCreation(ManagementAdapter.java:185)
           at org.apache.geode.management.internal.beans.ManagementListener.handleEvent(ManagementListener.java:127)
           at org.apache.geode.distributed.internal.InternalDistributedSystem.notifyResourceEventListeners(InternalDistributedSystem.java:2086)
           at org.apache.geode.distributed.internal.InternalDistributedSystem.handleResourceEvent(InternalDistributedSystem.java:643)
           at org.apache.geode.internal.cache.GemFireCacheImpl.initialize(GemFireCacheImpl.java:1436)
           at org.apache.geode.internal.cache.InternalCacheBuilder.create(InternalCacheBuilder.java:191)
           at org.apache.geode.internal.cache.InternalCacheBuilder.create(InternalCacheBuilder.java:158)
           at org.apache.geode.cache.CacheFactory.create(CacheFactory.java:142)
           at org.apache.geode.internal.cache.ReplicateWithExpirationClearIntegrationTest.setUp(ReplicateWithExpirationClearIntegrationTest.java:48)
   ```
   ReplicateWithExpirationClearIntegrationTest is also an integration test and should be moved from src/test to src/integrationTest.


----------------------------------------------------------------
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