Divij Vaidya created KAFKA-15234:
------------------------------------
Summary: Automate adding version to system tests
Key: KAFKA-15234
URL: https://issues.apache.org/jira/browse/KAFKA-15234
Project: Kafka
Issue Type: Sub-task
Reporter: Divij Vaidya
In the release process, there is a step to add the release version to the
system tests using the following steps. (search for "In trunk update the
following files with the current release number." at
https://cwiki.apache.org/confluence/display/KAFKA/Release+Process)
_In trunk update the following files with the current release number. This is
needed for a feature as well as a bug-fix release ([commit
example|https://github.com/apache/kafka/commit/354db26b954c1df7c8c83748c466768399209b8c])_
* _KAFKA-REPO-DIR/gradle/dependencies.gradle_
* _KAFKA-REPO-DIR/tests/docker/Dockerfile_
* _KAFKA-REPO-DIR/tests/kafkatest/version.py_
* _KAFKA-REPO-DIR/vagrant/base.sh_
This task should create a python script that will do these automatically. For
reference, similar code changes are performed using regEx at
https://github.com/apache/kafka/blob/cc4e699d4cb2880d05603e2e8310d28e1c9f201a/release.py#L563
--
This message was sent by Atlassian Jira
(v8.20.10#820010)