-
Bug
-
Resolution: Unresolved
-
Undefined
-
None
-
rhel-10.0
-
None
-
None
-
Moderate
-
rhel-kernel-rts
-
0
-
False
-
False
-
-
None
-
None
-
None
-
None
-
Unspecified
-
Unspecified
-
Unspecified
-
-
All
-
None
What were you trying to do that didn't work?
Running the stalld test suite
What is the impact of this issue to you?
Please provide the package NVR for which the bug is seen:
v1.26.3
How reproducible is this bug?:'
Always
Steps to reproduce
- checkout the stalld source repository from git: git clone \ git://git.kernel.org/pub/scm/utils/stalld/stalld.git
- run a build with 'make'
- cd to the tests directory and run the test with the command: sudo ./run_tests.sh -t test_starvation_detection -b queue_track
Expected results
Test should pass
Actual results
Test fails for the queue_track backend (succeeds for the sched_debug backend).
I'm not sure if this is a failure of the test logic or if it's actually detecting an issue with stalld when using the queue_track backend. I suspect that it's a test logic failure and not a problem with stalld, but it needs to be investitated