You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Zoltan Haindrich (JIRA)" <ji...@apache.org> on 2017/10/06 11:35:00 UTC

[jira] [Updated] (HIVE-17725) Fix misnamed tests which are not run during precommit runs.

     [ https://issues.apache.org/jira/browse/HIVE-17725?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Zoltan Haindrich updated HIVE-17725:
------------------------------------
    Description: 
I've just seen a testfailure for jdk9; but the test is not even executed during precommit runs:
{{TaskTrackerTest}}
I think the test classes name should match the {{\*\*/Test\*}} to be executed during test runs...however there seems to be quite a few... {{find . -name '*Test.java'}} returns a few abstracts ; but there are real test ; which are just misnamed...


  was:

I've just seen a testfailure for jdk9; but the test is not even executed during precommit runs:
{{TaskTrackerTest}}
I think the test classes name should match the {{**/Test*}} to be executed during test runs...however there seems to be quite a few... {{find . -name '*Test.java'}} returns a few abstracts ; but there are real test ; which are just misnamed...



> Fix misnamed tests which are not run during precommit runs. 
> ------------------------------------------------------------
>
>                 Key: HIVE-17725
>                 URL: https://issues.apache.org/jira/browse/HIVE-17725
>             Project: Hive
>          Issue Type: Bug
>          Components: Test
>            Reporter: Zoltan Haindrich
>
> I've just seen a testfailure for jdk9; but the test is not even executed during precommit runs:
> {{TaskTrackerTest}}
> I think the test classes name should match the {{\*\*/Test\*}} to be executed during test runs...however there seems to be quite a few... {{find . -name '*Test.java'}} returns a few abstracts ; but there are real test ; which are just misnamed...



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)