Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package iredis for openSUSE:Factory checked 
in at 2022-01-31 22:57:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/iredis (Old)
 and      /work/SRC/openSUSE:Factory/.iredis.new.1898 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "iredis"

Mon Jan 31 22:57:02 2022 rev:2 rq:949957 version:1.11.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/iredis/iredis.changes    2022-01-29 
21:00:02.839494809 +0100
+++ /work/SRC/openSUSE:Factory/.iredis.new.1898/iredis.changes  2022-01-31 
22:57:39.421446194 +0100
@@ -1,0 +2,5 @@
+Fri Jan 28 16:08:08 UTC 2022 - Sebastian Wagner <[email protected]>
+
+- Skip a few failings tests (bugs upstream).
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ iredis.spec ++++++
--- /var/tmp/diff_new_pack.OWOGTH/_old  2022-01-31 22:57:39.825443474 +0100
+++ /var/tmp/diff_new_pack.OWOGTH/_new  2022-01-31 22:57:39.833443420 +0100
@@ -87,8 +87,8 @@
 # the tests are extremely flaky on i586 (hitting timeouts)long as x86_64 
succeeds, we don't care as this is noarch
 %ifnarch %ix86
 %{_sbindir}/redis-server --port 6379 &
-# skip test_abort_reading_connection as it fails frequently (timeout) on OBS 
for no apparent reason
-REDIS_VERSION=$(%{_sbindir}/redis-server --version | grep -o '[0-9]' | head -n 
1) PATH=${PATH:+$PATH:}%{buildroot}%{_bindir} 
PYTHONPATH=${PYTHONPATH:+$PYTHONPATH:}%{buildroot}%{python3_sitelib} 
PYTHONDONTWRITEBYTECODE=1 pytest --ignore=_build.python3 -vv -k 'not 
test_abort_reading_connection'
+# skip test_abort_reading_connection as it fails frequently (timeout) on OBS 
for no apparent reason, others are bugs upstream: 
https://github.com/laixintao/iredis/issues/417
+REDIS_VERSION=$(%{_sbindir}/redis-server --version | grep -o '[0-9]' | head -n 
1) PATH=${PATH:+$PATH:}%{buildroot}%{_bindir} 
PYTHONPATH=${PYTHONPATH:+$PYTHONPATH:}%{buildroot}%{python3_sitelib} 
PYTHONDONTWRITEBYTECODE=1 pytest --ignore=_build.python3 -vv -k 'not 
(test_abort_reading_connection or test_peek_set_fetch_part or test_peek_stream 
or test_timestamp_completer_humanize_time_completion)'
 killall redis-server
 %endif
 

Reply via email to