You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by "Jakob Homan (JIRA)" <ji...@apache.org> on 2014/04/22 22:08:18 UTC

[jira] [Commented] (SAMZA-95) Remove jacoco from build

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

Jakob Homan commented on SAMZA-95:
----------------------------------

The attached patch was generated backwards (adds the lines rather than removing them).  +1 on a corrected version.  Ran same tests as Chris.  Interestingly got a failure on TestExponentialSleepStrategy once:
{noformat}:samza-core_2.10:test

org.apache.samza.util.TestExponentialSleepStrategy > testThreadInterruptInRetryLoop FAILED
    java.lang.AssertionError at TestExponentialSleepStrategy.scala:145{noformat}
Couldn't reproduce...


> Remove jacoco from build
> ------------------------
>
>                 Key: SAMZA-95
>                 URL: https://issues.apache.org/jira/browse/SAMZA-95
>             Project: Samza
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 0.6.0
>            Reporter: Jakob Homan
>            Assignee: Chris Riccomini
>            Priority: Minor
>             Fix For: 0.7.0, 0.8.0
>
>         Attachments: SAMZA-95-3.diff, SAMZA-95-4.diff, SAMZA-95-5.patch, SAMZA-95.diff, SAMZA-95.diff
>
>
> {noformat}[jhoman@jhoman-ld samza]$ ./gradlew projectReport
> The TaskContainer.add() method has been deprecated and is scheduled to be removed in Gradle 2.0. Please use the create() method instead.
> :samza-api:dependencyReport UP-TO-DATE
> :samza-api:propertyReport UP-TO-DATE
> :samza-api:taskReport
> :samza-api:projectReport
> :samza-core_2.9.2:dependencyReport
> :samza-core_2.9.2:propertyReport
> :samza-core_2.9.2:taskReport FAILED
> FAILURE: Build failed with an exception.
> * What went wrong:
> Execution failed for task ':samza-core_2.9.2:taskReport'.
> > Could not determine the dependencies of task ':samza-core_2.9.2:jacocoTestReport'.
> * Try:
> Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
> BUILD FAILED{noformat}



--
This message was sent by Atlassian JIRA
(v6.2#6252)