Bugzilla – Full Text Bug Listing |
Summary: | [Build 20190729] openQA test fails in salt: File conflict when running "zypper in" | ||
---|---|---|---|
Product: | [openSUSE] openSUSE Tumbleweed | Reporter: | Dominik Heidler <dheidler> |
Component: | Salt | Assignee: | Todd R <toddrme2178> |
Status: | VERIFIED FIXED | QA Contact: | E-mail List <qa-bugs> |
Severity: | Major | ||
Priority: | P5 - None | CC: | dheidler, stefan.bruens, tchvatal |
Version: | Current | ||
Target Milestone: | --- | ||
Hardware: | Other | ||
OS: | Other | ||
URL: | https://openqa.opensuse.org/tests/995536/modules/salt/steps/8 | ||
Whiteboard: | |||
Found By: | --- | Services Priority: | |
Business Priority: | Blocker: | --- | |
Marketing QA Status: | --- | IT Deployment: | --- |
Description
Dominik Heidler
2019-07-30 09:42:07 UTC
This is not an issue of salt but the python-numpy and python2-numpy split. Inkscape test fail as well due to this bug: https://openqa.opensuse.org/tests/995616# Setting serverity to Major as we have >40 failing openQA jobs due to this bug. Inkscape python3 port: https://build.opensuse.org/request/show/719866 This should be fixed now that python2-numpy is no longer in openSUSE:Factory. Verified in 20190730 Does the following QA results mean the problem is fixed? https://openqa.opensuse.org/tests/996461 The salt and inkscape tests do not fail anymore. There doesn't seem to be a pkg with the name python-numpy anymore. And the python2-numpy and python3-numpy pkgs don't seem to have conflicting files anymore. [root@athene ~]# rpm -ql python2-numpy | grep bin /usr/bin/f2py2 /usr/bin/f2py2.7 [root@athene ~]# rpm -ql python3-numpy | grep bin /usr/bin/f2py /usr/bin/f2py3 /usr/bin/f2py3.7 . |