]> www.infradead.org Git - users/jedix/linux-maple.git/commit
selftests/damon/damos_quota_goal: handle minimum quota that cannot be further reduced
authorSeongJae Park <sj@kernel.org>
Mon, 17 Feb 2025 18:23:04 +0000 (10:23 -0800)
committerAndrew Morton <akpm@linux-foundation.org>
Tue, 4 Mar 2025 05:48:25 +0000 (21:48 -0800)
commitfd4c25046e75edc7fafebe462968f2dcb7cc1650
treeb54dd7e2c060b4bda28375d18f1cc7eff1c34bb9
parentaa8e318418691e7443bc128315ba28a4b5b0d755
selftests/damon/damos_quota_goal: handle minimum quota that cannot be further reduced

damos_quota_goal.py selftest see if DAMOS quota goals tuning feature
increases or reduces the effective size quota for given score as expected.
The tuning feature sets the minimum quota size as one byte, so if the
effective size quota is already one, we cannot expect it further be
reduced.  However the test is not aware of the edge case, and fails since
it shown no expected change of the effective quota.  Handle the case by
updating the failure logic for no change to see if it was the case, and
simply skips to next test input.

Link: https://lkml.kernel.org/r/20250217182304.45215-1-sj@kernel.org
Fixes: f1c07c0a1662 ("selftests/damon: add a test for DAMOS quota goal")
Signed-off-by: SeongJae Park <sj@kernel.org>
Reported-by: kernel test robot <oliver.sang@intel.com>
Closes: https://lore.kernel.org/oe-lkp/202502171423.b28a918d-lkp@intel.com
Cc: Shuah Khan (Samsung OSG) <shuah@kernel.org>
Cc: <stable@vger.kernel.org> [6.10.x]
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
tools/testing/selftests/damon/damos_quota_goal.py