You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Matthias J. Sax (JIRA)" <ji...@apache.org> on 2017/02/22 01:06:44 UTC

[jira] [Updated] (KAFKA-3195) Transient test failure in OffsetCheckpointTest.testReadWrite

     [ https://issues.apache.org/jira/browse/KAFKA-3195?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matthias J. Sax updated KAFKA-3195:
-----------------------------------
    Affects Version/s: 0.10.0.0

> Transient test failure in OffsetCheckpointTest.testReadWrite
> ------------------------------------------------------------
>
>                 Key: KAFKA-3195
>                 URL: https://issues.apache.org/jira/browse/KAFKA-3195
>             Project: Kafka
>          Issue Type: Bug
>          Components: streams
>    Affects Versions: 0.10.0.0
>            Reporter: Ewen Cheslack-Postava
>            Assignee: Ismael Juma
>             Fix For: 0.10.0.0
>
>
> It looks like its probably an issue with parallel tests trying to access the same fixed path, where one test deletes the file. Saw this on 86a9036a7b03c8ae07d014c25a5eedc315544139.
> {quote}
> org.apache.kafka.streams.state.internals.OffsetCheckpointTest > testReadWrite FAILED
>     java.io.FileNotFoundException: /tmp/kafka-streams/offset_checkpoint.test.tmp (No such file or directory)
>         at java.io.FileOutputStream.open(Native Method)
>         at java.io.FileOutputStream.<init>(FileOutputStream.java:221)
>         at java.io.FileOutputStream.<init>(FileOutputStream.java:171)
>         at org.apache.kafka.streams.state.internals.OffsetCheckpoint.write(OffsetCheckpoint.java:68)
>         at org.apache.kafka.streams.state.internals.OffsetCheckpointTest.testReadWrite(OffsetCheckpointTest.java:48)
> {quote}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)