|
Bugzilla – Full Text Bug Listing |
| Summary: | fanotify23 randomly fails on Tumbleweed when run more times | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE Tumbleweed | Reporter: | Petr Vorel <petr.vorel> |
| Component: | Kernel | Assignee: | Jan Kara <jack> |
| Status: | RESOLVED FIXED | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | CC: | petr.vorel |
| Version: | Current | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Attachments: | [PATCH] fanotify23: Make evictable marks tests more reliable | ||
|
Description
Petr Vorel
2023-06-30 21:09:53 UTC
Actually, the previous dmesg was from recent Tumbleweed x86_64 6.3.9-1-default [1]. When running on some Tumbleweed VM with 6.2.8-1-default, I don't see clocksource and tsc in dmesg either and it fails the same. There is actually no difference in dmesg between failing and passing test (only passing test has also unmount related messages, but that's not relevant). [1] https://openqa.opensuse.org/tests/3397531/file/serial0.txt Hum, very likely this is again the problem with unreliability of slab reclaim on which this test depends. In bug 1202330 we've fixed this for fanotify10 test (and made reclaim somewhat more reliable in the kernel) but fanotify23 test may need a similar treatment. Let me check... So indeed I can reproduce the issue (fails on 4th iteration) in my test VM. Looking into it. Indeed it was the same problem. I'll attach a fixup for the LTP test. Created attachment 868747 [details]
[PATCH] fanotify23: Make evictable marks tests more reliable
OK, v2 of the patch got accepted into LTP upstream. So let me close the bug. |