split-index: disable the fsmonitor extension when running the split index test
commite6928517638e3dd30d996ff5636c1abdb9ee262b
authorBen Peart <benpeart@microsoft.com>
Fri, 22 Sep 2017 16:35:45 +0000 (22 12:35 -0400)
committerJunio C Hamano <gitster@pobox.com>
Sun, 1 Oct 2017 08:23:05 +0000 (1 17:23 +0900)
treecc2a72a200c053c350481d1d5689b6bd782446d1
parentdd3551f4918967f7153150fd615054d7878490e4
split-index: disable the fsmonitor extension when running the split index test

The split index test t1700-split-index.sh has hard coded SHA values for
the index.  Currently it supports index V4 and V3 but assumes there are
no index extensions loaded.

When manually forcing the fsmonitor extension to be turned on when
running the test suite, the SHA values no longer match which causes the
test to fail.

The potential matrix of index extensions and index versions can is quite
large so instead temporarily disable the extension before attempting to
run the test until the underlying problem of hard coded SHA values is fixed.

Signed-off-by: Ben Peart <benpeart@microsoft.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t1700-split-index.sh