git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* t5559-http-fetch-smart-http2 failures
@ 2022-11-30 22:09 Todd Zullinger
  2022-12-01 20:25 ` Jeff King
  0 siblings, 1 reply; 4+ messages in thread
From: Todd Zullinger @ 2022-11-30 22:09 UTC (permalink / raw)
  To: git; +Cc: Jeff King, Taylor Blau, Junio C Hamano

Hi,

I started seeing failures in rc0 but I was distracted by the
long weekend.

The changes in 73c49a4474 (t: run t5551 tests with both HTTP
and HTTP/2, 2022-11-11) seem to rather frequently trigger
test failures on Fedora.

The most frequent test to fail is "large fetch-pack requests
can be sent using chunked encoding" (t5559.30), but earlier
tests have also failed on occasion.  For the common failure,
the test exits with:

    expecting success of 5559.30 'large fetch-pack requests can be sent using chunked encoding': 
	    GIT_TRACE_CURL=true git -c http.postbuffer=65536 \
		    clone --bare "$HTTPD_URL/smart/repo.git" split.git 2>err &&
	    {
		    test_have_prereq HTTP2 ||
		    grep "^=> Send header: Transfer-Encoding: chunked" err
	    }
    +++ GIT_TRACE_CURL=true
    +++ git -c http.postbuffer=65536 clone --bare http://127.0.0.1:5559/smart/repo.git split.git
    error: last command exited with $?=128
    not ok 30 - large fetch-pack requests can be sent using chunked encoding

(Less frequently, I've seen the last command exit 141.)

I haven't been able to track down the problem, which happens
a lot on the Fedora build system but less often during local
builds.  Obviously, the bug is too shy to show itself while
anyone is watching. ;)

I can easily disable the failing tests for a bit, but does
anyone have an idea what might be the cause or how to better
debug it when it occurs on a buildsystem without direct
access?

Thanks,

-- 
Todd

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

end of thread, other threads:[~2022-12-09 20:59 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-30 22:09 t5559-http-fetch-smart-http2 failures Todd Zullinger
2022-12-01 20:25 ` Jeff King
2022-12-09  2:20   ` Todd Zullinger
2022-12-09 20:59     ` Jeff King

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