You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@calcite.apache.org by "AK97 (Jira)" <ji...@apache.org> on 2020/01/22 09:33:00 UTC

[jira] [Created] (CALCITE-3754) Redis tests fail on ppc64le

AK97 created CALCITE-3754:
-----------------------------

             Summary: Redis tests fail on ppc64le
                 Key: CALCITE-3754
                 URL: https://issues.apache.org/jira/browse/CALCITE-3754
             Project: Calcite
          Issue Type: Task
         Environment: arch: ppc64le
            Reporter: AK97


I have been trying to build the Apache Calcite on ubuntu:16.04/ppc64le; however, the test cases are failing in Redis module with following error :

{code:java}
 Task :redis:test FAILED
Gradle Test Executor 15 STANDARD_OUT
    /tmp/1579669916467-0/redis-server-2.8.19: 1: /tmp/1579669916467-0/redis-server-2.8.19: ELF: not found
    /tmp/1579669916467-0/redis-server-2.8.19: 2: /tmp/1579669916467-0/redis-server-2.8.19: Syntax error: word unexpected (expecting ")")
FAILURE   0.1sec, org.apache.calcite.adapter.redis.RedisAdapterCaseBase > testSqlWithJoin()
RedisAdapterCaseBase > testSqlWithJoin() FAILED
    java.lang.RuntimeException: Can't start redis server. Check logs for details.
        at redis.embedded.AbstractRedisInstance.awaitRedisServerReady(AbstractRedisInstance.java:61)
        at redis.embedded.AbstractRedisInstance.start(AbstractRedisInstance.java:39)
        at redis.embedded.RedisServer.start(RedisServer.java:9)
        at org.apache.calcite.adapter.redis.RedisCaseBase.createRedisServer(RedisCaseBase.java:48)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:675)
        at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
        at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:125)
{code}
Would like some help on understanding the cause for the same . I am running it on a High end VM with good connectivity.




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