You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by "Shanthoosh Venkataraman (JIRA)" <ji...@apache.org> on 2017/06/29 05:57:00 UTC

[jira] [Created] (SAMZA-1355) Run samza test build based on gradle project property.

Shanthoosh Venkataraman created SAMZA-1355:
----------------------------------------------

             Summary: Run samza test build based on gradle project property.
                 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)