public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/perl-DBD-MariaDB] rawhide: Do not run tests in parallel
@ 2026-07-29 11:41 Jitka Plesnikova
  0 siblings, 0 replies; only message in thread
From: Jitka Plesnikova @ 2026-07-29 11:41 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/perl-DBD-MariaDB
Branch : rawhide
Commit : a82b35dc957ab6509a4d6216ada98a0d5dc49818
Author : Jitka Plesnikova <jplesnik@redhat.com>
Date   : 2026-07-29T12:15:44+02:00
Stats  : +6/-3 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/perl-DBD-MariaDB/c/a82b35dc957ab6509a4d6216ada98a0d5dc49818?branch=rawhide

Log:
Do not run tests in parallel

---
diff --git a/perl-DBD-MariaDB.spec b/perl-DBD-MariaDB.spec
index 5262c07..efec92b 100644
--- a/perl-DBD-MariaDB.spec
+++ b/perl-DBD-MariaDB.spec
@@ -9,7 +9,7 @@
 
 Name:           perl-DBD-MariaDB
 Version:        1.24
-Release:        7%{?dist}
+Release:        8%{?dist}
 Summary:        MariaDB and MySQL driver for the Perl5 Database Interface (DBI)
 License:        GPL-1.0-or-later OR Artistic-1.0-Perl
 URL:            https://metacpan.org/release/DBD-MariaDB/
@@ -163,8 +163,8 @@ cp -a %{_libexecdir}/%{name}/* ./
 # Load the variables
 . $DIR/$(basename %{SOURCE3})
 
-# Run tests
-prove -I . -j "$(getconf _NPROCESSORS_ONLN)"
+# Jobs can't be run in parallel
+prove -I .
 popd
 rm -rf "$DIR"
 EOF
@@ -188,6 +188,9 @@ make test %{?with_perl_DBD_MariaDB_enables_leak_test:EXTENDED_TESTING=1}
 %{_libexecdir}/%{name}
 
 %changelog
+* Wed Jul 29 2026 Jitka Plesnikova <jplesnik@redhat.com> - 1.24-8
+- Do not run tests in parallel
+
 * Wed Jul 22 2026 Jitka Plesnikova <jplesnik@redhat.com> - 1.24-7
 - Perl 5.44 rebuild
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-07-29 11:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-29 11:41 [rpms/perl-DBD-MariaDB] rawhide: Do not run tests in parallel Jitka Plesnikova

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox