From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=redhat.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=redhat.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1667346989; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=k0oGdIdgBTVZ3zeJt/S+uIzZlv1j3/Mue/b4xO3U1+w=; b=Mtnnc6mK9ba8Rq6CXNaiYaOW9iWYhMtmlJCTXaVH6SZViigefIWUZs84kYkkmTH0u6eGro zz+Ml6Gh4qGejH+8Q/0z8+J+ItmJnm5ejpWnIwZI91thgLioIXMDfgmiOoc+dMGUkF3hId ILW0xdEB66hskOGD75jdbTaRJ091cqk= 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) From: Aaron Merey To: elfutils-devel@sourceware.org Cc: Aaron Merey 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 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII"; x-default=true 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 List-Id: 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 -- 2.37.3