Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package os-autoinst for openSUSE:Factory checked in at 2025-02-10 17:28:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/os-autoinst (Old) and /work/SRC/openSUSE:Factory/.os-autoinst.new.19470 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "os-autoinst" Mon Feb 10 17:28:21 2025 rev:497 rq:1244639 version:4.6.1739096614.78d097a Changes: -------- --- /work/SRC/openSUSE:Factory/os-autoinst/os-autoinst.changes 2025-02-06 22:08:46.466397315 +0100 +++ /work/SRC/openSUSE:Factory/.os-autoinst.new.19470/os-autoinst.changes 2025-02-10 18:18:07.933536116 +0100 @@ -1,0 +2,10 @@ +Mon Feb 10 04:23:41 UTC 2025 - ok...@suse.com + +- Update to version 4.6.1739096614.78d097a: + * Fix documentation for force_soft_failure and record_soft_failure + * t: Capture SYNC_ASSETS_HOOK debug output + * Remove unused module Test::MockModule from 01-test-needle + * Remove Test::Fatal dependency + * Modify connect_and_login() test to catch multiline carp warning + +------------------------------------------------------------------- Old: ---- os-autoinst-4.6.1738778868.fe51f65.obscpio New: ---- os-autoinst-4.6.1739096614.78d097a.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ os-autoinst-devel-test.spec ++++++ --- /var/tmp/diff_new_pack.Ml6zdC/_old 2025-02-10 18:18:08.757570365 +0100 +++ /var/tmp/diff_new_pack.Ml6zdC/_new 2025-02-10 18:18:08.761570531 +0100 @@ -18,7 +18,7 @@ %define short_name os-autoinst-devel Name: %{short_name}-test -Version: 4.6.1738778868.fe51f65 +Version: 4.6.1739096614.78d097a Release: 0 Summary: Test package for %{short_name} License: GPL-2.0-or-later ++++++ os-autoinst-openvswitch-test.spec ++++++ --- /var/tmp/diff_new_pack.Ml6zdC/_old 2025-02-10 18:18:08.785571529 +0100 +++ /var/tmp/diff_new_pack.Ml6zdC/_new 2025-02-10 18:18:08.789571695 +0100 @@ -19,7 +19,7 @@ %define name_ext -test %define short_name os-autoinst-openvswitch Name: %{short_name}%{?name_ext} -Version: 4.6.1738778868.fe51f65 +Version: 4.6.1739096614.78d097a Release: 0 Summary: test package for %{short_name} License: GPL-2.0-or-later ++++++ os-autoinst-test.spec ++++++ --- /var/tmp/diff_new_pack.Ml6zdC/_old 2025-02-10 18:18:08.813572693 +0100 +++ /var/tmp/diff_new_pack.Ml6zdC/_new 2025-02-10 18:18:08.813572693 +0100 @@ -19,7 +19,7 @@ %define name_ext -test %define short_name os-autoinst Name: %{short_name}%{?name_ext} -Version: 4.6.1738778868.fe51f65 +Version: 4.6.1739096614.78d097a Release: 0 Summary: test package for os-autoinst License: GPL-2.0-or-later ++++++ os-autoinst.spec ++++++ --- /var/tmp/diff_new_pack.Ml6zdC/_old 2025-02-10 18:18:08.845574023 +0100 +++ /var/tmp/diff_new_pack.Ml6zdC/_new 2025-02-10 18:18:08.849574189 +0100 @@ -17,7 +17,7 @@ Name: os-autoinst -Version: 4.6.1738778868.fe51f65 +Version: 4.6.1739096614.78d097a Release: 0 Summary: OS-level test automation License: GPL-2.0-or-later ++++++ os-autoinst-4.6.1738778868.fe51f65.obscpio -> os-autoinst-4.6.1739096614.78d097a.obscpio ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/os-autoinst-4.6.1738778868.fe51f65/t/21-needle-downloader.t new/os-autoinst-4.6.1739096614.78d097a/t/21-needle-downloader.t --- old/os-autoinst-4.6.1738778868.fe51f65/t/21-needle-downloader.t 2025-02-05 19:07:48.000000000 +0100 +++ new/os-autoinst-4.6.1739096614.78d097a/t/21-needle-downloader.t 2025-02-09 11:23:34.000000000 +0100 @@ -178,7 +178,9 @@ # define expected downloads: nothing as download is skipped my @expected_downloads = (); - $downloader->download_missing_needles(\@new_needles); + stderr_like { + $downloader->download_missing_needles(\@new_needles) + } qr /Running SYNC_ASSETS_HOOK/, 'sync asset hook executed'; is_deeply($downloader->files_to_download, \@expected_downloads, 'download skipped') or always_explain $downloader->files_to_download; }; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/os-autoinst-4.6.1738778868.fe51f65/testapi.pm new/os-autoinst-4.6.1739096614.78d097a/testapi.pm --- old/os-autoinst-4.6.1738778868.fe51f65/testapi.pm 2025-02-05 19:07:48.000000000 +0100 +++ new/os-autoinst-4.6.1739096614.78d097a/testapi.pm 2025-02-09 11:23:34.000000000 +0100 @@ -179,11 +179,11 @@ =for stopwords softfail - record_soft_failure([$reason]); + record_soft_failure($reason); Record a soft failure on the current test modules result. The result will still be counted as a success. Use this to mark where workarounds are applied. -Takes an optional C<$reason> string which is recorded in the log file. See +Takes a C<$reason> string which is recorded in the log file. See C<force_soft_failure> to forcefully override a failed test module status from a C<post_fail_hook> or C<record_info> when the status should not be influenced. @@ -230,7 +230,7 @@ =for stopwords softfail - force_soft_failure([$reason]); + force_soft_failure($reason); Similar to C<record_soft_failure> but can be used to override the test module status to softfail from a C<post_fail_hook> if the module would be set to fail ++++++ os-autoinst.obsinfo ++++++ --- /var/tmp/diff_new_pack.Ml6zdC/_old 2025-02-10 18:18:10.621647840 +0100 +++ /var/tmp/diff_new_pack.Ml6zdC/_new 2025-02-10 18:18:10.645648837 +0100 @@ -1,5 +1,5 @@ name: os-autoinst -version: 4.6.1738778868.fe51f65 -mtime: 1738778868 -commit: fe51f657a28a283107666f89b2a5831fac786f8d +version: 4.6.1739096614.78d097a +mtime: 1739096614 +commit: 78d097ad3cf692388fd303e7df89395720553a99