[
https://issues.apache.org/jira/browse/HIVE-12487?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Aleksei Statkevich updated HIVE-12487:
--------------------------------------
Attachment: HIVE-12487.1.patch
I was able to debug the problem. The patch in HIVE-12319 used incorrect config
(input one, not output) in one of the places when setting splits for TEZ which
resulted in a split not being set and default value of 1 being used. As a
result, tests had a lot of splits to process which caused some of them to run
much longer and one of them caused a timeout.
After fixing the issue, the test passed in a minute. I also double checked the
patch to make sure correct config is used in all other cases.
> Fix broken MiniLlap tests
> -------------------------
>
> Key: HIVE-12487
> URL: https://issues.apache.org/jira/browse/HIVE-12487
> Project: Hive
> Issue Type: Bug
> Reporter: Aleksei Statkevich
> Assignee: Aleksei Statkevich
> Priority: Critical
> Attachments: HIVE-12487.1.patch, HIVE-12487.patch
>
>
> Currently MiniLlap tests fail with the following error:
> {code}
> TestMiniLlapCliDriver - did not produce a TEST-*.xml file
> {code}
> Supposedly, it started happening after HIVE-12319.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)