[
https://issues.apache.org/jira/browse/KAFKA-3354?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15186369#comment-15186369
]
ASF GitHub Bot commented on KAFKA-3354:
---------------------------------------
GitHub user granders opened a pull request:
https://github.com/apache/kafka/pull/1031
MINOR: Ignoring streams tests until there is fix for KAFKA-3354
Per discussion with @guozhangwang, `@ignore` failing streams system tests
until fix for KAFKA-3354 is checked in.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/confluentinc/kafka ignore-streams-systest
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/kafka/pull/1031.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1031
----
commit 90b72c5fecd3b5646ce8d3f24ba5522023dacc96
Author: Geoff Anderson <[email protected]>
Date: 2016-03-09T02:36:26Z
Ignoring streams tests until there is fix for KAFKA-3354
----
> Streams system tests fail in trunk
> ----------------------------------
>
> Key: KAFKA-3354
> URL: https://issues.apache.org/jira/browse/KAFKA-3354
> Project: Kafka
> Issue Type: Bug
> Reporter: Geoff Anderson
>
> Started seeing consistent failures in
> {code}
> Module: kafkatest.tests.streams_bounce_test
> Class: StreamsBounceTest
> Method: test_bounce
> {code}
> and
> {code}
> Module: kafkatest.tests.streams_smoke_test
> Class: StreamsSmokeTest
> Method: test_streams
> {code}
> Last success: 23f239b
> First starting failing: 2a58ba9
> Two commits between:
> {code}
> commit 2a58ba9fd893979f89aec251579b10f5cda41d10
> Author: Guozhang Wang <[email protected]>
> Date: Wed Mar 2 13:43:48 2016 -0800
> KAFKA-3311; Prepare internal source topics before calling partition
> grouper
> Author: Guozhang Wang <[email protected]>
> Reviewers: Yasuhiro Matsuda <[email protected]>, Jun Rao
> <[email protected]>
> Closes #990 from guozhangwang/K3311
> commit 002b377dad9c956cd0ae0597981f29698883b6d5
> Author: Anna Povzner <[email protected]>
> Date: Wed Mar 2 09:40:34 2016 -0800
> KAFKA-3196; Added checksum and size to RecordMetadata and ConsumerRecord
> This is the second (remaining) part of KIP-42. See
> https://cwiki.apache.org/confluence/display/KAFKA/KIP-42%3A+Add+Producer+and+Consumer+Interceptors
> Author: Anna Povzner <[email protected]>
> Reviewers: Ismael Juma <[email protected]>, Jason Gustafson
> <[email protected]>, Jun Rao <[email protected]>
> Closes #951 from apovzner/kafka-3196
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)