Details

    Description

      http://sandbox.jenkins.cloudera.com/view/Impala/view/Nightly-Builds/job/impala-cdh5-exhaustive-release/21/testReport/(root)/ExprCodegenTest/TestInlineConstants/

      /data/jenkins/workspace/impala-cdh5-exhaustive-release/repos/Impala/be/src/exprs/expr-codegen-test.cc:245
      Value of: status.ok()
        Actual: false
      Expected: true
      

      Relevant code snippet:

        // Get TestGetConstant() IR function
        stringstream test_udf_file;
        test_udf_file << getenv("IMPALA_HOME") << "/be/build/debug/exprs/expr-codegen-test.ll";
        scoped_ptr<LlvmCodeGen> codegen;
        status = LlvmCodeGen::LoadFromFile(&pool, test_udf_file.str(), "test", &codegen);
        ASSERT_TRUE(status.ok());
      

      Unfortunately we do not capture the BE test logs, see IMPALA-2808.

      Attachments

        Activity

          People

            tarmstrong Tim Armstrong
            skye Skye Wanderman-Milne
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: