From patchwork Tue Nov 1 23:56:22 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Aaron Merey X-Patchwork-Id: 59765 Return-Path: X-Original-To: patchwork@sourceware.org Delivered-To: patchwork@sourceware.org Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id EC5F43858C33 for ; Tue, 1 Nov 2022 23:56:38 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org EC5F43858C33 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1667346999; bh=k0oGdIdgBTVZ3zeJt/S+uIzZlv1j3/Mue/b4xO3U1+w=; h=To:Subject:Date:List-Id:List-Unsubscribe:List-Archive:List-Help: List-Subscribe:From:Reply-To:From; b=txiGQ7DGFkU5l7k2ZnPLBvDH3nIwyXj40+Y6MGMFDYqBmMvskt0iuqIIQhWmrrvg/ GmTlBG8BnIFEpiJNKGQs9nkDWbLyVmfsD+MAbnvOPbrmQKBtpuiHpj8vyb5EY8zNge Ivu50StrgExDtkqxBiNw+fvCM3pDVpuSgi2WmFWM= X-Original-To: elfutils-devel@sourceware.org Delivered-To: elfutils-devel@sourceware.org Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by sourceware.org (Postfix) with ESMTPS id 566263858D37 for ; Tue, 1 Nov 2022 23:56:29 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 566263858D37 Received: from mimecast-mx02.redhat.com (mx3-rdu2.redhat.com [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-10-03fhSNbdOvyPfOVejEuJ3w-1; Tue, 01 Nov 2022 19:56:28 -0400 X-MC-Unique: 03fhSNbdOvyPfOVejEuJ3w-1 Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.rdu2.redhat.com [10.11.54.3]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id BE0A53806702 for ; Tue, 1 Nov 2022 23:56:27 +0000 (UTC) Received: from fedora.redhat.com (unknown [10.22.33.191]) by smtp.corp.redhat.com (Postfix) with ESMTP id 8D4DF111DCE7; Tue, 1 Nov 2022 23:56:27 +0000 (UTC) To: elfutils-devel@sourceware.org Subject: [PATCH OB] run-debuginfod-section.sh: Avoid zstd-compressed rpms Date: Tue, 1 Nov 2022 19:56:22 -0400 Message-Id: <20221101235622.63711-1-amerey@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.1 on 10.11.54.3 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com X-Spam-Status: No, score=-12.2 required=5.0 tests=BAYES_00, DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, GIT_PATCH_0, RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H2, SPF_HELO_NONE, SPF_NONE, TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: elfutils-devel@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Elfutils-devel mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-Patchwork-Original-From: Aaron Merey via Elfutils-devel From: Aaron Merey Reply-To: Aaron Merey Errors-To: elfutils-devel-bounces+patchwork=sourceware.org@sourceware.org Sender: "Elfutils-devel" Pushed as obvious. Only test using rpms without zstd compression. Older versions of libarchive may fail to handle these. Signed-off-by: Aaron Merey --- tests/run-debuginfod-section.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/run-debuginfod-section.sh b/tests/run-debuginfod-section.sh index a3cae349..66e53e83 100755 --- a/tests/run-debuginfod-section.sh +++ b/tests/run-debuginfod-section.sh @@ -79,7 +79,7 @@ wait_ready $PORT1 'thread_busy{role="scan"}' 0 ######################################################################## # Build-id for a file in the one of the testsuite's F31 rpms -RPM_BUILDID=420e9e3308971f4b817cc5bf83928b41a6909d88 +RPM_BUILDID=d44d42cbd7d915bc938c81333a21e355a6022fb7 # Download sections from files indexed with -F testrun ${abs_top_builddir}/debuginfod/debuginfod-find -vvv section $BUILDID .debug_info