[
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)