[ https://issues.apache.org/jira/browse/KAFKA-1904?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14308964#comment-14308964 ]
Andrii Biletskyi commented on KAFKA-1904: ----------------------------------------- [~joestein] - I was able to run tests both on trunk and 0.8.2... after fixing some operational stuff locally. A Gwen noted, it is required to specify your values in cluster_config.json for kafka_home and java_home (this instructions are present in readme for system_tests). Then I had to setup my ssh so I can "ssh localhost" without password. After that I had some "permission denied" while tests write or create log files inside system_test dirs - I chmod'ed that and all went fine. So, I guess, we can consider that tests are working (at least running). P.S.: having said that, I'd vote for patch to print errors that may happen during executing commands via ssh. I had to to execute all commands from debug log myself to find and fix the issues. > run sanity failed test > ---------------------- > > Key: KAFKA-1904 > URL: https://issues.apache.org/jira/browse/KAFKA-1904 > Project: Kafka > Issue Type: Bug > Reporter: Joe Stein > Priority: Blocker > Fix For: 0.8.3 > > Attachments: run_sanity.log.gz > > > _test_case_name : testcase_1 > _test_class_name : ReplicaBasicTest > arg : bounce_broker : true > arg : broker_type : leader > arg : message_producing_free_time_sec : 15 > arg : num_iteration : 2 > arg : num_messages_to_produce_per_producer_call : 50 > arg : num_partition : 2 > arg : replica_factor : 3 > arg : sleep_seconds_between_producer_calls : 1 > validation_status : > Test completed : FAILED -- This message was sent by Atlassian JIRA (v6.3.4#6332)