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 CE04DC433F5 for ; Thu, 24 Mar 2022 20:36:58 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1353450AbiCXUi3 convert rfc822-to-8bit (ORCPT ); Thu, 24 Mar 2022 16:38:29 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49224 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1346156AbiCXUi2 (ORCPT ); Thu, 24 Mar 2022 16:38:28 -0400 Received: from elephants.elehost.com (elephants.elehost.com [216.66.27.132]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3B3D4B82C7 for ; Thu, 24 Mar 2022 13:36:56 -0700 (PDT) Received: from Mazikeen (cpe00fc8d49d843-cm00fc8d49d840.cpe.net.cable.rogers.com [99.229.22.139] (may be forged)) (authenticated bits=0) by elephants.elehost.com (8.16.1/8.16.1) with ESMTPSA id 22OKasnR012537 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Thu, 24 Mar 2022 16:36:55 -0400 (EDT) (envelope-from rsbecker@nexbridge.com) Reply-To: From: To: "'Jeff Hostetler'" , "'Junio C Hamano'" , "'Jeff Hostetler via GitGitGadget'" Cc: , "'Bagas Sanjaya'" , "=?utf-8?Q?'=C3=86var_Arnfj=C3=B6r=C3=B0_Bjarmason'?=" , "'Eric Sunshine'" , "'Johannes Schindelin'" , "'Tao Klerks'" , "'Jeff Hostetler'" References: <075d01d83fb2$1506ded0$3f149c70$@nexbridge.com> <0deea44e-b919-81cb-d8bf-ebea4c9ba426@jeffhostetler.com> In-Reply-To: <0deea44e-b919-81cb-d8bf-ebea4c9ba426@jeffhostetler.com> Subject: RE: [PATCH v8 21/30] t7527: create test for fsmonitor--daemon Date: Thu, 24 Mar 2022 16:36:49 -0400 Organization: Nexbridge Inc. Message-ID: <076101d83fbe$e6ce5e50$b46b1af0$@nexbridge.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8BIT X-Mailer: Microsoft Outlook 16.0 Thread-Index: AQKGzDsbg2lz67pgmA1z2cDpXTOUgQHHL5OMAJXlRvoBuEN8YgEapCjIAipY7sKrNxJMUA== Content-Language: en-ca Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org On March 24, 2022 4:28 PM, Jeff Hostetler wrote: >On 3/24/22 3:05 PM, rsbecker@nexbridge.com wrote: >> On March 24, 2022 3:00 PM, Junio C Hamano wrote: >>> Subject: Re: [PATCH v8 21/30] t7527: create test for >>> fsmonitor--daemon >>> >>> "Jeff Hostetler via GitGitGadget" writes: >>> >>>> From: Jeff Hostetler >[...] >> >> May I request a bit of extra time on the -rc0 to -rc1 cycle for this? I have a feeling >that while testing this is probably going to go well, I would like to have a bit of >extra time for anything that might come up. There are a lot of moving parts to this >series. Not being critical, but debugging scripts on my platforms can be a bit rough >at times. >> >> Thanks, >> Randall >> > >I'll simplify the `start_daemon()` function as Junio suggests, so hopefully that'll >reduce the amount of debugging that you need. Thanks. >BTW, which platforms are you worried about? I'm worried about NonStop ia64 and x86. It's not just this series but also the fsync series. I think it's going to be a bit of a rid this time, but hoping not. --Randall