[ 
https://issues.apache.org/jira/browse/GEODE-7798?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17044939#comment-17044939
 ] 

ASF subversion and git services commented on GEODE-7798:
--------------------------------------------------------

Commit a3e084d8ae9895accfe3c55adf33a006cb01daf2 in geode's branch 
refs/heads/GEODE-7513-PersistentColocatedPartitionedRegionDistributedTest-debugging
 from Jens Deppe
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=a3e084d ]

GEODE-7798: Fix flakiness in PubSubTest (#4717)

- Remove flusher execution in favor of just calling writeAndFlush
- Bump Netty to 4.1.45
- Correct message depending on type of subscription processing a PUBLISH


> CI: org.apache.geode.redis.PubSubTest  failed  intermittently on Windows
> ------------------------------------------------------------------------
>
>                 Key: GEODE-7798
>                 URL: https://issues.apache.org/jira/browse/GEODE-7798
>             Project: Geode
>          Issue Type: Bug
>            Reporter: Jinmei Liao
>            Assignee: Jens Deppe
>            Priority: Major
>          Time Spent: 1h
>  Remaining Estimate: 0h
>
> https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-develop-main/jobs/WindowsIntegrationTestOpenJDK11/builds/1240
> https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-develop-main/jobs/WindowsIntegrationTestOpenJDK11/builds/1242
> org.apache.geode.redis.PubSubTest > testTwoSubscribersOneChannel FAILED
>     org.junit.ComparisonFailure: expected:<[2]L> but was:<[1]L>
>         at 
> jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
>         at 
> jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
>         at 
> jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
>         at 
> org.apache.geode.redis.PubSubTest.testTwoSubscribersOneChannel(PubSubTest.java:163)
> org.apache.geode.redis.PubSubTest > testOneSubscriberSubscribingToTwoChannels 
> FAILED
>     org.junit.ComparisonFailure: expected:<[1]L> but was:<[2]L>
>         at 
> jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
>         at 
> jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
>         at 
> jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
>         at 
> org.apache.geode.redis.PubSubTest.testOneSubscriberSubscribingToTwoChannels(PubSubTest.java:124)
> org.apache.geode.redis.PubSubTest > testDeadSubscriber FAILED
>     org.junit.ComparisonFailure: expected:<[0]L> but was:<[2]L>
>         at 
> jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
>         at 
> jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
>         at 
> jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
>         at 
> org.apache.geode.redis.PubSubTest.testDeadSubscriber(PubSubTest.java:250)
> org.apache.geode.redis.PubSubTest > testOneSubscriberOneChannelTwoTimes FAILED
>     org.junit.ComparisonFailure: expected:<[1]L> but was:<[3]L>
>         at 
> jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
>         at 
> jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
>         at 
> jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
>         at 
> org.apache.geode.redis.PubSubTest.testOneSubscriberOneChannelTwoTimes(PubSubTest.java:210)



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to