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

[jira] [Commented] (SAMZA-391) Test against YARN 2.5.*

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

Chris Riccomini commented on SAMZA-391:
---------------------------------------

+1

I see an unrelated transitory test failure when I run bin/check-all.sh:

{noformat}
:samza-kafka_2.10:test

testCheckpointShouldBeNullIfCheckpointTopicDoesNotExistShouldBeCreatedOnWriteAndShouldBeReadableAfterWrite                                                     FAILED
    java.lang.AssertionError: expected:<Checkpoint [offsets={SystemStreamPartition [kafka, topic, 0]=123}]> but was:<null>
        at org.junit.Assert.fail(Assert.java:91)
        at org.junit.Assert.failNotEquals(Assert.java:645)
        at org.junit.Assert.assertEquals(Assert.java:126)
        at org.junit.Assert.assertEquals(Assert.java:145)
        at org.apache.samza.checkpoint.kafka.TestKafkaCheckpointManager.testCheckpointShouldBeNullIfCheckpointTopicDoesNotExistShouldBeCreatedOnWriteAndShouldBeReadableAfterWrite(TestKafkaCheckpointManager.scala:122)
{noformat}

This failed for: 

{noformat}
------------- Running check task against JDK7/Scala 2.10/YARN 2.5.0
{noformat}

But passed for other builds. I'll open a separate ticket for this.

> Test against YARN 2.5.*
> -----------------------
>
>                 Key: SAMZA-391
>                 URL: https://issues.apache.org/jira/browse/SAMZA-391
>             Project: Samza
>          Issue Type: Improvement
>          Components: build
>    Affects Versions: 0.8.0
>            Reporter: Jakob Homan
>            Assignee: Jakob Homan
>             Fix For: 0.8.0
>
>         Attachments: SAMZA-391.patch
>
>
> YARN 2.5.0 has been released and is API compatible with 2.4.*.  We should run our CI tests against this version as well.



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