git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* Is fetch.writeCommitGraph (and thus features.experimental) meant to work in the presence of shallow clones?
@ 2020-04-14 20:22 Elijah Newren
  2020-04-14 20:31 ` Taylor Blau
                   ` (2 more replies)
  0 siblings, 3 replies; 12+ messages in thread
From: Elijah Newren @ 2020-04-14 20:22 UTC (permalink / raw)
  To: Git Mailing List; +Cc: Derrick Stolee

Hi,

I was building a version of git for internal use, and thought I'd try
turning on features.experimental to get more testing of it.  The
following test error in the testsuite scared me, though:

t5537.9 (fetch --update-shallow):

...
+ git fetch --update-shallow ../shallow/.git refs/heads/*:refs/remotes/shallow/*
remote: Enumerating objects: 18, done.
remote: Counting objects: 100% (18/18), done.
remote: Compressing objects: 100% (6/6), done.
remote: Total 16 (delta 0), reused 6 (delta 0), pack-reused 0
Unpacking objects: 100% (16/16), 1.16 KiB | 1.17 MiB/s, done.
From ../shallow/
 * [new branch]      master     -> shallow/master
 * [new tag]         heavy-tag  -> heavy-tag
 * [new tag]         light-tag  -> light-tag
error: Could not read ac67d3021b4319951fb176469d7732e6914530c5
error: Could not read ac67d3021b4319951fb176469d7732e6914530c5
error: Could not read ac67d3021b4319951fb176469d7732e6914530c5
fatal: unable to parse commit ac67d3021b4319951fb176469d7732e6914530c5

Passing -c fetch.writeCommitGraph=false to the fetch command in that
test makes it pass.

There were also a couple other tests that failed with
features.experimental=true (in t5500), but those weren't scary -- they
were just checking exact want/have lines and features.experimental is
intended to change those.  This test from t5537 was the only one that
showed some unexpected fatal error.

Thanks,
Elijah

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

end of thread, other threads:[~2020-04-16  2:05 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-14 20:22 Is fetch.writeCommitGraph (and thus features.experimental) meant to work in the presence of shallow clones? Elijah Newren
2020-04-14 20:31 ` Taylor Blau
2020-04-14 20:31 ` Derrick Stolee
2020-04-14 23:50   ` Taylor Blau
2020-04-15  0:07     ` Taylor Blau
2020-04-15 11:55     ` Derrick Stolee
2020-04-15 15:55       ` Taylor Blau
2020-04-15 18:07       ` Elijah Newren
2020-04-16  2:05     ` Jonathan Tan
2020-04-15 20:54 ` Jonathan Nieder
2020-04-15 22:54   ` Elijah Newren
2020-04-16  0:47     ` Taylor Blau

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