Yunyung commented on code in PR #17992: URL: https://github.com/apache/kafka/pull/17992#discussion_r1864122240
########## tests/docker/ducker-ak: ########## @@ -529,7 +544,10 @@ ducker_test() { cmd="cd /opt/kafka-dev && ${ducktape_cmd} --cluster-file /opt/kafka-dev/tests/docker/build/cluster.json $test_names $ducktape_args" echo "docker exec ducker01 bash -c \"${cmd}\"" - exec docker exec --user=ducker ducker01 bash -c "${cmd}" + docker exec --user=ducker ducker01 bash -c "${cmd}" Review Comment: The symbolic link 'latest' is created in this e2e, after all the tests are completed. -- 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