adoroszlai opened a new pull request, #8136: URL: https://github.com/apache/ozone/pull/8136
## What changes were proposed in this pull request? After HDDS-11333, we no longer have to manually update Ozone version number in xcompat and upgrade test scripts. However, upgrade test also uses version number in directory names. Any callbacks for the current version have to be in a directory exactly matching `ozone.version`, including `-SNAPSHOT`. As part of the release process `-SNAPSHOT` is removed from `ozone.version`, and prior to this PR, the directory would also need to be renamed before the release. To avoid that, this PR tweaks upgrade test to remove `-SNAPSHOT` from `OZONE_CURRENT_VERSION`. Similar problem was fixed for xcompat test in HDDS-11134. Also, remove obsolete step from upgrade test's documentation related to having to update `OZONE_CURRENT_VERSION` (this could have been removed by HDDS-11333). https://issues.apache.org/jira/browse/HDDS-12666 ## How was this patch tested? Before: ``` --- RUNNING NON-ROLLING UPGRADE TEST FROM 1.4.1 TO 2.1.0-SNAPSHOT --- ``` After: ``` --- RUNNING NON-ROLLING UPGRADE TEST FROM 1.4.1 TO 2.1.0 --- ``` https://github.com/adoroszlai/ozone/actions/runs/14007718255/job/39223856263 -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
