[
https://issues.apache.org/jira/browse/SAMZA-1355?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16067800#comment-16067800
]
ASF GitHub Bot commented on SAMZA-1355:
---------------------------------------
GitHub user shanthoosh opened a pull request:
https://github.com/apache/samza/pull/237
SAMZA-1355 : Enable standalone integration tests conditionally in build.
It's run only when includeSamzaTest gradle project property is set.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/shanthoosh/samza
disable_samza_test_build_with_a_flag
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/samza/pull/237.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 #237
----
commit fe1212812098ca555cb0df674a7184e85bcea638
Author: Shanthoosh Venkataraman <[email protected]>
Date: 2017-06-29T05:44:33Z
Disable build of samza-test(integration tests) by default.
It's run only when includeSamzaTest gradle project property is set.
----
> Enable standalone integration tests conditionally in build.
> -----------------------------------------------------------
>
> Key: SAMZA-1355
> URL: https://issues.apache.org/jira/browse/SAMZA-1355
> Project: Samza
> Issue Type: Improvement
> Reporter: Shanthoosh Venkataraman
> Assignee: Shanthoosh Venkataraman
> Priority: Minor
>
> Integration tests in samza standalone are pretty heavy weight and
> expensive(brings up embedded zookeeper, publishes messages to kafka, consumes
> from it).
> By default these tests are run as a part of each samza build. This increases
> overall build time.
> Average build time without standalone integration tests : 4 mins 56 secs.
> Average build time with standalone integration tests : 9 mins 12 secs.
> Local dev builds are even slower, depending upon nature of machine.
> To alleviate this problem, we propose not to run this on normal build.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)