action #169726
closed[qe-core] test fails in hostname
0%
Description
Observation¶
IDK why this started to fail, there was no change in test AFAICS.
Check what is wrong with the command and maybe use retry ?
openQA test in scenario opensuse-15.6-Leap-DVD-Incidents-x86_64-cryptlvm@64bit fails in
hostname
Reproducible¶
Fails since (at least) Build :36253:jackson-bom
Expected result¶
Last good: :36099:xmlgraphics-fop (or more recent)
Further details¶
Always latest result in this scenario: latest
Updated by cvidot 2 months ago
PR: https://github.com/os-autoinst/os-autoinst-distri-opensuse/pull/20634
I increased timeout in nmcli device disconnect $dev
from 20s to 40s, it seems to be working now:
VR hostname:https://openqa.suse.de/tests/15940089
VR networkmanager: https://openqa.suse.de/tests/15940090
Updated by dzedro 2 months ago · Edited
cvidot wrote in #note-2:
PR: https://github.com/os-autoinst/os-autoinst-distri-opensuse/pull/20634
I increased timeout in
nmcli device disconnect $dev
from 20s to 40s, it seems to be working now:
VR hostname:https://openqa.suse.de/tests/15940089
VR networkmanager: https://openqa.suse.de/tests/15940090
You can see the test is running nmcli only with get_var('QEMU_NO_KVM')
, you had just lucky run, your PR does not affect it at all.
Updated by cvidot 2 months ago · Edited
PR: https://github.com/os-autoinst/os-autoinst-distri-opensuse/pull/20650 for networkmanager
on sle-micro
Also increased timeout in (see https://openqa.suse.de/tests/15948000#step/hostname/28)nmcli networking connectivity check
Added missing parameter proceed_on_failure
to allow retry.
Updated by dzedro about 2 months ago
It's still happening too often, interesting that it's happening on few same tests, last 20 failures.
id | test | distri | version | result | build
----------+----------------------------------+----------+---------+--------+---------------------
15985538 | qam-regression-installation-SLED | sle | 15-SP6 | failed | 2024-11-22 00:17:10
15985521 | cryptlvm | opensuse | 15.6 | failed | 2024-11-22 00:19:32
15985520 | gnome | opensuse | 15.6 | failed | 2024-11-22 00:12:41
15985519 | gnome | opensuse | 15.6 | failed | 2024-11-22 00:17:24
15985517 | gnome | opensuse | 15.6 | failed | 2024-11-22 00:15:03
15984716 | supp_sled15sp6 | sle | 15-SP6 | failed | 2024-11-21 23:00:21
15982909 | qam-regression-installation-SLED | sle | 15-SP6 | failed | 2024-11-21 21:28:12
15981270 | gnome | opensuse | 15.6 | failed | 2024-11-21 15:43:10
15981175 | gnome | opensuse | 15.6 | failed | 2024-11-21 12:12:10
15981156 | gnome | opensuse | 15.6 | failed | 2024-11-21 12:11:27
15981155 | cryptlvm | opensuse | 15.6 | failed | 2024-11-21 12:10:30
15981044 | qam-gnome | sle | 15-SP6 | failed | 2024-11-21 11:46:52
15981000 | qam-allpatterns | sle | 15-SP6 | failed | 2024-11-21 08:11:36
15977676 | qam-allpatterns | sle | 15-SP6 | failed | 2024-11-20 21:54:44
15972877 | qam-allpatterns | sle | 15-SP6 | failed | 2024-11-19 22:06:20
15965603 | qam-regression-installation-SLED | sle | 15-SP6 | failed | 2024-11-18 21:32:53
15964101 | qam-regression-installation-SLED | sle | 15-SP6 | failed | 2024-11-18 15:51:06
15964078 | qam-allpatterns | sle | 15-SP6 | failed | 2024-11-18 16:18:30
15962864 | qam-allpatterns | sle | 15-SP6 | failed | 2024-11-18 10:29:00
15962814 | qam-gnome | sle | 15-SP6 | failed | 2024-11-18 09:31:45
Updated by cvidot about 2 months ago
PR: https://github.com/os-autoinst/os-autoinst-distri-opensuse/pull/20671
As discussed with Santiago, we're increasing the timeout a bit more for now to avoid blocking maintenance update. Seems like it's an infrastructure issue, awaiting advice from tools team.
Updated by dzedro about 2 months ago
- Related to action #170503: [qa-core]test fails in networkmanager - Error: Device 'eth0' (/org/freedesktop/NetworkManager/Devices/2) disconnecting failed added
Updated by cvidot about 2 months ago
- Status changed from In Progress to Feedback