-
Bug
-
Resolution: Unresolved
-
Undefined
-
None
-
rhel-10.0
-
None
-
None
-
Low
-
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 in the stalld git repository with the command:
$ sudo make tests
What is the impact of this issue to you?
Seeing failure of the 'test_foreground' test (which tests the '-f | --foreground' option). This test fails on both backends, sched_debug and queue_track.
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 using git
- Build a stalld executables with 'make'
- After a successful build, cd to the tests subdirectory
- Run the test twice, once for the queue_track backend and once for the sched_debug backend:
$ sudo ./run_tests.sh -t test_foreground -b queue_track
$ sudo ./run_tests.sh -t test_foreground -b sched_debug
Both tests show a failure.
Expected results
Test should succeed
Actual results
Test fails. I suspect an error in the actual test code because the -f option does work to run stalld in the foreground rather than backgrounding it (default).