git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] t7063: fix breakage with split index
@ 2015-06-05 23:31 Thomas Gummerer
  2015-06-07  6:20 ` Junio C Hamano
  0 siblings, 1 reply; 4+ messages in thread
From: Thomas Gummerer @ 2015-06-05 23:31 UTC (permalink / raw)
  To: git; +Cc: pclouds, gitster, Thomas Gummerer

When running the test suite with GIT_TEST_SPLIT_INDEX set, tests 17-18
in t7063 fail.  Unset GIT_TEST_SPLIT_INDEX at the beginning of the test,
in order to fix it.

Signed-off-by: Thomas Gummerer <t.gummerer@gmail.com>
---

Hi,

This breakage is both in the current master and next.  I'm not entirely
sure this is the best way to solve the issue, but unfortunately I don't
have any more time to look into this.

 t/t7063-status-untracked-cache.sh | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/t/t7063-status-untracked-cache.sh b/t/t7063-status-untracked-cache.sh
index bd4806c..2f958c7 100755
--- a/t/t7063-status-untracked-cache.sh
+++ b/t/t7063-status-untracked-cache.sh
@@ -8,6 +8,8 @@ avoid_racy() {
 	sleep 1
 }
 
+unset GIT_TEST_SPLIT_INDEX
+
 # It's fine if git update-index returns an error code other than one,
 # it'll be caught in the first test.
 test_lazy_prereq UNTRACKED_CACHE '
-- 
2.4.0.184.g8e1974e

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-06-08 16:49 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-05 23:31 [PATCH] t7063: fix breakage with split index Thomas Gummerer
2015-06-07  6:20 ` Junio C Hamano
2015-06-07 10:40   ` [PATCH] read-cache: fix untracked cache invalidation when split-index is used Nguyễn Thái Ngọc Duy
2015-06-08 16:49     ` Junio C Hamano

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).