You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by ju...@apache.org on 2013/01/30 03:01:37 UTC

git commit: System Test : Disable shallow.iterator in Mirror Maker test cases to make compression work correctly; patched by John Fung; reviewed by Jun Rao; kafka-737

Updated Branches:
  refs/heads/0.8 b3a4fe9ce -> 2ae069024


System Test : Disable shallow.iterator in Mirror Maker test cases to make compression work correctly; patched by John Fung; reviewed by Jun Rao; kafka-737


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

Branch: refs/heads/0.8
Commit: 2ae069024120a7c9775ac53966f0af08435f2e5b
Parents: b3a4fe9
Author: Jun Rao <ju...@gmail.com>
Authored: Tue Jan 29 18:01:28 2013 -0800
Committer: Jun Rao <ju...@gmail.com>
Committed: Tue Jan 29 18:01:28 2013 -0800

----------------------------------------------------------------------
 .../config/mirror_consumer.properties              |    2 +-
 .../testcase_5003/testcase_5003_properties.json    |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kafka/blob/2ae06902/system_test/mirror_maker_testsuite/config/mirror_consumer.properties
----------------------------------------------------------------------
diff --git a/system_test/mirror_maker_testsuite/config/mirror_consumer.properties b/system_test/mirror_maker_testsuite/config/mirror_consumer.properties
index ea415e6..bb1a1cc 100644
--- a/system_test/mirror_maker_testsuite/config/mirror_consumer.properties
+++ b/system_test/mirror_maker_testsuite/config/mirror_consumer.properties
@@ -9,4 +9,4 @@ auto.offset.reset=smallest
 socket.receive.buffer.bytes=1048576
 fetch.message.max.bytes=1048576
 zk.sync.time.ms=15000
-shallow.iterator.enable=true
+shallow.iterator.enable=false

http://git-wip-us.apache.org/repos/asf/kafka/blob/2ae06902/system_test/mirror_maker_testsuite/testcase_5003/testcase_5003_properties.json
----------------------------------------------------------------------
diff --git a/system_test/mirror_maker_testsuite/testcase_5003/testcase_5003_properties.json b/system_test/mirror_maker_testsuite/testcase_5003/testcase_5003_properties.json
index 3807d84..f186298 100644
--- a/system_test/mirror_maker_testsuite/testcase_5003/testcase_5003_properties.json
+++ b/system_test/mirror_maker_testsuite/testcase_5003/testcase_5003_properties.json
@@ -110,7 +110,7 @@
       "entity_id": "10",
       "topic": "test_1",
       "threads": "5",
-      "compression-codec": "1",
+      "compression-codec": "2",
       "message-size": "500",
       "message": "100",
       "request-num-acks": "-1",