[PATCH stalld 21/36] tests/functional: Add missing -a flag in test_starvation_detection
Wander Lairson Costa <[email protected]>
| Newsgroups | org.kernel.vger.linux-rt-users |
|---|---|
| Message-ID | <[email protected]> |
The start_stalld_with_log call in Test 3 is missing the -a flag to pin stalld to a separate CPU, unlike all other invocations in the same file. Add it for consistency. Signed-off-by: Wander Lairson Costa <[email protected]> --- tests/functional/test_starvation_detection.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/functional/test_starvation_detection.sh b/tests/functional/test_starvation_detection.sh index 6b7d330..3c6fd6e 100755 --- a/tests/functional/test_starvation_detection.sh +++ b/tests/functional/test_starvation_detection.sh @@ -180,7 +180,7 @@ start_starvation_gen -c ${TEST_CPU} -p 80 -n 2 -d ${starvation_duration} log "Starting stalld with ${threshold}s threshold (log-only mode)" log "Will monitor for multiple detection cycles to verify timestamp preservation" -start_stalld_with_log "${STALLD_LOG}" -f -v -N -l -t $threshold -c ${TEST_CPU} +start_stalld_with_log "${STALLD_LOG}" -f -v -N -l -t $threshold -c ${TEST_CPU} -a ${STALLD_CPU} # Wait for first detection cycle log "Waiting for first detection cycle..." -- 2.53.0