Sat, 21 Sep 2024 14:30:49 CST | login

Information for build perl-Test2-Plugin-NoWarnings-0.06-3.el8

ID13050
Package Nameperl-Test2-Plugin-NoWarnings
Version0.06
Release3.el8
Epoch
Sourcegit+https://git.cclinux.org/stage/rpms/perl-Test2-Plugin-NoWarnings.git#cc393dc850854a9286f44b41947ccd50f1e6407d
SummaryFail if tests warn
DescriptionLoading this plugin causes your tests to fail if there are any warnings while they run. Each warning generates a new failing test and the warning content is outputted via diag. This module uses $SIG{__WARN__}, so if the code you're testing sets this, then this module will stop working.
Built bydistrobuild
State complete
Volume DEFAULT
StartedTue, 27 Jul 2021 21:16:23 CST
CompletedTue, 27 Jul 2021 21:17:54 CST
Taskbuild (dist-circle8, /stage/rpms/perl-Test2-Plugin-NoWarnings.git:cc393dc850854a9286f44b41947ccd50f1e6407d)
Extra{'source': {'original_url': 'git+https://git.cclinux.org/stage/rpms/perl-Test2-Plugin-NoWarnings.git?#cc393dc850854a9286f44b41947ccd50f1e6407d'}}
Tags
dist-circle8
dist-circle8-compose
RPMs
src
perl-Test2-Plugin-NoWarnings-0.06-3.el8.src.rpm (info) (download)
noarch
perl-Test2-Plugin-NoWarnings-0.06-3.el8.noarch.rpm (info) (download)
Logs
noarch
build.log
hw_info.log
installed_pkgs.log
mock_output.log
noarch_rpmdiff.json
root.log
state.log
Changelog * Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.06-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.06-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Mon Jun 19 2017 Paul Howarth <paul@city-fan.org> - 0.06-1 - Update to 0.06 - Warnings inside a subtest were not emitted as TAP events, breaking the TAP and making for great confusion: this is because of a bug in the core TAP formatter (https://github.com/Test-More/test-more/issues/776); warnings are now emitted as Ok events instead of Warning events * Mon Jun 05 2017 Jitka Plesnikova <jplesnik@redhat.com> - 0.05-3 - Perl 5.26 rebuild * Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.05-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Tue Nov 08 2016 Paul Howarth <paul@city-fan.org> - 0.05-1 - Update to 0.05 - Skip compile.t on Windows; this test uses IPC::Run3, which doesn't seem to work well on that platform (CPAN RT#118443) * Thu Oct 27 2016 Paul Howarth <paul@city-fan.org> - 0.04-2 - We provide Test2::Event::Warning so we don't need to build-require it * Mon Oct 24 2016 Paul Howarth <paul@city-fan.org> - 0.04-1 - Update to 0.04 - Load Test2::Event::Warning in the plugin instead of relying on Test2 to do it for us; this should avoid the bug fixed in the previous version and eliminates the need for the INIT block, which caused its own problems * Tue Oct 18 2016 Paul Howarth <paul@city-fan.org> - 0.03-1 - Update to 0.03 - Add the $SIG{__WARN__} hook in an INIT block; we really don't want to trigger this because of a compile-time warning, and because of a bug in Test::Builder, this can actually cause the warning to be lost entirely (https://github.com/Test-More/test-more/issues/729) - The Test2::Event::Warning event now returns true for increments_count, which means that the test failure caused by a warning will not be output as a TAP test line; previously this was just seen as a diag line, which could be quite confusing (https://github.com/Test-More/test-more/issues/728) * Mon Sep 19 2016 Paul Howarth <paul@city-fan.org> - 0.02-3 - Drop unused BR: findutils (#1377228) * Mon Sep 19 2016 Paul Howarth <paul@city-fan.org> - 0.02-2 - Sanitize for Fedora submission * Sun Sep 18 2016 Paul Howarth <paul@city-fan.org> - 0.02-1 - Initial RPM version