You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Aditya Kishore (JIRA)" <ji...@apache.org> on 2014/12/17 05:27:13 UTC

[jira] [Updated] (DRILL-1881) Test o.a.d.TestBugFixes#testVersionTable fails while building from source tarball

     [ https://issues.apache.org/jira/browse/DRILL-1881?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Aditya Kishore updated DRILL-1881:
----------------------------------
    Attachment: DRILL-1881-Test-o.a.d.TestBugFixes-testVersionTable-.patch

The file {{git.properties}} is not the test classpath in the source distribution.

{noformat}
Running org.apache.drill.TestBugFixes#testVersionTable
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 18.17 sec <<< FAILURE! - in org.apache.drill.TestBugFixes
testVersionTable(org.apache.drill.TestBugFixes)  Time elapsed: 0.262 sec  <<< ERROR!
org.apache.drill.exec.rpc.RpcException: Query stopped., resource git.properties not found. [ c3bc3f20-ccdc-4701-b988-7436e473600e on 10.250.0.216:31010 ]


        at org.apache.drill.exec.rpc.user.QueryResultHandler.batchArrived(QueryResultHandler.java:79)
        at org.apache.drill.exec.rpc.user.UserClient.handleReponse(UserClient.java:93)
        at org.apache.drill.exec.rpc.BasicClientWithConnection.handle(BasicClientWithConnection.java:52)
        at org.apache.drill.exec.rpc.BasicClientWithConnection.handle(BasicClientWithConnection.java:34)
        at org.apache.drill.exec.rpc.RpcBus.handle(RpcBus.java:58)
        at org.apache.drill.exec.rpc.RpcBus$InboundHandler.decode(RpcBus.java:194)
        at org.apache.drill.exec.rpc.RpcBus$InboundHandler.decode(RpcBus.java:173)
        at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:89)
        at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333)
        at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319)
        at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:103)
        at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333)
        at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319)
        at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:161)
        at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333)
        at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319)
        at io.netty.channel.ChannelInboundHandlerAdapter.channelRead(ChannelInboundHandlerAdapter.java:86)
        at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333)
        at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319)
        at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:787)
        at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:130)
        at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:511)
        at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:468)
        at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:382)
        at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:354)
        at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116)
        at java.lang.Thread.run(Thread.java:745)
{noformat}

The attached patch addresses the missing catch().

> Test o.a.d.TestBugFixes#testVersionTable fails while building from source tarball
> ---------------------------------------------------------------------------------
>
>                 Key: DRILL-1881
>                 URL: https://issues.apache.org/jira/browse/DRILL-1881
>             Project: Apache Drill
>          Issue Type: Bug
>          Components: Storage - Information Schema
>    Affects Versions: 0.7.0
>            Reporter: Aditya Kishore
>            Assignee: Aditya Kishore
>             Fix For: 0.7.0
>
>         Attachments: DRILL-1881-Test-o.a.d.TestBugFixes-testVersionTable-.patch
>
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)