Bill Burcham created GEODE-7901: ----------------------------------- Summary: 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
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)