You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Joris Melchior (Jira)" <ji...@apache.org> on 2020/03/24 18:23:00 UTC

[jira] [Commented] (GEODE-7901) Redis testGetSet_shouldBeAtomic and testGetRange_rangePastEndOfValue_returnsEmptyString tests failing

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

Joris Melchior commented on GEODE-7901:
---------------------------------------

Failed again in build #1624

> Redis testGetSet_shouldBeAtomic and testGetRange_rangePastEndOfValue_returnsEmptyString tests failing
> -----------------------------------------------------------------------------------------------------
>
>                 Key: GEODE-7901
>                 URL: https://issues.apache.org/jira/browse/GEODE-7901
>             Project: Geode
>          Issue Type: Bug
>          Components: redis
>            Reporter: Bill Burcham
>            Assignee: Bill Burcham
>            Priority: Major
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> Three CI failures recently e.g. https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-develop-main/jobs/IntegrationTestOpenJDK11/builds/1615
> {code}
> org.apache.geode.redis.StringsIntegrationTest > testGetSet_shouldBeAtomic FAILED
>     java.util.concurrent.TimeoutException
>         at java.util.concurrent.FutureTask.get(FutureTask.java:204)
>         at org.apache.geode.redis.StringsIntegrationTest.testGetSet_shouldBeAtomic(StringsIntegrationTest.java:284)
>     java.lang.ClassCastException: class java.lang.Long cannot be cast to class [B (java.lang.Long and [B are in module java.base of loader 'bootstrap')
>         at redis.clients.jedis.Connection.getStatusCodeReply(Connection.java:236)
>         at redis.clients.jedis.BinaryJedis.flushAll(BinaryJedis.java:599)
>         at org.apache.geode.redis.StringsIntegrationTest.flushAll(StringsIntegrationTest.java:82)
> org.apache.geode.redis.StringsIntegrationTest > testGetRange_rangePastEndOfValue_returnsEmptyString FAILED
>     org.junit.ComparisonFailure: expected:<"[]"> but was:<"[OK]">
>         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.StringsIntegrationTest.testGetRange_rangePastEndOfValue_returnsEmptyString(StringsIntegrationTest.java:209)
> {code}
> a couple more CI failures:
> https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-develop-main/jobs/IntegrationTestOpenJDK11/builds/1613
> https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-develop-main/jobs/IntegrationTestOpenJDK11/builds/1616



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