Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tests: fix test_flush_over_640_gibibytes_with_fs #1546

Merged
merged 5 commits into from
Oct 3, 2024

Commits on Oct 3, 2024

  1. Update TF: User-defined timeouts for FS utils

    Signed-off-by: Michal Mielewczyk <michal.mielewczyk@huawei.com>
    mmichal10 committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    1a2a7e9 View commit details
    Browse the repository at this point in the history
  2. tests: fix test_flush_over_640_gibibytes_with_fs

    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
    
    Signed-off-by: Michal Mielewczyk <michal.mielewczyk@huawei.com>
    mmichal10 committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    d456674 View commit details
    Browse the repository at this point in the history
  3. tests: Fix test_flush_over_640_gibibytes_with_fs

    As crc32 is supposed to be slightly faster than md5 use it to detect DC
    
    Signed-off-by: Michal Mielewczyk <michal.mielewczyk@huawei.com>
    mmichal10 committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    f2f9822 View commit details
    Browse the repository at this point in the history
  4. tests: Fix test_flush_over_640_gibibytes_with_fs

    4h timeout for copying and calculating crc
    
    Signed-off-by: Michal Mielewczyk <michal.mielewczyk@huawei.com>
    mmichal10 committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    c41d5d7 View commit details
    Browse the repository at this point in the history
  5. tests: Fix test_flush_over_640_gibibytes_with_fs

    Don't interrupt the test if prerequisites are not met
    
    Signed-off-by: Michal Mielewczyk <michal.mielewczyk@huawei.com>
    mmichal10 committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    1ae15bd View commit details
    Browse the repository at this point in the history