Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[#733] test: fix LocalStorageManagerTest#testGetLocalStorageInfo on L…
…inux SSD platform (#734) ### What changes were proposed in this pull request? Detect SSD on Linux platform, and Assert local storage info accordingly. ### Why are the changes needed? Fix: #733 ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Tested on Linux+SSD, Linux+HDD, and macOS+SSD. ```console $ mvn test -Dtest=LocalStorageManagerTest ... [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.apache.uniffle.server.storage.LocalStorageManagerTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.843 s - in org.apache.uniffle.server.storage.LocalStorageManagerTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0 ... ```
- Loading branch information