You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by GitBox <gi...@apache.org> on 2020/12/06 14:19:53 UTC

[GitHub] [kafka] chia7712 commented on pull request #9673: KAFKA-10289 fix failed connect_distributed_test.py (ConnectDistribute…

chia7712 commented on pull request #9673:
URL: https://github.com/apache/kafka/pull/9673#issuecomment-739509315


   @hachikuji Could you take a look? I have test this patch on my local. It pass. 
   
   **command**
   ```
   docker rm -f ducker01 ducker02 ducker03 ducker04 ducker05 ducker06 ducker07 ducker08 ducker09 ducker10 ducker11 ducker12 ducker13 ducker14 \
   ; export _DUCKTAPE_OPTIONS="--subset 0 --subsets 2" \
   && TC_PATHS="tests/kafkatest/tests/connect/connect_distributed_test.py" /bin/bash tests/docker/run_tests.sh
   ```
   **result**
   ```
   SESSION REPORT (ALL TESTS)
   ducktape version: 0.8.0
   session_id:       2020-12-06--005
   run time:         35 minutes 42.481 seconds
   tests run:        30
   passed:           30
   failed:           0
   ignored:          0
   ```
   
   **command**
   ```
   docker rm -f ducker01 ducker02 ducker03 ducker04 ducker05 ducker06 ducker07 ducker08 ducker09 ducker10 ducker11 ducker12 ducker13 ducker14 \
   ; export _DUCKTAPE_OPTIONS="--subset 1 --subsets 2" \
   && TC_PATHS="tests/kafkatest/tests/connect/connect_distributed_test.py" /bin/bash tests/docker/run_tests.sh
   ```
   **result**
   ```
   SESSION REPORT (ALL TESTS)
   ducktape version: 0.8.0
   session_id:       2020-12-06--003
   run time:         29 minutes 57.771 seconds
   tests run:        30
   passed:           30
   failed:           0
   ignored:          0
   ```
   
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org