You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "Bikramjeet Vig (JIRA)" <ji...@apache.org> on 2017/11/14 22:55:01 UTC

[jira] [Resolved] (IMPALA-6170) Failure in llvm-codegen-test: Failed to get file info /test-warehouse/test-udfs.ll

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

Bikramjeet Vig resolved IMPALA-6170.
------------------------------------
       Resolution: Fixed
    Fix Version/s: Impala 2.11.0

https://github.com/apache/incubator-impala/commit/5ab07f032941537755a3d8bc8e58caa6c8ac8233

IMPALA-6170: Remove broken backend test from llvm-codegen-test
Remove backend test that expects hdfs service to be running, which is
not an expectation backend test should have. This caused test runs to
fail that use the local filesystem as their default filesystem.

Also the code path exercised by that test is already covered in the end
to end tests, like in test_udfs.py for cases where the functions used in
the query live in the same lib file.

Change-Id: Iaed0109f5163343427015d571d6d24233b9d3fdc
Reviewed-on: http://gerrit.cloudera.org:8080/8505
Reviewed-by: Tim Armstrong <ta...@cloudera.com>
Tested-by: Impala Public Jenkins

> Failure in llvm-codegen-test: Failed to get file info /test-warehouse/test-udfs.ll
> ----------------------------------------------------------------------------------
>
>                 Key: IMPALA-6170
>                 URL: https://issues.apache.org/jira/browse/IMPALA-6170
>             Project: IMPALA
>          Issue Type: Bug
>          Components: Backend
>    Affects Versions: Impala 2.11.0
>            Reporter: Thomas Tauber-Marshall
>            Assignee: Bikramjeet Vig
>            Priority: Blocker
>              Labels: broken-build
>             Fix For: Impala 2.11.0
>
>
> Seen in a local filesystem job:
> {noformat}
> 05:00:05  1/86 Test  #1: llvm-codegen-test ................***Exception: Other  8.27 sec
> 05:00:05 Turning perftools heap leak checking off
> 05:00:05 [==========] Running 9 tests from 1 test case.
> 05:00:05 [----------] Global test environment set-up.
> 05:00:05 [----------] 9 tests from LlvmCodeGenTest
> 05:00:05 [ RUN      ] LlvmCodeGenTest.BasicLifetime
> 05:00:05 [       OK ] LlvmCodeGenTest.BasicLifetime (1094 ms)
> 05:00:05 [ RUN      ] LlvmCodeGenTest.MultithreadedLifetime
> 05:00:05 [       OK ] LlvmCodeGenTest.MultithreadedLifetime (298 ms)
> 05:00:05 [ RUN      ] LlvmCodeGenTest.BadIRFile
> 05:00:05 [       OK ] LlvmCodeGenTest.BadIRFile (228 ms)
> 05:00:05 [ RUN      ] LlvmCodeGenTest.ReplaceFnCall
> 05:00:05 Default
> 05:00:05 Default
> 05:00:05 Default
> 05:00:05 Default
> 05:00:05 Default
> 05:00:05 LLVM Trace: Jitted
> 05:00:05 LLVM Trace: Jitted
> 05:00:05 LLVM Trace: Jitted
> 05:00:05 LLVM Trace: Jitted
> 05:00:05 LLVM Trace: Jitted
> 05:00:05 LLVM Trace: Jitted
> 05:00:05 LLVM Trace: Jitted
> 05:00:05 LLVM Trace: Jitted
> 05:00:05 LLVM Trace: Jitted
> 05:00:05 LLVM Trace: Jitted
> 05:00:05 LLVM Trace: Jitted
> 05:00:05 LLVM Trace: Jitted
> 05:00:05 LLVM Trace: Jitted
> 05:00:05 LLVM Trace: Jitted
> 05:00:05 LLVM Trace: Jitted
> 05:00:05 [       OK ] LlvmCodeGenTest.ReplaceFnCall (294 ms)
> 05:00:05 [ RUN      ] LlvmCodeGenTest.StringValue
> 05:00:05 [       OK ] LlvmCodeGenTest.StringValue (266 ms)
> 05:00:05 [ RUN      ] LlvmCodeGenTest.MemcpyTest
> 05:00:05 [       OK ] LlvmCodeGenTest.MemcpyTest (241 ms)
> 05:00:05 [ RUN      ] LlvmCodeGenTest.HashTest
> 05:00:05 [       OK ] LlvmCodeGenTest.HashTest (298 ms)
> 05:00:05 [ RUN      ] LlvmCodeGenTest.HandleLinkageError
> 05:00:05 [       OK ] LlvmCodeGenTest.HandleLinkageError (224 ms)
> 05:00:05 [ RUN      ] LlvmCodeGenTest.LinkageTest
> 05:00:05 /data/jenkins/workspace/impala-umbrella-build-and-test/repos/Impala/be/src/codegen/llvm-codegen-test.cc:488: Failure
> 05:00:05 Value of: status_.ok()
> 05:00:05   Actual: false
> 05:00:05 Expected: true
> 05:00:05 Error: Failed to get file info /test-warehouse/test-udfs.ll
> 05:00:05 Error(2): No such file or directory
> 05:00:05 
> 05:00:05 *** Check failure stack trace: ***
> 05:00:05     @          0x2f3909d  google::LogMessage::Fail()
> 05:00:05     @          0x2f3a942  google::LogMessage::SendToLog()
> 05:00:05     @          0x2f38a77  google::LogMessage::Flush()
> 05:00:05     @          0x2f3c03e  google::LogMessageFatal::~LogMessageFatal()
> 05:00:05     @          0x153cc83  impala::LlvmCodeGen::~LlvmCodeGen()
> 05:00:05     @          0x1533255  boost::checked_delete<>()
> 05:00:05     @          0x1530e8d  boost::scoped_ptr<>::~scoped_ptr()
> 05:00:05     @          0x1526ccf  impala::LlvmCodeGenTest_LinkageTest_Test::TestBody()
> 05:00:05     @          0x2fdf463  testing::internal::HandleExceptionsInMethodIfSupported<>()
> 05:00:05     @          0x2fd61fa  testing::Test::Run()
> 05:00:05     @          0x2fd6348  testing::TestInfo::Run()
> 05:00:05     @          0x2fd6425  testing::TestCase::Run()
> 05:00:05     @          0x2fd76a8  testing::internal::UnitTestImpl::RunAllTests()
> 05:00:05     @          0x2fd7983  testing::UnitTest::Run()
> 05:00:05     @          0x1527056  main
> 05:00:05     @       0x346a01ecdd  (unknown)
> 05:00:05     @          0x151f721  (unknown)
> 05:00:05 Wrote minidump to /data/jenkins/workspace/impala-umbrella-build-and-test/repos/Impala/logs/be_tests/minidumps/llvm-codegen-test/d64f5433-df9e-4380-a32a3695-d72d730e.dmp
> 05:00:05 Wrote minidump to /data/jenkins/workspace/impala-umbrella-build-and-test/repos/Impala/logs/be_tests/msinidumps/llvm-codegen-test/d64f5433-df9e-4380-a32a3695-d72d730e.dmp
> {noformat}
> The test failed with this error:
> {noformat}
> 05:00:05 /data/jenkins/workspace/impala-umbrella-build-and-test/repos/Impala/be/src/codegen/llvm-codegen-test.cc:488: Failure
> 05:00:05 Value of: status_.ok()
> 05:00:05   Actual: false
> 05:00:05 Expected: true
> 05:00:05 Error: Failed to get file info /test-warehouse/test-udfs.ll
> 05:00:05 Error(2): No such file or directory
> {noformat}
> A DCHECK was hit subsequently during tear-down of the test.
> {noformat}
> F1108 01:53:13.050910 15160 llvm-codegen.cc:422] Check failed: execution_engine_ == nullptr Must Close() before destruction 
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)