[
https://issues.apache.org/jira/browse/GEODE-7798?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17042253#comment-17042253
]
ASF subversion and git services commented on GEODE-7798:
--------------------------------------------------------
Commit 2dae3964e9132b5cda21e0e37b1686281e1fbffe in geode's branch
refs/heads/mass-test-run from Jens Deppe
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=2dae396 ]
GEODE-7798: Ignore PubSubTest until the flakiness can be removed (#4721)
> 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: 50m
> 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)