Actions
action #128933
closedtest fails in acceptance_sched_stress
Status:
Resolved
Priority:
High
Assignee:
Category:
Bugs in existing tests
Target version:
Start date:
2023-05-08
Due date:
% Done:
0%
Estimated time:
Difficulty:
Tags:
Description
Observation¶
One more QA-RUN test that we should have removed long time ago.
Other than finding the issue, we should convert this test to a 'normal' one instead of using qe-run
openQA test in scenario sle-12-SP5-Server-DVD-Updates-x86_64-mau-qa_acceptance_sched_stress@64bit fails in
acceptance_sched_stress
Test suite description¶
Testsuite maintained at https://gitlab.suse.de/qa-maintenance/qam-openqa-yml.
Reproducible¶
Fails since (at least) Build 20230507-1
Expected result¶
Last good: 20230506-1 (or more recent)
Further details¶
Always latest result in this scenario: latest
Updated by rfan1 over 1 year ago
The test code finally points to
/usr/lib/ctcs2/tools/run /usr/share/qa/tcf/sched_stress.tcf
# cat /usr/share/qa/tcf/sched_stress.tcf
timer 54000
fg 1 sched_stress /usr/share/qa/qa_test_sched_stress/do_sched_stress
wait
# cat /usr/share/qa/qa_test_sched_stress/do_sched_stress |grep -v ^#
PATH="$PATH:/opt/ltp/testcases/bin/"
cd /opt/ltp/testcases/bin
export KERNEL=./sched_datafile
touch $KERNEL
echo 0.000000 > sch.measure
export RAWDEV=`df / | grep dev | awk {'print $1'}`
sched_driver -s 0.9 -p 2 > /tmp/tmp$$
tail -n 5 /tmp/tmp$$
rm -rf /tmp/tmp$$ ./sched_datafile sch.measure
# rpm -qf /opt/ltp/testcases/bin/sched_driver
qa_test_ltp-20220121-qa.9.1.x86_64
Dose kernel QE team cover the ltp tests?
Updated by rfan1 over 1 year ago
An simple way is
susetest:/opt/ltp/testcases/bin # PATH=$PATH:$PWD sched_stress.sh
end time = Fri May 12 04:55:19 2023
elapsed time = 0.02 hours
successful!
Updated by rfan1 over 1 year ago
- Status changed from New to In Progress
- Assignee set to rfan1
Updated by rfan1 over 1 year ago
Updated by rfan1 over 1 year ago
- Copied to action #129322: [qe-core]migrate mau-qa_userspace_bash from qa_run added
Updated by rfan1 over 1 year ago
- Copied to deleted (action #129322: [qe-core]migrate mau-qa_userspace_bash from qa_run)
Actions