You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Ted Yu (JIRA)" <ji...@apache.org> on 2017/11/15 17:45:00 UTC

[jira] [Created] (KAFKA-6215) KafkaStreamsTest fails in trunk

Ted Yu created KAFKA-6215:
-----------------------------

             Summary: KafkaStreamsTest fails in trunk
                 Key: KAFKA-6215
                 URL: https://issues.apache.org/jira/browse/KAFKA-6215
             Project: Kafka
          Issue Type: Test
            Reporter: Ted Yu


Two subtests fail.

https://builds.apache.org/job/kafka-trunk-jdk9/193/testReport/junit/org.apache.kafka.streams/KafkaStreamsTest/testCannotCleanupWhileRunning/
{code}
org.apache.kafka.streams.errors.StreamsException: org.apache.kafka.streams.errors.ProcessorStateException: state directory [/tmp/kafka-streams/testCannotCleanupWhileRunning] doesn't exist and couldn't be created
	at org.apache.kafka.streams.KafkaStreams.<init>(KafkaStreams.java:618)
	at org.apache.kafka.streams.KafkaStreams.<init>(KafkaStreams.java:505)
	at org.apache.kafka.streams.KafkaStreamsTest.testCannotCleanupWhileRunning(KafkaStreamsTest.java:462)
{code}
testCleanup fails in similar manner.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)