[
https://issues.apache.org/jira/browse/HIVE-16256?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15943296#comment-15943296
]
Zoltan Haindrich commented on HIVE-16256:
-----------------------------------------
I checked this with:
{code}
mvn install -Pitests -Dtest=TestCliDriver -Dqfile=updateAccessTime.q,comments.q
-DskipSparkTests
{code}
and it failed with this issue...It seemed to me that
{{QTestUtil#clearTestSideEffects}} have tried to restore the original value.
I think this might be something possibly serious...
{{QTestUtil#clearTestSideEffects}} should have been able to clear out
{{hive.exec.pre.hooks}} to the default; but seems like it wasn't able to...it
might be some loose {{HiveConf}} instance buried somewhere - which may cause
more troubles in the future, since it doesn't necessarily belong to the current
session...my current guess is that it will be inside the explain logic
somewhere...
> Flaky test: TestCliDriver.testCliDriver[comments]
> -------------------------------------------------
>
> Key: HIVE-16256
> URL: https://issues.apache.org/jira/browse/HIVE-16256
> Project: Hive
> Issue Type: Sub-task
> Reporter: Barna Zsombor Klara
> Assignee: Vihang Karajgaonkar
> Attachments: HIVE-16256.01.patch
>
>
> Test has been failing for 6 consecutive runs. Most recent:
> https://builds.apache.org/job/PreCommit-HIVE-Build/4245/testReport/
> Diff:
> 147a148
> > COLUMN_STATS_ACCURATE
> > {"BASIC_STATS":"true","COLUMN_STATS":{"key":"true","value":"true"}}
> 167a169
> > COLUMN_STATS_ACCURATE
> > {"BASIC_STATS":"true","COLUMN_STATS":{"key":"true","value":"true"}}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)