git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* t5310 broken under Mac OS
@ 2018-06-19 17:33 Torsten Bögershausen
  2018-06-19 17:35 ` Eric Sunshine
  0 siblings, 1 reply; 3+ messages in thread
From: Torsten Bögershausen @ 2018-06-19 17:33 UTC (permalink / raw)
  To: Git Mailing List, peff

One test case fails here,
but I am to tired to dig further.


ok 42 - pack reuse respects --incremental

expecting success:
     git repack -ad &&
     git rev-list --use-bitmap-index --count --all >expect &&
     bitmap=$(ls .git/objects/pack/*.bitmap) &&
     test_when_finished "rm -f $bitmap" &&
     head -c 512 <$bitmap >$bitmap.tmp &&
     mv $bitmap.tmp $bitmap &&
     git rev-list --use-bitmap-index --count --all >actual 2>stderr &&
     test_cmp expect actual &&
     test_i18ngrep corrupt stderr

override r--r--r--  tb/staff for 
.git/objects/pack/pack-8886db3fce4f9657c1a43fee7d3ea4f2a4b5be2d.bitmap? 
(y/n [n]) not overwritten
error: 'grep corrupt stderr' didn't find a match in:
<File 'stderr' is empty>
not ok 43 - truncated bitmap fails gracefully
#
#        git repack -ad &&
#        git rev-list --use-bitmap-index --count --all >expect &&
#        bitmap=$(ls .git/objects/pack/*.bitmap) &&
#        test_when_finished "rm -f $bitmap" &&
#        head -c 512 <$bitmap >$bitmap.tmp &&
#        mv $bitmap.tmp $bitmap &&
#        git rev-list --use-bitmap-index --count --all >actual 2>stderr &&
#        test_cmp expect actual &&
#        test_i18ngrep corrupt stderr
#

# failed 1 among 43 test(s)
1..43


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

* Re: t5310 broken under Mac OS
  2018-06-19 17:33 t5310 broken under Mac OS Torsten Bögershausen
@ 2018-06-19 17:35 ` Eric Sunshine
  2018-06-19 17:39   ` Torsten Bögershausen
  0 siblings, 1 reply; 3+ messages in thread
From: Eric Sunshine @ 2018-06-19 17:35 UTC (permalink / raw)
  To: Torsten Bögershausen; +Cc: Git List, Jeff King

On Tue, Jun 19, 2018 at 1:33 PM Torsten Bögershausen <tboegi@web.de> wrote:
> expecting success:
>      git repack -ad &&
>      git rev-list --use-bitmap-index --count --all >expect &&
>      bitmap=$(ls .git/objects/pack/*.bitmap) &&
>      test_when_finished "rm -f $bitmap" &&
>      head -c 512 <$bitmap >$bitmap.tmp &&
>      mv $bitmap.tmp $bitmap &&
>      git rev-list --use-bitmap-index --count --all >actual 2>stderr &&
>      test_cmp expect actual &&
>      test_i18ngrep corrupt stderr
>
> override r--r--r--  tb/staff for
> .git/objects/pack/pack-8886db3fce4f9657c1a43fee7d3ea4f2a4b5be2d.bitmap?
> (y/n [n]) not overwritten
> error: 'grep corrupt stderr' didn't find a match in:

This is fixed by [1], isn't it?

[1]: https://public-inbox.org/git/20180616191400.GB8914@sigill.intra.peff.net/

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

* Re: t5310 broken under Mac OS
  2018-06-19 17:35 ` Eric Sunshine
@ 2018-06-19 17:39   ` Torsten Bögershausen
  0 siblings, 0 replies; 3+ messages in thread
From: Torsten Bögershausen @ 2018-06-19 17:39 UTC (permalink / raw)
  To: Eric Sunshine; +Cc: Git List, Jeff King



On 06/19/2018 07:35 PM, Eric Sunshine wrote:
> On Tue, Jun 19, 2018 at 1:33 PM Torsten Bögershausen <tboegi@web.de> wrote:
>> expecting success:
>>       git repack -ad &&
>>       git rev-list --use-bitmap-index --count --all >expect &&
>>       bitmap=$(ls .git/objects/pack/*.bitmap) &&
>>       test_when_finished "rm -f $bitmap" &&
>>       head -c 512 <$bitmap >$bitmap.tmp &&
>>       mv $bitmap.tmp $bitmap &&
>>       git rev-list --use-bitmap-index --count --all >actual 2>stderr &&
>>       test_cmp expect actual &&
>>       test_i18ngrep corrupt stderr
>>
>> override r--r--r--  tb/staff for
>> .git/objects/pack/pack-8886db3fce4f9657c1a43fee7d3ea4f2a4b5be2d.bitmap?
>> (y/n [n]) not overwritten
>> error: 'grep corrupt stderr' didn't find a match in:
> This is fixed by [1], isn't it?
>
> [1]: https://public-inbox.org/git/20180616191400.GB8914@sigill.intra.peff.net/
Most probably: yes.
I just ran pu if the day (which is 15th of June)
Thanks for a fast response, sorry for the noise


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

end of thread, other threads:[~2018-06-19 17:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-19 17:33 t5310 broken under Mac OS Torsten Bögershausen
2018-06-19 17:35 ` Eric Sunshine
2018-06-19 17:39   ` Torsten Bögershausen

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).