Open-CAS / open-cas-linux

Open CAS Linux
https://open-cas.com
BSD 3-Clause "New" or "Revised" License
223 stars 82 forks source link

tests: fix test_flush_over_640_gibibytes_with_fs #1546

Closed mmichal10 closed 1 month ago

mmichal10 commented 1 month ago

The test requires quite some space(640G) to prepare a file on a separate (not-cached) filesystem. Creating the file in rootfs is prone to (vague) errors due to limited space.

To make sure that the test has all the required space available, create the file on a separate disk

pep8speaks commented 1 month ago

Hello @mmichal10! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:

There are currently no PEP 8 issues detected in this Pull Request. Cheers! :beers:

Comment last updated at 2024-10-03 10:53:57 UTC
mmichal10 commented 1 month ago

Requires https://github.com/Open-CAS/test-framework/pull/18