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

kafka git commit: HOTFIX: re-enable streams smoke test after KAFKA-4488

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


HOTFIX: re-enable streams smoke test after KAFKA-4488


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

Branch: refs/heads/0.10.1
Commit: febfa11692f1b8b65a197861f06967a9e4688e18
Parents: c138588
Author: Guozhang Wang <wa...@gmail.com>
Authored: Wed Dec 7 08:54:05 2016 -0800
Committer: Guozhang Wang <wa...@gmail.com>
Committed: Wed Dec 7 08:54:05 2016 -0800

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


http://git-wip-us.apache.org/repos/asf/kafka/blob/febfa116/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 ea05c5f..e3c465a 100644
--- a/tests/kafkatest/tests/streams/streams_smoke_test.py
+++ b/tests/kafkatest/tests/streams/streams_smoke_test.py
@@ -44,7 +44,6 @@ 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.