[
https://issues.apache.org/jira/browse/HIVE-18588?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16353654#comment-16353654
]
Peter Vary commented on HIVE-18588:
-----------------------------------
I think we should run the PreCommit tests with:
{code:java}
mvn test -Dtest.groups=""{code}
So the tests without annotation will run as well. So if a developer:
* Creates a new test
* Forgets to add any annotations
* Runs the tests only from the IDE
The PreCommit tests will run the test anyway.
> Add 'checkin' profile that runs slower tests in standalone-metastore
> --------------------------------------------------------------------
>
> Key: HIVE-18588
> URL: https://issues.apache.org/jira/browse/HIVE-18588
> Project: Hive
> Issue Type: Test
> Components: Standalone Metastore
> Affects Versions: 3.0.0
> Reporter: Alan Gates
> Assignee: Alan Gates
> Priority: Major
> Attachments: HIVE-18588.2.patch, HIVE-18588.patch
>
>
> Runtime for unit tests in standalone-metastore are now exceeding 25 minutes.
> Ideally unit tests should finish within 2-3 minutes so users will run them
> frequently. To solve this I propose to carve off many of the slower tests to
> run in a new 'checkin' profile. This profile should be run before checkin
> and by the ptest infrastructure.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)