Hello community,
here is the log from the commit of package python-oslo.messaging for
openSUSE:Factory checked in at 2020-07-29 17:19:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-oslo.messaging (Old)
and /work/SRC/openSUSE:Factory/.python-oslo.messaging.new.3592 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-oslo.messaging"
Wed Jul 29 17:19:56 2020 rev:21 rq:823213 version:12.1.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-oslo.messaging/python-oslo.messaging.changes
2020-06-05 20:16:31.319048364 +0200
+++
/work/SRC/openSUSE:Factory/.python-oslo.messaging.new.3592/python-oslo.messaging.changes
2020-07-29 17:21:03.996589649 +0200
@@ -1,0 +2,6 @@
+Tue Jul 28 11:31:49 UTC 2020 - Jan Zerebecki <[email protected]>
+
+- as a workaround (bsc#1163136) disable test for rabbit until a release with
+ fix is available, otherwise build would loop forever
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-oslo.messaging.spec ++++++
--- /var/tmp/diff_new_pack.OrwtSZ/_old 2020-07-29 17:21:05.688591105 +0200
+++ /var/tmp/diff_new_pack.OrwtSZ/_new 2020-07-29 17:21:05.692591108 +0200
@@ -125,6 +125,9 @@
%check
# NOTE(jpena): we do not want to run functional tests, just unit tests
rm -rf oslo_messaging/tests/functional
+# workaround test running forever until update to release with fix
+# https://review.opendev.org/#/c/742609/
+rm -f oslo_messaging/tests/drivers/test_impl_rabbit.py
python3 -m stestr.cli run
%files -n python3-oslo.messaging