From patchwork Fri Sep 28 16:24:54 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?SZEDER_G=C3=A1bor?= X-Patchwork-Id: 10620159 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id DE8E115E8 for ; Fri, 28 Sep 2018 16:25:23 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id D7DD02BE45 for ; Fri, 28 Sep 2018 16:25:23 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id CBA592BE49; Fri, 28 Sep 2018 16:25:23 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.0 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 80CD72BE45 for ; Fri, 28 Sep 2018 16:25:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728920AbeI1Wtx (ORCPT ); Fri, 28 Sep 2018 18:49:53 -0400 Received: from mail-wr1-f42.google.com ([209.85.221.42]:46851 "EHLO mail-wr1-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726121AbeI1Wtw (ORCPT ); Fri, 28 Sep 2018 18:49:52 -0400 Received: by mail-wr1-f42.google.com with SMTP id z3-v6so6994307wrr.13 for ; Fri, 28 Sep 2018 09:25:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=hSVc02smMBnnNG2ynPmJ1eG6gU05iQKpjYFioZ3OACY=; b=iaf7Jpf3nTCvzZm3OSwZoDH0zJxDbilvaeOCPdgH5+sC+w0rQwgyqx7F9ABBV0YQec 7J0sLxfygEkyp2gO7wKWjp0EljllmR0IFyrEPv73ydccxY/e95VF1IBe9CT8zBcWe1bL lIarwrKkwXCOjsaEq9bcXRkkRDe0TENeGB2j1mXRfnQbMi2l1hT1cIGQJoC6peNe8Ttw /NNdhcRHsqEfwDwibSAxp8g4y+vbl3huIdz1nGFoRSSfSTfo959ZLlHbae5XzHpfUk13 //eHGII8BaWBcC2LbFAyW1FkMIlTEVxlgHFgM4hAkxnjXM3W5dsWqOYxv526f4Hf39DU B2lA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=hSVc02smMBnnNG2ynPmJ1eG6gU05iQKpjYFioZ3OACY=; b=jT2XlpmDJLoVtyjwxAwKE6ro0AOQAp1CenS58zveZIuGyNdQ+RMyyxHCO7O4YJke+e n9bQ/Nl38QZ4xHbLteX10WrmpEbOoSIFWCINlnl6eCv1tFaNj5qXK9tBGJnHOUpDy4rt 3RFI06q+2p14vczjivBC4FWVdefQu6rJDM3Ut8+KejwJGxKLcL1V2KN1Eznmgms1h8PI 8R4Iq4c1f/50LPuBMUDlfQ4W4yR8nh/giuuwMDo2y3dWtQup9yHG5DcWjn9rDjOgFbtB K1wk/mLqcwj8ZtyVZoMx5K9VYAp4ZJOtWki4MvtF8Zr4Rq5/9V41zejtGYAcuL8kdyBb ofmw== X-Gm-Message-State: ABuFfogHdYV7aL1kxmSPiNo9eWvAB4pPoe1QuyPo0iLGyP8tY1RKY2ur bo4GjhDx6ghDx/AAwW27G58KxOM/ X-Google-Smtp-Source: ACcGV63Ow8BkLHPyvmi+NRq+ylZ02hCa3yZeJFm3CQvugxulHy0ntG7AnXrq1PvVaH1eyMLdKsK94g== X-Received: by 2002:adf:bb41:: with SMTP id x1-v6mr4508039wrg.325.1538151920195; Fri, 28 Sep 2018 09:25:20 -0700 (PDT) Received: from localhost.localdomain (x4db1ef73.dyn.telefonica.de. [77.177.239.115]) by smtp.gmail.com with ESMTPSA id s24-v6sm1628247wmc.7.2018.09.28.09.25.18 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 28 Sep 2018 09:25:18 -0700 (PDT) From: =?utf-8?q?SZEDER_G=C3=A1bor?= To: Junio C Hamano Cc: Duy Nguyen , Thomas Gummerer , =?utf-8?b?w4Z2YXIgQXJuZmrDtnLDsCBCamFybWFzb24=?= , Paul-Sebastian Ungureanu , git@vger.kernel.org, =?utf-8?q?SZEDER_G=C3=A1bor?= Subject: [PATCH v3 1/6] t1700-split-index: document why FSMONITOR is disabled in this test script Date: Fri, 28 Sep 2018 18:24:54 +0200 Message-Id: <20180928162459.17138-2-szeder.dev@gmail.com> X-Mailer: git-send-email 2.19.0.361.gafc87ffe72 In-Reply-To: <20180928162459.17138-1-szeder.dev@gmail.com> References: <20180927124434.30835-1-szeder.dev@gmail.com> <20180928162459.17138-1-szeder.dev@gmail.com> MIME-Version: 1.0 Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Signed-off-by: SZEDER Gábor --- t/t1700-split-index.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/t/t1700-split-index.sh b/t/t1700-split-index.sh index be22398a85..822257ff7d 100755 --- a/t/t1700-split-index.sh +++ b/t/t1700-split-index.sh @@ -6,6 +6,9 @@ test_description='split index mode tests' # We need total control of index splitting here sane_unset GIT_TEST_SPLIT_INDEX +# A couple of tests expect the index to have a specific checksum, +# but the presence of the optional FSMN extension would interfere +# with those checks, so disable it in this test script. sane_unset GIT_FSMONITOR_TEST test_expect_success 'enable split index' '