You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/07/26 09:55:00 UTC

[jira] [Commented] (KAFKA-5643) Using _DUCKTAPE_OPTIONS has no effect on executing tests

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

ASF GitHub Bot commented on KAFKA-5643:
---------------------------------------

GitHub user ppatierno opened a pull request:

    https://github.com/apache/kafka/pull/3578

    KAFKA-5643: Using _DUCKTAPE_OPTIONS has no effect on executing tests

    Added handling of _DUCKTAPE_OPTIONS (mainly for enabling debugging)

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/ppatierno/kafka kafka-5643

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/kafka/pull/3578.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #3578
    
----
commit 02e958a1ee7cdd5b7e81fcec45fba7326a4ac9fa
Author: Paolo Patierno <pp...@live.com>
Date:   2017-07-26T09:52:52Z

    Added handling of _DUCKTAPE_OPTIONS (mainly for enabling debugging)

----


> Using _DUCKTAPE_OPTIONS has no effect on executing tests
> --------------------------------------------------------
>
>                 Key: KAFKA-5643
>                 URL: https://issues.apache.org/jira/browse/KAFKA-5643
>             Project: Kafka
>          Issue Type: Bug
>          Components: system tests
>            Reporter: Paolo Patierno
>            Assignee: Paolo Patierno
>
> Hi,
> as described in the documentation, you should be able to enable debugging using the following line :
> _DUCKTAPE_OPTIONS="--debug" bash tests/docker/run_tests.sh | tee debug_logs.txt
> Instead the _DUCKTAPE_OPTIONS isn't available in the run_tests.sh script so it's not passed to the ducker-ak and finally on the ducktape command line.
> Thanks,
> Paolo.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)