adoroszlai opened a new pull request, #6137: URL: https://github.com/apache/ozone/pull/6137
## What changes were proposed in this pull request? Fix: ``` NoSuchFileException: There are not enough files for testing you should use CREATE_FILE to create at least batch-size * threads = 1000 ``` which happens because only `n=100` items are created, but `List` test requires 1000 items (`batch-size = 100`, `threads = 10`). Reduce `threads` to 1. https://issues.apache.org/jira/browse/HDDS-10263 ## How was this patch tested? Ran `freon/metadata-generate.robot` locally 10x: ``` Metadata-Generate :: Test freon ommg command ============================================================================== [Setup] Create Volume and Buckets | PASS | ------------------------------------------------------------------------------ [Read] Bucket Information | PASS | ------------------------------------------------------------------------------ [Create] File in FILE_SYSTEM_OPTIMIZED Bucket | PASS | ------------------------------------------------------------------------------ [Read] File in FILE_SYSTEM_OPTIMIZED Bucket | PASS | ------------------------------------------------------------------------------ [List] File Status in FILE_SYSTEM_OPTIMIZED Bucket | PASS | ------------------------------------------------------------------------------ [List] light File status in FILE_SYSTEM_OPTIMIZED Bucket | PASS | ------------------------------------------------------------------------------ [Create] Key in OBJECT_STORE Bucket | PASS | ------------------------------------------------------------------------------ [Read] Key in OBJECT_STORE Bucket | PASS | ------------------------------------------------------------------------------ [List] Keys in OBJECT_STORE Bucket | PASS | ------------------------------------------------------------------------------ [List] Light Keys in OBJECT_STORE Bucket | PASS | ------------------------------------------------------------------------------ [Get] Key Information in OBJECT_STORE Bucket | PASS | ------------------------------------------------------------------------------ Metadata-Generate :: Test freon ommg command | PASS | 11 tests, 11 passed, 0 failed ``` CI: https://github.com/adoroszlai/ozone/actions/runs/7730252484 -- 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]
