You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ranger.apache.org by "Ashish Singh (JIRA)" <ji...@apache.org> on 2015/01/29 08:49:34 UTC

[jira] [Comment Edited] (RANGER-209) Test Patch script for Ranger

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

Ashish Singh edited comment on RANGER-209 at 1/29/15 7:48 AM:
--------------------------------------------------------------

Attaching the test patch script for review.

Verified the below mvn commands, that get's executed in the scripts.

{code}
mvn clean test -DskipTests
mvn clean test javadoc:javadoc -DskipTests
mvn clean apache-rat:check
mvn clean test checkstyle:checkstyle -DskipTests
mvn clean install -Dmaven.javadoc.skip=true -DskipTests
mvn clean test findbugs:findbugs -DskipTests
mvn test -fn
{code}

Need to verify the script integration.


was (Author: ashishujjain):
Attaching the test patch script for review.

Verified the below mvn commands, that get's executed in the scripts.

{code}
mvn clean test -DskipTests
mvn clean test javadoc:javadoc -DskipTests
mvn clean apache-rat:check
mvn clean test checkstyle:checkstyle -DskipTests
mvn clean install -Dmaven.javadoc.skip=true -DskipTests
mvn clean test findbugs:findbugs -DskipTests   is having issues in code compilation....
mvn test -fn
{code}

Need to verify the script integration.

> Test Patch script for Ranger
> ----------------------------
>
>                 Key: RANGER-209
>                 URL: https://issues.apache.org/jira/browse/RANGER-209
>             Project: Ranger
>          Issue Type: Bug
>    Affects Versions: 0.5.0
>         Environment: Have test patch capability as part dev support, to test patches as part of Jenkins builds.
>            Reporter: Ashish Singh
>            Assignee: Ashish Singh
>            Priority: Critical
>             Fix For: 0.5.0
>
>         Attachments: 0001-RANGER-209-Test-Patch-script-for-Ranger.patch
>
>
> Have the Test patch capability like other apache components. For example
> https://github.com/apache/hadoop-common/blob/branch-2/dev-support/test-patch.sh



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)