Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package iredis for openSUSE:Factory checked in at 2025-01-27 20:52:13 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/iredis (Old) and /work/SRC/openSUSE:Factory/.iredis.new.2316 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "iredis" Mon Jan 27 20:52:13 2025 rev:9 rq:1240291 version:1.15.0 Changes: -------- --- /work/SRC/openSUSE:Factory/iredis/iredis.changes 2024-11-06 16:53:38.784283298 +0100 +++ /work/SRC/openSUSE:Factory/.iredis.new.2316/iredis.changes 2025-01-27 20:52:39.552216536 +0100 @@ -1,0 +2,7 @@ +Sat Jan 25 17:55:07 UTC 2025 - Sebastian Wagner <[email protected]> + +- skip test_using_pager_when_rows_too_high, test_using_pager_works_for_help, test_pager_works_for_peek, test_using_pager_from_config, test_using_pager_from_config_when_env_config_both_set because of https://github.com/laixintao/iredis/i +ssues/495 +- run tests test_peek_zset_fetch_all, test_peek_zset_fetch_part again + +------------------------------------------------------------------- @@ -57 +64 @@ -Wed Aug 31 19:09:37 UTC 2022 - Sebastian Wagner <[email protected]> +Wed Aug 31 19:09:37 UTC 2022 - Sebastian Wagner <[email protected]> @@ -69 +76 @@ -Wed Jun 29 08:48:41 UTC 2022 - Sebastian Wagner <[email protected]> +Wed Jun 29 08:48:41 UTC 2022 - Sebastian Wagner <[email protected]> @@ -74 +81 @@ -Wed Jun 29 08:36:26 UTC 2022 - Sebastian Wagner <[email protected]> +Wed Jun 29 08:36:26 UTC 2022 - Sebastian Wagner <[email protected]> @@ -99 +106 @@ -Fri Jan 28 16:08:08 UTC 2022 - Sebastian Wagner <[email protected]> +Fri Jan 28 16:08:08 UTC 2022 - Sebastian Wagner <[email protected]> @@ -104 +111 @@ -Tue Jan 25 16:25:16 UTC 2022 - Sebastian Wagner <[email protected]> +Tue Jan 25 16:25:16 UTC 2022 - Sebastian Wagner <[email protected]> @@ -111 +118 @@ -Mon Jan 10 21:44:27 UTC 2022 - Sebastian Wagner <[email protected]> +Mon Jan 10 21:44:27 UTC 2022 - Sebastian Wagner <[email protected]> @@ -125 +132 @@ -Sun Nov 21 15:24:39 UTC 2021 - Sebastian Wagner <[email protected]> +Sun Nov 21 15:24:39 UTC 2021 - Sebastian Wagner <[email protected]> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ iredis.spec ++++++ --- /var/tmp/diff_new_pack.kKppkL/_old 2025-01-27 20:52:40.800268062 +0100 +++ /var/tmp/diff_new_pack.kKppkL/_new 2025-01-27 20:52:40.800268062 +0100 @@ -1,7 +1,7 @@ # # spec file for package iredis # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -82,6 +82,7 @@ # increase the timeouts sed -i 's/timeout=1/timeout=5/' tests/cli_tests/test_*.py sed -i 's/timeout=2/timeout=5/' tests/cli_tests/test_*.py +sed -i 's/timeout=3/timeout=8/' tests/cli_tests/test_*.py sed -i 's/timeout=10/timeout=20/' tests/cli_tests/test_*.py # the tests are extremely flaky on i586 (hitting timeouts), as long as x86_64 succeeds, we don't care as this is noarch %ifnarch %ix86 @@ -91,11 +92,11 @@ # disable snapshots redis-cli CONFIG SET save "" # 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 -# skip test_peek_zset_fetch_all, test_peek_zset_fetch_part, reported upstream: https://github.com/laixintao/iredis/issues/432 # skip test_auto_select_db_and_auth_for_reconnect_only_6 needs further inspection # skip test_timer and test_command_completion_when_a_command_is_another_command_substring and test_trasaction_syntax_error and test_subscribe because of timeouts (too slow) on s390x # skip test_render_time and test_render_unixtime_config_raw because of timezone offsets -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 or test_peek_zset_fetch_all or test_peek_zset_fetch_part or test_auto_select_db_and_auth_for_reconnect_only_6 or test_timer or test_command_completion_when_a_command_is_another_command_substring or test_trasaction_syntax_error or test_subscribe or test_render_time or test_render_unixtime_config_raw)' +# skip test_using_pager_when_rows_too_high, test_using_pager_works_for_help, test_pager_works_for_peek, test_using_pager_from_config, test_using_pager_from_config_when_env_config_both_set because of https://github.com/laixintao/iredis/issues/495 +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 or test_auto_select_db_and_auth_for_reconnect_only_6 or test_timer or test_command_completion_when_a_command_is_another_command_substring or test_trasaction_syntax_error or test_subscribe or test_render_time or test_render_unixtime_config_raw or test_using_pager_when_rows_too_high or test_using_pager_works_for_help or test_pager_works_for_peek or test_using_pager_from_config or test_using_pager_from_config_when_env_config_both_set)' killall redis-server %endif
