[
https://issues.apache.org/jira/browse/HIVE-20795?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Denys Kuzmenko updated HIVE-20795:
----------------------------------
Description:
Tests without "Test" prefix are ignored by
UnitTestPropertiesParser.generateFullTestSet()
-> if (className.startsWith("Test") && !className.contains("$")) \{ }
> Rename CompileLockTest.java to follow the naming convention for the tests.
> --------------------------------------------------------------------------
>
> Key: HIVE-20795
> URL: https://issues.apache.org/jira/browse/HIVE-20795
> Project: Hive
> Issue Type: Bug
> Components: Test
> Reporter: Denys Kuzmenko
> Assignee: Denys Kuzmenko
> Priority: Major
> Attachments: HIVE-20795.1.patch
>
>
> Tests without "Test" prefix are ignored by
> UnitTestPropertiesParser.generateFullTestSet()
> -> if (className.startsWith("Test") && !className.contains("$")) \{ }
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)