action #114854
closed
[qem][qe-core][aarch64]test fails in yast2_nfs_server, took to long time to get return in serial terminal with ( journalctl -fu nfs-server -o short-precise > /dev/ttyAMA0 & )
Added by rfan1 over 2 years ago.
Updated over 2 years ago.
Category:
Bugs in existing tests
Related issues
1 (1 open — 0 closed)
Add timeout=90 and re-run the job, let us see:
# openqa-clone-job --from http://openqa.suse.de --host http://openqa.suse.de 9236831 _GROUP_ID=0 -skip-download --skip-chained-deps BUILD=rfan_nfs CASEDIR=https://github.com/rfan1/os-autoinst-distri-opensuse.git#yast2_nfs_server_timeout
Created job #9239272: sle-15-SP4-Server-DVD-Updates-aarch64-Build20220728-1-qam-minimal+base@aarch64-virtio -> http://openqa.suse.de/t9239272
- Status changed from New to In Progress
- Assignee set to rfan1
- Target version set to QE-Core: Ready
- % Done changed from 0 to 30
Seems adding timeout can't fix the issue.
I compared the log for passed one and failed one:
( journalctl -fu nfs-server -o short-precise > /dev/ttyAMA0 & ); echo WbUNu-$?-# ( journalctl -fu nfs-server -o short-precise > /dev/ttyAMA0 & ); echo WbUNu-$?-
WbUNu-0-
pwMn0-0-
# clear
( journalctl -fu nfs-server -o short-precise > /dev/ttyAMA0 & ); echo WbUNu-$?-
Seems the command can't get any return there. debugging now...
- Subject changed from [qem][qe-core][aarch64]test fails in yast2_nfs_server, timeout=30 seems not be enough to [qem][qe-core][aarch64]test fails in yast2_nfs_server, took to long time to get return in serial terminal with ( journalctl -fu nfs-server -o short-precise > /dev/ttyAMA0 & )
- Estimated time set to 6.00 h
I found some clue here:
http://openqa.suse.de/tests/9250626/logfile?filename=serial_terminal.txt
clear¶
( journalctl -fu nfs-server -o short-precise > /dev/ttyAMA0 & ); echo qBERp-$?-
zypper -n in mariadb | cat; ( exit ${PIPESTATUS[0]} ); echo 7UoWa-$?-# ( journalctl -fu nfs-server -o short-precise > /dev/ttyAMA0 & ); echo qBERp-$?-
qBERp-0-
I can suppose that serial is busy there and ( journalctl -fu nfs-server -o short-precise > /dev/ttyAMA0 & ) may take some time to get return.
Let me try to use "enter_cmd" instead of "script_run"
- % Done changed from 30 to 70
- Related to action #115079: [qe-core][qem&functional] Many test failures due to low performance on arm workers added
- Status changed from In Progress to Feedback
- % Done changed from 70 to 90
- Status changed from Feedback to Resolved
- % Done changed from 90 to 100
Also available in: Atom
PDF