adoroszlai opened a new pull request #3219: URL: https://github.com/apache/ozone/pull/3219
## What changes were proposed in this pull request? `testListVolumes` expects only volumes that it creates to be present. But HDDS-5788 changed to per-class cluster creation, so volumes from other test cases may be present. The patch adds a specific prefix to the volumes created for this test case, then use that prefix to filter volumes listing. https://issues.apache.org/jira/browse/HDDS-6477 ## How was this patch tested? 50x repeated successfully (but `testReadRequest` failed twice): https://github.com/adoroszlai/hadoop-ozone/runs/5627840719 Regular CI: https://github.com/adoroszlai/hadoop-ozone/actions/runs/2016337658 -- 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]
