From 0daaab7ee9a4b075fb93aeb2a7c92be7b3ffb2e6 Mon Sep 17 00:00:00 2001
From: Robert Scheck <rob...@fedoraproject.org>
Date: Mon, 22 Jun 2015 18:03:37 +0200
Subject: Disable failed test with overloaded host (#1161469, #1228642)


diff --git a/perl-DBD-Firebird.spec b/perl-DBD-Firebird.spec
index 8918576..eeb300f 100644
--- a/perl-DBD-Firebird.spec
+++ b/perl-DBD-Firebird.spec
@@ -6,7 +6,7 @@
 Summary:        A Firebird interface for perl
 Name:           perl-DBD-Firebird
 Version:        1.19
-Release:        3%{?dist}
+Release:        4%{?dist}
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/%{pkgname}/
@@ -17,7 +17,7 @@ BuildRequires:  firebird >= 2.5.1, firebird-devel >= 2.5.1, 
perl(Test::Exception
 BuildRequires:  perl(Test::More) >= 0.4, perl(base), perl(Carp), perl(constant)
 BuildRequires:  perl(Data::Dumper), perl(DBI::DBD), perl(Encode), 
perl(Exporter)
 BuildRequires:  perl(File::Which), perl(File::Temp), perl(Getopt::Long), 
perl(lib)
-BuildRequires:  perl(Time::HiRes)
+BuildRequires:  perl(Time::HiRes), perl(Test::Deep)
 
 %description
 DBD::Firebird is a Perl module that works with the DBI module to provide
@@ -40,6 +40,13 @@ chmod -R u+w $RPM_BUILD_ROOT/*
 # Test for ib_set_tx_param() seems to be buggy (thus disable for now)
 rm -f t/embed-62-timeout.t
 
+# Disable thread-based test of ib_wait_event, as this test cannot be
+# guaranteed to succeed with overloaded host, see:
+# - https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=719582
+# - https://bugzilla.redhat.com/show_bug.cgi?id=1228642
+# - https://bugzilla.redhat.com/show_bug.cgi?id=1161469
+export AUTOMATED_TESTING=1
+
 # Full test coverage requires a live Firebird database (see the README file)
 make test
 
@@ -50,6 +57,9 @@ make test
 %{_mandir}/man3/*.3*
 
 %changelog
+* Mon Jun 22 2015 Robert Scheck <rob...@fedoraproject.org> 1.19-4
+- Disable failed test with overloaded host (#1161469, #1228642)
+
 * Thu Jun 18 2015 Fedora Release Engineering <rel-...@lists.fedoraproject.org> 
- 1.19-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
-- 
cgit v0.10.2


        
http://pkgs.fedoraproject.org/cgit/perl-DBD-Firebird.git/commit/?h=f22&id=0daaab7ee9a4b075fb93aeb2a7c92be7b3ffb2e6
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

Reply via email to