You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@samza.apache.org by shanthoosh <gi...@git.apache.org> on 2017/10/09 18:14:52 UTC

[GitHub] samza pull request #319: Enable integration tests conditionally in build.

GitHub user shanthoosh opened a pull request:

    https://github.com/apache/samza/pull/319

    Enable integration tests conditionally in build.

    Remove runIntegrationTests property and introduce skipIntegrationTests property.
    If skipIntegrationTests gradle project property is enabled, all tests in samza-test project will be skipped.

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

    $ git pull https://github.com/shanthoosh/samza skip_integration_tests

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

    https://github.com/apache/samza/pull/319.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 #319
    
----
commit 7c5e812ce12bf368e2b9b4ed9083ae39afbe3e30
Author: Shanthoosh Venkataraman <sv...@linkedin.com>
Date:   2017-10-09T03:29:19Z

    Enable integration tests conditionally in build.
    
    Remove runIntegrationTests property and introduce skipIntegrationTests property.
    If skipIntegrationTests property is enabled, all tests in samza-test project
    will be skipped.

----


---

[GitHub] samza pull request #319: SAMZA-1451: Disable integration tests conditionally...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/samza/pull/319


---