action #90002
closed[opensuse][qe-core] wpa_supplicant - race in terminating tasks
0%
Description
Observation¶
openQA test in scenario opensuse-Tumbleweed-DVD-x86_64-extra_tests_textmode@64bit fails in
wpa_supplicant
This seems to be a racy test code
- cleanup
- set +e
- ps -p 21620
- kill 21620
- modprobe -r mac80211_hwsim
- rm -f wifi_scan.txt networks.txt status.txt hostapd.log hostapd.com dnsmasq.log dhclinet.log
- rm -f /etc/sysconfig/network/ifcfg-wlan1
- wpa_cli -i wlan1 terminate
- xargs kill
- ip netns pids wifi_master kill: sending signal to 21653 failed: No such process
- ip netns del wifi_master CIJSV-124-
i.e. it seems we instruct wpa_cli to terminate, followed by ip netns pids wifi_master | xargs kill
that 2nd one seems like trying to kill the pid we just instructed to terminate before
Test suite description¶
Maintainer: slindomansilla@suse.de.
Mainly post-installation console extra tests.
Reproducible¶
Fails since (at least) Build 20200929
Expected result¶
Last good: (unknown) (or more recent)
Further details¶
Always latest result in this scenario: latest
Updated by okurz over 3 years ago
This is an autogenerated message for openQA integration by the openqa_review script:
This bug is still referenced in a failing openQA test: extra_tests_textmode
https://openqa.opensuse.org/tests/1677656
To prevent further reminder comments one of the following options should be followed:
- The test scenario is fixed by applying the bug fix to the tested product or the test is adjusted
- The openQA job group is moved to "Released"
- The label in the openQA scenario is removed
Updated by tjyrinki_suse over 3 years ago
- Subject changed from wpa_supplicant - race in terminating tasks to [opensuse][qe-core] wpa_supplicant - race in terminating tasks
- Start date deleted (
2021-03-12)
Updated by openqa_review over 3 years ago
This is an autogenerated message for openQA integration by the openqa_review script:
This bug is still referenced in a failing openQA test: extra_tests_textmode
https://openqa.opensuse.org/tests/1693580
To prevent further reminder comments one of the following options should be followed:
- The test scenario is fixed by applying the bug fix to the tested product or the test is adjusted
- The openQA job group is moved to "Released"
- The label in the openQA scenario is removed
Updated by dvenkatachala over 3 years ago
- Status changed from Workable to In Progress
- Assignee set to dvenkatachala
- Target version set to QE-Core: Ready
Updated by dvenkatachala over 3 years ago
Updated by dvenkatachala over 3 years ago
- Status changed from In Progress to Resolved