public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Jitka Plesnikova <jplesnik@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/perl-DBD-MariaDB] rawhide: Do not run tests in parallel
Date: Wed, 29 Jul 2026 11:41:12 GMT [thread overview]
Message-ID: <178532527224.1.17354416753660350647.rpms-perl-DBD-MariaDB-a82b35dc957a@fedoraproject.org> (raw)
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
reply other threads:[~2026-07-29 11:41 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178532527224.1.17354416753660350647.rpms-perl-DBD-MariaDB-a82b35dc957a@fedoraproject.org \
--to=jplesnik@redhat.com \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox