File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
test/functional/tests/lazy_writes/cleaning_policy Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 2525@pytest .mark .require_disk ("core" , DiskTypeLowerThan ("cache" ))
2626def test_alru_no_idle ():
2727 """
28- title: Test ALRU with activity threshold set to 0
29- description: |
30- Verify that ALRU is able to perform cleaning if cache is under constant load and
31- activity threshold is set to 0. Constant load is performed by using fio instance running
32- in background.
33- pass_criteria:
34- - Dirty cache lines are cleaned successfully.
28+ title: Test ALRU with activity threshold set to 0
29+ description: |
30+ Verify that ALRU is able to perform cleaning if cache is under constant load and
31+ activity threshold is set to 0. Constant load is performed by using fio instance running
32+ in background.
33+ pass_criteria:
34+ - Dirty cache lines are cleaned successfully.
3535 """
3636
3737 with TestRun .step ("Prepare configuration" ):
You can’t perform that action at this time.
0 commit comments