[ https://issues.apache.org/jira/browse/HIVE-14669?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16816070#comment-16816070 ]
Hive QA commented on HIVE-14669: -------------------------------- Here are the results of testing the latest attachment: https://issues.apache.org/jira/secure/attachment/12965681/HIVE-14469.01.patch {color:green}SUCCESS:{color} +1 due to 2 test(s) being added or modified. {color:red}ERROR:{color} -1 due to 1 failed/errored test(s), 15882 tests executed *Failed tests:* {noformat} TestMiniLlapLocalCliDriver - did not produce a TEST-*.xml file (likely timed out) (batchId=175) [bucketsortoptimize_insert_7.q,cbo_windowing.q,groupby_rollup_empty.q,vector_case_when_2.q,strict_managed_tables_sysdb.q,schema_evol_stats.q,subquery_corr.q,vector_decimal_expressions.q,merge1.q,cbo_rp_join.q,materialized_view_rewrite_ssb_2.q,windowing.q,vector_aggregate_without_gby.q,sample10_mm.q,orc_create.q,vector_partition_diff_num_cols.q,orc_merge5.q,bucketmapjoin6.q,schema_evol_text_vec_part.q,vector_groupby_reduce.q,lineage2.q,auto_sortmerge_join_16.q,auto_join29.q,dynpart_sort_optimization.q,bucket_num_reducers_acid.q,tez_join_hash.q,schema_evol_undecorated.q,ptf_streaming.q,non_native_window_udf.q,materialized_view_rewrite_8.q] {noformat} Test results: https://builds.apache.org/job/PreCommit-HIVE-Build/16930/testReport Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/16930/console Test logs: http://104.198.109.242/logs/PreCommit-HIVE-Build-16930/ Messages: {noformat} Executing org.apache.hive.ptest.execution.TestCheckPhase Executing org.apache.hive.ptest.execution.PrepPhase Executing org.apache.hive.ptest.execution.YetusPhase Executing org.apache.hive.ptest.execution.ExecutionPhase Executing org.apache.hive.ptest.execution.ReportingPhase Tests exited with: TestsFailedException: 1 tests failed {noformat} This message is automatically generated. ATTACHMENT ID: 12965681 - PreCommit-HIVE-Build > Have the actual error reported when a q test fails instead of having to go > through the logs > ------------------------------------------------------------------------------------------- > > Key: HIVE-14669 > URL: https://issues.apache.org/jira/browse/HIVE-14669 > Project: Hive > Issue Type: Sub-task > Reporter: Siddharth Seth > Assignee: Laszlo Bodor > Priority: Major > Attachments: 01_mvn_out.png, 02_hive_log.png, HIVE-14469.01.patch, > Screen Shot 2019-04-11 at 4.54.41 PM.png > > > QTest runs end up invoking CliDriver.processLine. This, in most cases, > reports a numeric exit code - 0 for success. Non-zero for various different > error types (which are defined everywhere in the code). > Internally CliDriver does have more information via CommandResult. A lot of > this is not exposed though. That's alright for the end user cli - (Command > line tool translating the error to a code and message). However, it makes > debugging very difficult for QTests - since the log needs to be looked at > each time. > Errors generated by the actual backend execution are mostly available to the > client, and information about these should show up as well. (If it doesn't - > we have a usability issues to fix). > cc [~ekoifman] -- This message was sent by Atlassian JIRA (v7.6.3#76005)