From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS53758 23.128.96.0/24 X-Spam-Status: No, score=-4.0 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED,SPF_HELO_PASS,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by dcvr.yhbt.net (Postfix) with ESMTP id C9E111F9FC for ; Mon, 11 Oct 2021 20:08:41 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234791AbhJKUKc (ORCPT ); Mon, 11 Oct 2021 16:10:32 -0400 Received: from pb-smtp2.pobox.com ([64.147.108.71]:62911 "EHLO pb-smtp2.pobox.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231926AbhJKUKc (ORCPT ); Mon, 11 Oct 2021 16:10:32 -0400 Received: from pb-smtp2.pobox.com (unknown [127.0.0.1]) by pb-smtp2.pobox.com (Postfix) with ESMTP id 0691BF99E3; Mon, 11 Oct 2021 16:08:31 -0400 (EDT) (envelope-from junio@pobox.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; s=sasl; bh=U/94rit3Uwf4hNq7WT0KCvDw4vnD6cx19fpk5D kCOSc=; b=uv8bS9jahziGaPdRD8h5g0zTOSazNrLsAS6pLbsGOfwMr3YzhWn95q coGxctrHBKy3EeSJlQk3Iht2RMxR30KapjNMmZy/UTWlOpepzFW5G7Zk3qvZG8D2 lRilqu2oa53kjLC/y2C/YLBX18S7178nOMkm55XEdjSWy4hyB0EzE= Received: from pb-smtp2.nyi.icgroup.com (unknown [127.0.0.1]) by pb-smtp2.pobox.com (Postfix) with ESMTP id F1EBCF99E2; Mon, 11 Oct 2021 16:08:30 -0400 (EDT) (envelope-from junio@pobox.com) Received: from pobox.com (unknown [104.133.2.91]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pb-smtp2.pobox.com (Postfix) with ESMTPSA id 5E6DAF99E1; Mon, 11 Oct 2021 16:08:30 -0400 (EDT) (envelope-from junio@pobox.com) From: Junio C Hamano To: Glen Choo Cc: git@vger.kernel.org, Eric Sunshine , Taylor Blau Subject: Re: [PATCH v3 0/3] Use default values from settings instead of config References: <20210917225459.68086-1-chooglen@google.com> <20211005001931.13932-1-chooglen@google.com> Date: Mon, 11 Oct 2021 13:08:29 -0700 In-Reply-To: (Glen Choo's message of "Mon, 11 Oct 2021 12:58:21 -0700") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Pobox-Relay-ID: 00F17150-2ACF-11EC-A11E-CD991BBA3BAF-77302942!pb-smtp2.pobox.com Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Glen Choo writes: > Junio C Hamano writes: > >> With this merged to 'seen', the CI job with the extra set of >> GIT_TEST_X settings fail. When this topic is excluded, with >> all the other topics in flight in 'seen', everything seems to >> be OK. > > Thanks for the feedback, I did two CI runs on my fork in response: > > * [1] uses the same tree as seen. Looks like osx-clang passes but > linux-gcc fails. > * [2] is rebased onto master. Again, osx-clang passes but linux-gcc > fails. > > This should be enough for me to hunt down the issue, though I would > appreciate any hints if anyone has any :) Using the set of GIT_TEST_FOO... settings I cited in the Reference#1, in the message you are responding to, will let you reproduce the issue locally on glinux boxes.