| 984b5a36 | 23-Jul-2026 |
Gabriele Monaco <gmonaco@redhat.com> |
selftests/verification: Add selftests for deadline and stall monitors
Add selftests to verify deadline monitors don't fail under expected conditions and the stall monitor report violations only when
selftests/verification: Add selftests for deadline and stall monitors
Add selftests to verify deadline monitors don't fail under expected conditions and the stall monitor report violations only when expected.
Reviewed-by: Nam Cao <namcao@linutronix.de> Link: https://lore.kernel.org/r/20260723074534.43521-18-gmonaco@redhat.com Signed-off-by: Gabriele Monaco <gmonaco@redhat.com>
show more ...
|
| 572f3d94 | 23-Jul-2026 |
Gabriele Monaco <gmonaco@redhat.com> |
selftests/verification: Rearrange the wwnr_printk test
The wwnr_printk test expects no reactions in some situations, after fixing the bash assertion, the test is failing because expecting no reactio
selftests/verification: Rearrange the wwnr_printk test
The wwnr_printk test expects no reactions in some situations, after fixing the bash assertion, the test is failing because expecting no reaction after a previous step had reactions is flaky without making sure all buffers are flushed.
Wait for reactions to be over when expected by polling dmesg for an interval without any rv message. Also simplify the load function to stop loads as soon as a reaction occurs, this limits the number of lines to flush and makes tests overall faster and more stable.
Reviewed-by: Wen Yang <wen.yang@linux.dev> Reviewed-by: Nam Cao <namcao@linutronix.de> Link: https://lore.kernel.org/r/20260723074534.43521-17-gmonaco@redhat.com Signed-off-by: Gabriele Monaco <gmonaco@redhat.com>
show more ...
|