39 Commits (8cff9119f8d125e55898e2095512b90826522336)

Author SHA1 Message Date
Ewen Cheslack-Postava cbdcd5f108 KAFKA-1746 System tests don't handle errors well; reviewed by Neha Narkhede 10 years ago
Ewen Cheslack-Postava 06e1a6552e KAFKA-1747 TestcaseEnv improperly shares state between instances; reviewed by Neha Narkhede 10 years ago
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 10 years ago
Gwen Shapira cb6a1597b7 KAFKA-1611 Improve system test configuration; reviewed by Neha Narkhede and Guozhang Wang 10 years ago
Joe Stein 2cdc83e85b KAFKA-1485 Upgrade to Zookeeper 3.4.6 and create shim for ZKCLI so system tests can run patch by Gwen Shapira reviewed by Joe Stein and Jun Rao 10 years ago
Dong Lin d678449b96 KAFKA-1582; System Test should wait for producer to finish; reviewed by Joel Koshy and Guozhang Wang 10 years ago
Sriharsha Chintalapani 1363ed7c52 KAFKA-1438 Migrate client tools out of perf; reviewed by Neha Narkhede 11 years ago
Sriharsha Chintalapani 3a048e80d5 kafka-924 (follow-up); Specify console consumer properties via a single --property command line parameter;; patched by Sriharsha Chintalapani; reviewed by Jun Rao 11 years ago
Guozhang Wang 754dacb90b kafka-1432; followup patch to enable new producer in system test; patched by Guozhang Wang; reviewed by Neha Narkhede, Jun Rao 11 years ago
Guozhang Wang 3f7a9061b4 KAFKA-1432 Make num.producerThreads configurable on new MirrrorMaker; reviewed by Neha Narkhede, Jun Rao 11 years ago
Guozhang Wang 2d429e19da kafka-1337; follow-up patch to add broker list for new producer in system test overriden function; patched by Guozhang Wang; reviewed by Neha Narkhede, Jun Rao 11 years ago
Jun Rao bd784aeb20 kafka-1318; waiting for producer to stop is not reliable in system tests; patched by Jun Rao; reviewed by Guozhang Wang, Timothy Chen and Neha Narkhede 11 years ago
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 11 years ago
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 11 years ago
Guozhang Wang eb6da57492 kafka-1212; System test exception handling does not stop background producer threads; patched by Guozhang Wang; reviewed by Neha Narkhede, Joel Koshy, and Jun Rao 11 years ago
Guozhang Wang c2ed6415fc kafka-1208; Update system test still to use kafka-topics instead of kafka-create-topics shell; patched by Guozhang Wang; reviewed by Jun Rao 11 years ago
Joel Koshy d5dfa28596 KAFKA-1089; Fix run-class and log4j for migration tool system test; reviewed by Jun Rao 11 years ago
John Fung a6904a2644 kafka-1078; Update System Test to handle controller data returned by ZK; patched by John Fung; reviewed by Jun Rao 11 years ago
Jun Rao 2c6d3c7b45 kafka-1076; system tests in 0.8 are broken due to wrong log4j config; patched by Joel Koshy; reviewed by Jay Kreps and Jun Rao 11 years ago
John Fung ce7d588055 kafka-883; System Test - update migration tool testsuite after 0.7 ProducerPerformance sends seq MessageID; patched by John Fung; reviewed by Jun Rao 11 years ago
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 11 years ago
Swapnil Ghike 2d7403174f kafka-871; Rename ZkConfig properties; patched by Swapnil Ghike; reviewed by Jun Rao 12 years ago
John Fung f570cce1f4 kafka-819; System Test : Add validation of log segment index to offset; patched by John Fung; reviewed by Jun Rao 12 years ago
John Fung 26c50fac47 kafka-791; Fix validation bugs in System Test; patched by John Fung; reviewed by Jun Rao 12 years ago
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 12 years ago
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 12 years ago
Neha Narkhede 1270663737 KAFKA-644 https://svn.apache.org/repos/asf/kafka/branches/0.8; patched by John Fung; reviewed by Neha Narkhede 12 years ago
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 12 years ago
Jun Rao 1cc8c3beab Add test cases to test log size retention and more; patched by John Fung; reviewed by Jun Rao; KAFKA-591 12 years ago
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 12 years ago
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 12 years ago
Jun Rao adebb7d78a Add more test cases to System Test ; patched by John Fung; reviewed by Jun Rao; KAFKA-571 12 years ago
Neha Narkhede 1b7b43c6e1 KAFKA-541 Move to metrics csv reporter for system tests; patched by Yang Ye; reviewed by Neha, Jun and Joel 12 years ago
Neha Narkhede 1b4d3c3061 KAFKA-502 Adding 30 more system tests, reviewed by Jun and Neha; patched by John Fung 12 years ago
Jun Rao b5dc73219e System Test should remove the top level data log directory; patched by John Fung; reviewed by Jun Rao; KAFKA-526 12 years ago
Neha Narkhede fb0f176131 KAFKA-449: Leader election test 12 years ago
Neha Narkhede 4cea1de21a KAFKA-483 Improvements to the system testing framework; patched by John Fung; reviewed by Neha Narkhede 12 years ago
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 12 years ago
Neha Narkhede 5861046d09 KAFKA-440 Regression/system test framework; patched by John Fung; reviewed by Neha Narkhede 12 years ago