[
https://issues.apache.org/jira/browse/AMBARI-14439?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15064878#comment-15064878
]
Alejandro Fernandez edited comment on AMBARI-14439 at 12/18/15 10:25 PM:
-------------------------------------------------------------------------
Idea is to call the following,
{code}
mvn clean test -P ${profile_id}
mvn clean -Drat.ignoreErrors=true test -P FastTest > fast-tests.txt
mvn clean -Drat.ignoreErrors=true test -P NonFastTest > nonfast-tests.txt
{code}
was (Author: afernandez):
Idea is to call the following,
mvn clean test -P ${profile_id}
mvn clean -Drat.ignoreErrors=true test -P FastTest > fast-tests.txt
mvn clean -Drat.ignoreErrors=true test -P NonFastTest > nonfast-tests.txt
> Categorize Ambari unit tests with Slow/Fast to run only desired group
> ---------------------------------------------------------------------
>
> Key: AMBARI-14439
> URL: https://issues.apache.org/jira/browse/AMBARI-14439
> Project: Ambari
> Issue Type: Story
> Components: ambari-server
> Affects Versions: 2.3.0
> Reporter: Alejandro Fernandez
> Assignee: Alejandro Fernandez
> Fix For: 2.3.0
>
>
> Categorize the unit tests with wither SlowTest, FastTest, and some other
> group based on the area.
> This will allow us to run a test suite that matches a given group.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)