stan-confluent commented on a change in pull request #10915: URL: https://github.com/apache/kafka/pull/10915#discussion_r660083163
########## File path: tests/README.md ########## @@ -51,6 +51,40 @@ bash tests/docker/ducker-ak up -j 'openjdk:11'; tests/docker/run_tests.sh ``` REBUILD="t" bash tests/docker/run_tests.sh ``` +* Debug tests in VS Code: + - Run test with `--debug` flag (can be before or after file name): Review comment: @omkreddy I've updated the run_tests.sh file to pass ducktape args after -- if those are present, can you please take another look? I've also ran shellcheck and fixed the violations found in the changed bits of code. Thanks! -- 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. To unsubscribe, e-mail: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org