Whamcloud - gitweb
LU-17733 tests: sanity test_45 fix dirty count 63/54763/3
authorCyrus Ramavarapu <cramavarapu@microsoft.com>
Wed, 15 Nov 2023 14:30:37 +0000 (14:30 +0000)
committerOleg Drokin <green@whamcloud.com>
Mon, 10 Jun 2024 06:10:46 +0000 (06:10 +0000)
commit14df9b786cf0d40183dad916fe912bc7ca737624
tree60cb200be5d37acb890847d661e73b91577d10d4
parent0c9aa07eb897c04e5eeb563bf757745da16a05a4
LU-17733 tests: sanity test_45 fix dirty count

Change test comparisons to ge (>=) instead of gt (>). A comment was
added identifying the race condition within the test related to the
completion of async io.  Also updated sync condition to check dirty
bytes after sync is equal to 0

Test-Parameters: testlist=sanity env=ONLY=45
Signed-off-by: Cyrus Ramavarapu <cramavarapu@microsoft.com>
Change-Id: I5826d82a16e20101a2eb8d415bdbde1b6bcc8d69
Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/54763
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Reviewed-by: Timothy Day <timday@amazon.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
lustre/tests/sanity.sh