Re: [PATCH v4 0/6] Fix the racy split index problem

2018-10-11 Thread Junio C Hamano
Ævar Arnfjörð Bjarmason writes: > On Thu, Oct 11 2018, SZEDER Gábor wrote: > >> Fourth and hopefully final round of fixing occasional test failures when >> run with 'GIT_TEST_SPLIT_INDEX=yes'. The only code change is the >> extraction of a helper function to compare two cache entries' content, >

Re: [PATCH v4 0/6] Fix the racy split index problem

2018-10-11 Thread SZEDER Gábor
On Thu, Oct 11, 2018 at 12:36:47PM +0200, Ævar Arnfjörð Bjarmason wrote: > > On Thu, Oct 11 2018, SZEDER Gábor wrote: > > > Fourth and hopefully final round of fixing occasional test failures when > > run with 'GIT_TEST_SPLIT_INDEX=yes'. The only code change is the > > extraction of a helper fun

Re: [PATCH v4 0/6] Fix the racy split index problem

2018-10-11 Thread Ævar Arnfjörð Bjarmason
On Thu, Oct 11 2018, SZEDER Gábor wrote: > Fourth and hopefully final round of fixing occasional test failures when > run with 'GIT_TEST_SPLIT_INDEX=yes'. The only code change is the > extraction of a helper function to compare two cache entries' content, > and then a couple of minor log messag

[PATCH v4 0/6] Fix the racy split index problem

2018-10-11 Thread SZEDER Gábor
Fourth and hopefully final round of fixing occasional test failures when run with 'GIT_TEST_SPLIT_INDEX=yes'. The only code change is the extraction of a helper function to compare two cache entries' content, and then a couple of minor log message clarifications. The range-diff below is rather cl