From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 24BF8385770A; Wed, 6 Dec 2023 20:55:17 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 24BF8385770A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1701896117; bh=10m18TjdPJxwIIHkw3fh5lvd9FV46u18sXWgv+HvUtk=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Lc7VRmiPXx8l5yL7eseit7GQxliqLx1+hxcgjGaFf9q8jzoPYJzaqCuofGUTJRlYa oMmeNg9nGmCqQryQC8aClCErV8bfUeeMUX1ad53ChK2dYeiT34XZxpvAkOPlzMEzwJ MTTRw9lh6G0YsbO3RGNcUFjDU41DvkQVw8PZ2dW0= From: "wcohen at redhat dot com" To: systemtap@sourceware.org Subject: [Bug testsuite/20600] parallel testsuite hang in [nd_]syscall.exp Date: Wed, 06 Dec 2023 20:55:15 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: systemtap X-Bugzilla-Component: testsuite X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: wcohen at redhat dot com X-Bugzilla-Status: REOPENED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: systemtap at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D20600 William Cohen changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |wcohen at redhat dot com --- Comment #9 from William Cohen --- Not possible to replicate this issue now "make installcheck-parallel" was removed by commit 12c28db3271: Author: Frank Ch. Eigler 2023-10-12 12:45:09 Committer: Frank Ch. Eigler 2023-10-12 13:11:35 Parent: 3b2b14c5d095e7c82594d79aabca5d407692eab4 (Teach stap-prep to use new versions of dnf (if available)) Child: 823fcc4143c254bd847a1b4592b1580ee842239d (testsuite: drop busybox t= est case) Branches: master, mcermak-pr3040, remotes/origin/master, remotes/origin/mcermak-pr3040, remotes/origin/uprobe-reg2, wcohen/dwarf5cal= lee Follows: release-4.9a Precedes: release-5.0a testsuite: simplify Makefile drivers It was reported that "make installcheck" broke with commit 218c26a523816. Investigation pointed at quoting mishaps somewhere in the Makefile machinery related to parallel / partial testsuite runs. While this logic was clever and appeared useful for a time, it seems fragile in practice and not in active use after all. So let's nuke all of it. Moved the environment_sanity.exp test into the systemtap/ subdirectory to apprx. guarantee that it's run first, no Makefile magic needed. It still exits dejagnu entirely if it fails. --=20 You are receiving this mail because: You are the assignee for the bug.=