git.vger.kernel.org archive mirror
 help / color / mirror / 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

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

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).