You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by ij...@apache.org on 2016/12/07 00:26:14 UTC

kafka git commit: HOTFIX: Disable this test until it's fixed (0.10.1)

Repository: kafka
Updated Branches:
  refs/heads/0.10.1 1845bb5d2 -> c1385887f


HOTFIX: Disable this test until it's fixed (0.10.1)

Author: Eno Thereska <en...@gmail.com>

Reviewers: Ismael Juma <is...@juma.me.uk>

Closes #2219 from enothereska/0.10.1-hotfix-disable-smoke-test


Project: http://git-wip-us.apache.org/repos/asf/kafka/repo
Commit: http://git-wip-us.apache.org/repos/asf/kafka/commit/c1385887
Tree: http://git-wip-us.apache.org/repos/asf/kafka/tree/c1385887
Diff: http://git-wip-us.apache.org/repos/asf/kafka/diff/c1385887

Branch: refs/heads/0.10.1
Commit: c1385887fc02e3bd393c18f36e97101faad9b97d
Parents: 1845bb5
Author: Eno Thereska <en...@gmail.com>
Authored: Wed Dec 7 00:26:02 2016 +0000
Committer: Ismael Juma <is...@juma.me.uk>
Committed: Wed Dec 7 00:26:02 2016 +0000

----------------------------------------------------------------------
 tests/kafkatest/tests/streams/streams_smoke_test.py | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kafka/blob/c1385887/tests/kafkatest/tests/streams/streams_smoke_test.py
----------------------------------------------------------------------
diff --git a/tests/kafkatest/tests/streams/streams_smoke_test.py b/tests/kafkatest/tests/streams/streams_smoke_test.py
index e3c465a..ea05c5f 100644
--- a/tests/kafkatest/tests/streams/streams_smoke_test.py
+++ b/tests/kafkatest/tests/streams/streams_smoke_test.py
@@ -44,6 +44,7 @@ class StreamsSmokeTest(KafkaTest):
         self.processor3 = StreamsSmokeTestJobRunnerService(test_context, self.kafka)
         self.processor4 = StreamsSmokeTestJobRunnerService(test_context, self.kafka)
 
+    @ignore
     def test_streams(self):
         """
         Start a few smoke test clients, then repeat start a new one, stop (cleanly) running one a few times.