You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sqoop.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/11/27 16:40:00 UTC

[jira] [Commented] (SQOOP-3414) Introduce a Gradle build parameter to set the ignoreTestFailures of the test tasks

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

ASF GitHub Bot commented on SQOOP-3414:
---------------------------------------

GitHub user szvasas opened a pull request:

    https://github.com/apache/sqoop/pull/59

    SQOOP-3414: Introduce a Gradle build parameter to set the ignoreTestFailures of the test tasks

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/szvasas/sqoop SQOOP-3414

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/sqoop/pull/59.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #59
    
----
commit 3f8a248ba656b7735147baf994d8a3cb194b6f62
Author: Szabolcs Vasas <va...@...>
Date:   2018-11-27T09:46:17Z

    Change is implemented.

----


> Introduce a Gradle build parameter to set the ignoreTestFailures of the test tasks
> ----------------------------------------------------------------------------------
>
>                 Key: SQOOP-3414
>                 URL: https://issues.apache.org/jira/browse/SQOOP-3414
>             Project: Sqoop
>          Issue Type: Test
>    Affects Versions: 1.4.7
>            Reporter: Szabolcs Vasas
>            Assignee: Szabolcs Vasas
>            Priority: Major
>
> The [ignoreFailures|https://docs.gradle.org/current/dsl/org.gradle.api.tasks.testing.Test.html#org.gradle.api.tasks.testing.Test:ignoreFailures] parameter of the Gradle test tasks is set to false which means that if a Gradle test task fails the gradle
> process returns with non-zero. In some CI tools (e.g. Jenkins) this will make the status of the job red and not yellow
> which usually means some more serious issue than a test failure.
> I would like to introduce a parameter to be able set this parameter of the test tasks.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)