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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4FEAFC433F5 for ; Fri, 12 Nov 2021 16:01:34 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 2D26C60F8F for ; Fri, 12 Nov 2021 16:01:34 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235304AbhKLQEY (ORCPT ); Fri, 12 Nov 2021 11:04:24 -0500 Received: from pb-smtp2.pobox.com ([64.147.108.71]:51632 "EHLO pb-smtp2.pobox.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232458AbhKLQEX (ORCPT ); Fri, 12 Nov 2021 11:04:23 -0500 Received: from pb-smtp2.pobox.com (unknown [127.0.0.1]) by pb-smtp2.pobox.com (Postfix) with ESMTP id 148B9F8F19; Fri, 12 Nov 2021 11:01:32 -0500 (EST) (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=jHShF36QpKb64Zr9E6r2Dam9qwRFUazVj2Yr1B NL0AE=; b=EEZYb7n25G5Wi1m9LDu7a+P/GwDcceT4mx01t3nzyqURoZy43odv1o dvTOusTWsPooEc6WV3lhRF3qQxWOrCmHZ93wt3rBiFL1HsyFAfpCyeuBgTDq7nHh RPiCtKqRFsh3C0DKeIvHAroyc+IobdNnI21AZdbQXD5FnIY1ses/s= Received: from pb-smtp2.nyi.icgroup.com (unknown [127.0.0.1]) by pb-smtp2.pobox.com (Postfix) with ESMTP id 0AEADF8F18; Fri, 12 Nov 2021 11:01:32 -0500 (EST) (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 6824AF8F17; Fri, 12 Nov 2021 11:01:31 -0500 (EST) (envelope-from junio@pobox.com) From: Junio C Hamano To: Adam Dinwoodie Cc: Johannes Schindelin , Ramsay Jones , Jeff Hostetler via GitGitGadget , git@vger.kernel.org, Eric Sunshine , Taylor Blau , =?utf-8?B?w4Z2YXIgQXJuZmrDtnLDsA==?= Bjarmason , Jeff Hostetler , Carlo Arenas , Jeff Hostetler Subject: Re: [PATCH v2 7/7] t/helper/simple-ipc: convert test-simple-ipc to use start_bg_command References: <6b7a058284b93fab52458b12a6aede5e8aed6652.1632152179.git.gitgitgadget@gmail.com> <20211104194619.GA12886@dinwoodie.org> Date: Fri, 12 Nov 2021 08:01:30 -0800 In-Reply-To: (Adam Dinwoodie's message of "Fri, 12 Nov 2021 08:56:42 +0000") 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: CD5FB466-43D1-11EC-B56D-CD991BBA3BAF-77302942!pb-smtp2.pobox.com Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Adam Dinwoodie writes: > I have just run the complete test suite on rc2, both with and without > this patch, and I can confirm it resolves this problem and doesn't > cause any other new test failures. Thanks for a good news. > But yes, the (lack of) speed of running the Git test suite on Cygwin > is one of the reasons I run the tests on high-spec Azure VMs rather > than my own systems. Unfortunately the Cygwin compatibility layer plus > the overheads of NTFS mean things are unlikely to get significantly > quicker any time soon, and between WSL and Git for Windows, I expect > interest in improving Cygwin's performance is going to continue to > wane. Out of curiosity, are the use cases and user base of Cygwin waning, or are there still viable cases where Cygwin is a more preferred solution over WSL (the question is not limited to use of Git)?