[
https://issues.apache.org/jira/browse/GEODE-4393?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Anthony Baker resolved GEODE-4393.
----------------------------------
Resolution: Cannot Reproduce
This issue has either failed to reproduce or been fixed systemically elsewhere
(e.g. improving port selection and timeouts). Closing but please reopen if
needed.
> CI failure: org.apache.geode.internal.cache.wan.misc.PDXNewWanDUnitTest >
> testWANPDX_CacheWriterCheck FAILED
> ------------------------------------------------------------------------------------------------------------
>
> Key: GEODE-4393
> URL: https://issues.apache.org/jira/browse/GEODE-4393
> Project: Geode
> Issue Type: Bug
> Components: serialization, wan
> Affects Versions: 1.4.0
> Reporter: Shelley Lynn Hughes-Godfrey
> Priority: Major
>
> Failed on CI:
> https://concourse.apachegeode-ci.info/teams/main/pipelines/release-1.4.0/jobs/DistributedTest/builds/14
> We have seen similar failures in other PDXNewWanDUnitTests (see GEODE-4135
> and GEODE-3331) ... additional logging was added as well as an Awaitility
> condition. Comments from GEODE-4135:
> {noformat}
> We have modified the test to be more time tolerant.
> More logging were added.
> The test structure was modified a bit [region created before the receiver]
> We need more information from the logs to get an idea whats happening, we
> suspect the PDX entries to be a culprit, where the region size is satisfied
> but when we do a get it cannot get it serialized
> {noformat}
> failure:
> {noformat}
> org.apache.geode.internal.cache.wan.misc.PDXNewWanDUnitTest >
> testWANPDX_CacheWriterCheck FAILED
> org.apache.geode.test.dunit.RMIException: While invoking
> org.apache.geode.internal.cache.wan.misc.PDXNewWanDUnitTest$$Lambda$186/1829729810.run
> in VM 2 running on Host 9c66e33b09df with 8 VMs
> at org.apache.geode.test.dunit.VM.invoke(VM.java:393)
> at org.apache.geode.test.dunit.VM.invoke(VM.java:363)
> at org.apache.geode.test.dunit.VM.invoke(VM.java:308)
> at
> org.apache.geode.internal.cache.wan.misc.PDXNewWanDUnitTest.testWANPDX_CacheWriterCheck(PDXNewWanDUnitTest.java:143)
> Caused by:
> java.lang.AssertionError: keySet = [] values() = []
> expected:<SimpleClass [myInt=0, myByte=0, myEnum=TWO]> but was:<null>
> at org.junit.Assert.fail(Assert.java:88)
> at org.junit.Assert.failNotEquals(Assert.java:834)
> at org.junit.Assert.assertEquals(Assert.java:118)
> at
> org.apache.geode.internal.cache.wan.WANTestBase.validateRegionSize_PDX(WANTestBase.java:2771)
> at
> org.apache.geode.internal.cache.wan.misc.PDXNewWanDUnitTest.lambda$testWANPDX_CacheWriterCheck$bb17a952$7(PDXNewWanDUnitTest.java:143)
> {noformat}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)