[ 
https://issues.apache.org/jira/browse/KAFKA-976?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13710335#comment-13710335
 ] 

John Fung commented on KAFKA-976:
---------------------------------

Uploaded kafka-976-v1.patch to add testcase_5007. Please do the following to 
run the test case:

1. Check out latest 0.8 branch
2. Apply KAFKA-957.v1.patch
3. Apply KAFKA-967.v2.patch
4. Apply kafka-976-v1.patch
5. Build kafka
6. Edit <kafka>/config/log4j.properties to uncomment the following 2 lines:
    #log4j.logger.kafka.perf=DEBUG, kafkaAppender
    #log4j.logger.kafka.perf.ProducerPerformance$ProducerThread=DEBUG, 
kafkaAppender
7. Edit <kafka>/system_test/testcase_to_run.json to the following:
{
    "MirrorMakerTest"   : [
        "testcase_5007"
    ]
}

8. Execute the test under <kafka>/system_test :

$ python -u -B system_test_runner.py 2>&1 | tee system_test_output.log
                
> Order-Preserving Mirror Maker Testcase
> --------------------------------------
>
>                 Key: KAFKA-976
>                 URL: https://issues.apache.org/jira/browse/KAFKA-976
>             Project: Kafka
>          Issue Type: Test
>            Reporter: Guozhang Wang
>            Assignee: John Fung
>         Attachments: kafka-976-v1.patch
>
>
> A new testcase (5007) for mirror_maker_testsuite is needed for the 
> key-dependent order-preserving mirror maker, this is related to KAFKA-957.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to