[ 
https://issues.apache.org/jira/browse/HIVE-23478?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17108715#comment-17108715
 ] 

John Sherman commented on HIVE-23478:
-------------------------------------

I've attempted to fix the issue by making the database unique. I've changed the 
database used from
{code:java}
db~!@#$%^&*(),<>{code}
to
{code:java}
db~!@@#$%^&*(),<>{code}
(I've added an extra @)

> 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
>
>
> 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)

Reply via email to