[
https://issues.apache.org/jira/browse/HIVE-23478?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17109544#comment-17109544
]
Ashutosh Chauhan commented on HIVE-23478:
-----------------------------------------
I also hit this flaky test in one of my patches. Failure I saw was following :
{code}
java.lang.AssertionError:
Client Execution succeeded but contained differences (error code = 1) after
executing special_character_in_tabnames_quotes_1.q
15534c15534
< 1 4 2
---
> 1 4 2
{code}
I dont think using unique name will suffice. Issue seems to be order of rows in
test output. It probably needs fix similar to HIVE-23484
> Fix flaky special_character_in_tabnames_quotes_1 test
> -----------------------------------------------------
>
> Key: HIVE-23478
> URL: https://issues.apache.org/jira/browse/HIVE-23478
> Project: Hive
> Issue Type: Improvement
> Components: Tests
> Affects Versions: 4.0.0
> Reporter: John Sherman
> Assignee: John Sherman
> Priority: Major
> Fix For: 4.0.0
>
> Attachments: HIVE-23478.1.patch, HIVE-23478.2.patch
>
>
> While testing https://issues.apache.org/jira/browse/HIVE-23354
> special_character_in_tabnames_quotes_1 failed. Searching for the test, it
> seems other patches have also had failures. I noticed that
> special_character_in_tabnames_1 and special_character_in_tabnames_quotes_1
> use the same database/table names. I suspect this is responsible for some of
> the flakiness.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)