On January 14, 2022 9:19 PM, Junio wrote: > A release candidate Git v2.35.0-rc1 is now available for testing at the usual places. > It is comprised of 467 non-merge commits since v2.34.0, contributed by 80 > people, 32 of which are new faces [*]. FYI: rc1 built/test (mostly) passes on both NonStop x86 and ia64 platforms. We seem to have a recurrence of a transient failure in t5562 from a few releases ago. Retesting makes the problem disappear. Subtest 8 # # test_env HTTP_CONTENT_ENCODING="gzip" test_http_env upload empty_body && # ! verify_http_result "200 OK" # Subtest 14 # # test_env HTTP_CONTENT_ENCODING="gzip" test_http_env receive empty_body && # ! verify_http_result "200 OK" # Am I mistaken that using the ! verify_http_result construct is not recommended or am I misremembering the discussion? Regards, --Randall