Closed
Description
I'm not sure if this is new, but it doesn't seem to be related to my changes in my PR. The PR builds are failing for all macos targets.
Here is one sample error log, though they are all the same:
=== Failed test: t5559-http-fetch-smart-http2 ===
The full logs are in the 'print test failures' step below.
See also the 'failed-tests-*' artifacts attached to this run.
Error: failed: t5559.30 large fetch-pack requests can be sent using chunked encoding
failure: t5559.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 https://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
#
# 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
# }
#
Metadata
Metadata
Assignees
Labels
No labels