errose28 commented on PR #10366: URL: https://github.com/apache/ozone/pull/10366#issuecomment-4555931276
Nevermind, not flaky I just had the wrong branch checked out. `testNormalContainerUpgrade` is failing because this PR changes the default version in `DatanodeStorage` from `maxLayoutVersion` (old HDDS layout version 10) to `HDDSVersion.SOFTWARE_VERSION` (new software version 100) without actually switching to the new version manager. Looks like this slipped in as part of the renames since I used AI to extract the rename-only changes from my development branch. I'll move that change to #10368 where it belongs. Relevant tests are passing on that [PR's branch](https://github.com/errose28/ozone/actions/runs/26474836131/job/77959776356). -- 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]
