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-Status: No, score=-3.9 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,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 99A2D1F9FC for ; Fri, 26 Mar 2021 00:46:37 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229664AbhCZAqD (ORCPT ); Thu, 25 Mar 2021 20:46:03 -0400 Received: from pb-smtp2.pobox.com ([64.147.108.71]:59107 "EHLO pb-smtp2.pobox.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229631AbhCZApy (ORCPT ); Thu, 25 Mar 2021 20:45:54 -0400 Received: from pb-smtp2.pobox.com (unknown [127.0.0.1]) by pb-smtp2.pobox.com (Postfix) with ESMTP id C9AD9C8A3C; Thu, 25 Mar 2021 20:45:53 -0400 (EDT) (envelope-from junio@pobox.com) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; s=sasl; bh=+saenQoHNdMuyQ6WUhZHsGg8bcM=; b=LrXnrG jDjQYQUcNZUgLHpp0uRDIlR1gGbQDy7QXAensLlkxKbvHRHTbTLrcOJhpYTG5JWe iSNzRNMwyLD0SJuKZHJ+EteA/YeI82HUYZQm3j5C7Qi5lczZaDGyMHbcPXMGJvQ9 NrhcEt/fs3DFRZmFdZWzJBxMMtLZnQf6PBOR4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; q=dns; s=sasl; b=ukV5UUorbADKrpckHXmjPgmyFM+rMq3o JZIrOTsA0/Rfoiw00n6j+Zq8/SaKj5iditkxXMvuN24fzTjxDs5+U49xHeScXZbX x3sXBH5pVP5ZX/IVyXQaVhDzFaaDEGoz7vCTlyT4+J5XIIlXGM9iauWZ8+iZZMGu cY4z3AcRrb0= Received: from pb-smtp2.nyi.icgroup.com (unknown [127.0.0.1]) by pb-smtp2.pobox.com (Postfix) with ESMTP id BD9F7C8A3B; Thu, 25 Mar 2021 20:45:53 -0400 (EDT) (envelope-from junio@pobox.com) Received: from pobox.com (unknown [34.74.119.39]) (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 235CDC8A3A; Thu, 25 Mar 2021 20:45:53 -0400 (EDT) (envelope-from junio@pobox.com) From: Junio C Hamano To: Jeffrey Walton Cc: Git List Subject: Re: not ok 47 - log.decorate configuration References: Date: Thu, 25 Mar 2021 17:45:52 -0700 In-Reply-To: (Jeffrey Walton's message of "Thu, 25 Mar 2021 19:09:19 -0400") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1.90 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Pobox-Relay-ID: 9E2ED37C-8DCC-11EB-B3D4-74DE23BA3BAF-77302942!pb-smtp2.pobox.com Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Jeffrey Walton writes: > On Thu, Mar 25, 2021 at 3:57 AM Jeffrey Walton wrote: >> ... > > Cancel this. It just tested OK a second time around. Which may indicate that the test is flakey (e.g. timing dependent, only reproducing when two commands in the test sequence are executed across a second boundary, or something like that), which may be worth fixing.