From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 92C4BC433EF for ; Tue, 21 Jun 2022 13:51:58 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1350207AbiFUNv6 convert rfc822-to-8bit (ORCPT ); Tue, 21 Jun 2022 09:51:58 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45298 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229741AbiFUNv5 (ORCPT ); Tue, 21 Jun 2022 09:51:57 -0400 Received: from elephants.elehost.com (elephants.elehost.com [216.66.27.132]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B5D50E0BF for ; Tue, 21 Jun 2022 06:51:54 -0700 (PDT) Received: from Mazikeen (cpe00fc8d49d843-cm00fc8d49d840.cpe.net.cable.rogers.com [174.119.96.21] (may be forged)) (authenticated bits=0) by elephants.elehost.com (8.16.1/8.16.1) with ESMTPSA id 25LDpiBq025933 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Tue, 21 Jun 2022 09:51:45 -0400 (EDT) (envelope-from rsbecker@nexbridge.com) Reply-To: From: To: , "'Junio C Hamano'" Cc: References: <00a401d884d0$32885890$979909b0$@nexbridge.com> In-Reply-To: <00a401d884d0$32885890$979909b0$@nexbridge.com> Subject: RE: Test Failure t5510,t5562 - was RE: [ANNOUNCE] Git v2.37.0-rc1 Date: Tue, 21 Jun 2022 09:51:39 -0400 Organization: Nexbridge Inc. Message-ID: <012701d88576$0b6f7a80$224e6f80$@nexbridge.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8BIT X-Mailer: Microsoft Outlook 16.0 Content-Language: en-ca Thread-Index: AQGbty4YZi8TaCT7HXBORJwwZ7F7563TbxSg Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org On June 20, 2022 2:04 PM, I wrote: >To: 'Junio C Hamano' >Cc: git@vger.kernel.org >Subject: Test Failure t5510,t5562 - was RE: [ANNOUNCE] Git v2.37.0-rc1 > >Subtests t5510.69, 71, 97, 99, 125, 127, 147, 149, 151, 153, 155, 157, 159, 161, 163, >165, 167, 170 failed in rc1 on the NonStop ia64 platform. These were working in rc0, >but after analysis, I do not think that is relevant. Here is what we see for subtest >69: > >expecting success of 5510.69 'link prune fetch.prune=unset >remote.origin.prune=unset fetch.pruneTags=unset >remote.origin.pruneTags=unset --prune origin refs/tags/*:refs/tags/*; >branch:kept tag:pruned': >... > git fetch >"file:///home/jenkins/.jenkins/workspace/Git_Pipeline@2/t/trash >directory.t5510-fetch/." "+refs/heads/*:refs/remotes/origin/*" && ... > git$git_fetch_c fetch --prune >"file:///home/jenkins/.jenkins/workspace/Git_Pipeline/t/trash directory.t5510- >fetch/." refs/tags/*:refs/tags/* && > >What seems to be happening is that the test script is computing the wrong parent >directory in the second case, cutting the @2. We use Jenkins for our builds and >occasional multiple builds run. The @2 is Jenkins way of running in another place. >This seems to be confusing the script parsing of the parent, causing the issue. >When I rebuilt and test in the primary directory, the failures disappeared because >no @2. > >t5562 also seems to have the same issue. A more complete list of tests failing in path with @2 is - and this is likely caused by different constructs: t5300, t5510, t5516, t5562, t5601, t7528.