Commit Graph

31 Commits

Author SHA1 Message Date
Ewen Cheslack-Postava 12ce4b1e1e KAFKA-1725 Configuration file bugs in system tests add noise to output and break a few tests; reviewed by Neha Narkhede 2014-10-24 09:04:23 -07:00
Sriharsha Chintalapani 1733c0bfb0 kafka-1670 (followup to fix system tests); Corrupt log files for segment.bytes values close to Int.MaxInt; patched by Sriharsha Chintalapani; reviewed by Jun Rao 2014-10-12 08:44:59 -07:00
Joel Koshy a670537aa3 KAFKA-1012; Consumer offset management in Kafka; patched by Tejas Patil and Joel Koshy; feedback and reviews from Neha Narkhede, Jun Rao, Guozhang Wang, Sriram Subramanian, Joe Stein, Chris Riccomini 2014-03-14 15:14:33 -07:00
Jun Rao c124bbbb6c kafka-1301; system testcase_0206 fails using the new producer; patched by Jun Rao; reviewed by Jay Kreps 2014-03-11 20:56:32 -07:00
Jun Rao c765d7bd4e kafka-1240; Add ability to existing system tests to use the new producer client; patched by Jun Rao; reviewed by Neha Narkhede 2014-03-06 19:06:25 -08:00
Joel Koshy ac239da502 Update description of num.partitions config in sample server properties - issue reported by Vaibhav Puranik 2013-11-25 19:46:42 -08:00
John Fung f596ab5778 kafka-832; System Test - set retry.backoff.ms=300 to all test cases; patched by John Fung; reviewed by Jun Rao 2013-07-23 09:46:25 -07:00
John Fung d3aa3ef073 kafka-879; In system test, read the new leader from zookeeper instead of broker log on completion of become-leader state transition; patched by John Fung; reviewed by Jun Rao 2013-07-23 09:38:52 -07:00
John Fung 85c7159154 KAFKA-922 System Test - set retry.backoff.ms=300 to testcase_0119; reviewed by Neha Narkhede 2013-05-29 09:36:52 -07:00
Swapnil Ghike 2d7403174f kafka-871; Rename ZkConfig properties; patched by Swapnil Ghike; reviewed by Jun Rao 2013-04-25 18:57:31 -07:00
John Fung f570cce1f4 kafka-819; System Test : Add validation of log segment index to offset; patched by John Fung; reviewed by Jun Rao 2013-03-27 16:58:54 -07:00
John Fung 26c50fac47 kafka-791; Fix validation bugs in System Test; patched by John Fung; reviewed by Jun Rao 2013-03-25 14:08:24 -07:00
John Fung b5edbb193b kafka-792; Update multiple attributes in testcase_xxxx_properties.json; patched by John Fung; reviewed by Jun Rao 2013-03-08 14:59:50 -08:00
Neha Narkhede 758778ebaa KAFKA-651 Add system tests for auto create topic; reviewed by Neha Narkhede 2013-01-24 14:04:02 -08:00
Jun Rao bd5504c052 System Test - Update all testcase_xxxx_properties.json for properties keys uniform naming convention; kafka-688; patched by Jun Rao; reviewed by Jun Rao 2013-01-14 14:29:34 -08:00
Jun Rao a40953196e Use uniform convention for naming properties keys; kafka-648; patched by Sriram Subramanian; reviewed by Jun Rao 2013-01-11 16:12:57 -08:00
John Fung 9001d74839 KAFKA-647 Provide a property in System Test for no. of topics and topics string will be generated automatically; reviewed by Neha Narkhede 2012-12-17 14:12:27 -08:00
Neha Narkhede 8a93698a75 Patching remaining files from KAFKA-644
git-svn-id: https://svn.apache.org/repos/asf/kafka/branches/0.8@1418569 13f79535-47bb-0310-9956-ffa450edef68
2012-12-08 00:45:15 +00:00
Neha Narkhede 1270663737 KAFKA-644 https://svn.apache.org/repos/asf/kafka/branches/0.8; patched by John Fung; reviewed by Neha Narkhede
git-svn-id: https://svn.apache.org/repos/asf/kafka/branches/0.8@1418545 13f79535-47bb-0310-9956-ffa450edef68
2012-12-07 23:07:16 +00:00
Neha Narkhede 6ca7b3acfd KAFKA-608 and KAFKA-630 getTopicMetadata does not respect producer config settings and fix auto-create topic; patched by Neha Narkhede; reviewed by Jun Rao
git-svn-id: https://svn.apache.org/repos/asf/kafka/branches/0.8@1415909 13f79535-47bb-0310-9956-ffa450edef68
2012-12-01 02:04:19 +00:00
Jun Rao e13ecfc1df System Test - Log Retention Cases should wait longer before getting the common starting offset in replica log segments; patched by John Fung; reviewed by Jun Rao; KAFKA-605
git-svn-id: https://svn.apache.org/repos/asf/incubator/kafka/branches/0.8@1410547 13f79535-47bb-0310-9956-ffa450edef68
2012-11-16 19:38:14 +00:00
Jun Rao 1cc8c3beab Add test cases to test log size retention and more; patched by John Fung; reviewed by Jun Rao; KAFKA-591
git-svn-id: https://svn.apache.org/repos/asf/incubator/kafka/branches/0.8@1407680 13f79535-47bb-0310-9956-ffa450edef68
2012-11-09 22:58:23 +00:00
Jun Rao 1828b1852c system test configs are broken; patched by John Fung; reviewed by Jun Rao; kafka-586
git-svn-id: https://svn.apache.org/repos/asf/incubator/kafka/branches/0.8@1404203 13f79535-47bb-0310-9956-ffa450edef68
2012-10-31 15:25:43 +00:00
Jun Rao 6d86e43f0a Update System Test due to new argument --sync in ProducerPerformance; patched by Jun Rao; reviewed by Neha Narkhede and Jun Rao; kafka-594
git-svn-id: https://svn.apache.org/repos/asf/incubator/kafka/branches/0.8@1404197 13f79535-47bb-0310-9956-ffa450edef68
2012-10-31 15:21:11 +00:00
Jun Rao 743ac37382 extend DumpLogSegments to verify consistency btw data and index; patched by Yang Ye; reviewed by Neha Narkhede and Jun Rao; KAFKA-577
git-svn-id: https://svn.apache.org/repos/asf/incubator/kafka/branches/0.8@1403553 13f79535-47bb-0310-9956-ffa450edef68
2012-10-29 22:09:43 +00:00
Jun Rao adebb7d78a Add more test cases to System Test ; patched by John Fung; reviewed by Jun Rao; KAFKA-571
git-svn-id: https://svn.apache.org/repos/asf/incubator/kafka/branches/0.8@1401875 13f79535-47bb-0310-9956-ffa450edef68
2012-10-24 20:56:16 +00:00
Neha Narkhede 1b4d3c3061 KAFKA-502 Adding 30 more system tests, reviewed by Jun and Neha; patched by John Fung
git-svn-id: https://svn.apache.org/repos/asf/incubator/kafka/branches/0.8@1396687 13f79535-47bb-0310-9956-ffa450edef68
2012-10-10 16:56:57 +00:00
Neha Narkhede fb0f176131 KAFKA-449: Leader election test
git-svn-id: https://svn.apache.org/repos/asf/incubator/kafka/branches/0.8@1384854 13f79535-47bb-0310-9956-ffa450edef68
2012-09-14 17:20:04 +00:00
Neha Narkhede 4cea1de21a KAFKA-483 Improvements to the system testing framework; patched by John Fung; reviewed by Neha Narkhede
git-svn-id: https://svn.apache.org/repos/asf/incubator/kafka/branches/0.8@1379232 13f79535-47bb-0310-9956-ffa450edef68
2012-08-30 23:47:55 +00:00
Neha Narkhede d4f3eff171 KAFKA-489 Add metrics collection and graphs to the system test framework; patched by Neha Narkhede; reviewed by Jun Rao and John Fung
git-svn-id: https://svn.apache.org/repos/asf/incubator/kafka/branches/0.8@1378666 13f79535-47bb-0310-9956-ffa450edef68
2012-08-29 18:07:58 +00:00
Neha Narkhede 5861046d09 KAFKA-440 Regression/system test framework; patched by John Fung; reviewed by Neha Narkhede
git-svn-id: https://svn.apache.org/repos/asf/incubator/kafka/branches/0.8@1376147 13f79535-47bb-0310-9956-ffa450edef68
2012-08-22 17:16:26 +00:00