[ https://issues.apache.org/jira/browse/GEODE-3820?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16504970#comment-16504970 ]
Sai Boorlagadda commented on GEODE-3820: ---------------------------------------- Also observed a failure in one of my precheckin: DataSerializerPropagationDUnitTest. testDataSerializersEventIdVerificationClientsAndServers {noformat} java.lang.AssertionError: EventId found Different at org.junit.Assert.fail(Assert.java:88) at org.junit.Assert.assertTrue(Assert.java:41) at org.apache.geode.internal.cache.tier.sockets.DataSerializerPropagationDUnitTest.testDataSerializersEventIdVerificationClientsAndServers(DataSerializerPropagationDUnitTest.java:408) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) {noformat} > CI failure: > DataSerializerPropogationDUnitTest.testDataSerializersEventIdVerification > ------------------------------------------------------------------------------------- > > Key: GEODE-3820 > URL: https://issues.apache.org/jira/browse/GEODE-3820 > Project: Geode > Issue Type: Bug > Components: serialization > Affects Versions: 1.7.0 > Reporter: Bruce Schuchardt > Priority: Major > Labels: pull-request-available > Fix For: 1.6.0 > > Time Spent: 40m > Remaining Estimate: 0h > > This test contains many pauses & needs to be converted to use Awaitility. > The spelling of this class name should also be corrected. > org.apache.geode.internal.cache.tier.sockets.DataSerializerPropogationDUnitTest > > testDataSerializersEventIdVerificationClientsAndServers FAILED > java.lang.AssertionError: EventId found Different > at org.junit.Assert.fail(Assert.java:88) > at org.junit.Assert.assertTrue(Assert.java:41) > at > org.apache.geode.internal.cache.tier.sockets.DataSerializerPropogationDUnitTest.testDataSerializersEventIdVerificationClientsAndServers(DataSerializerPropogationDUnitTest.java:673) -- This message was sent by Atlassian JIRA (v7.6.3#76005)