Hi Jeffrey, On Wed, 18 Mar 2020, Jeffrey Walton wrote: > Hi Everyone, > > Here are test results for GNU HURD built from the 2.25.1 release > tarball. HURD is the JAN 2020 image, and fully updated with apt-get. > > I may be missing something for testing. Maybe you can re-run this test script with the `-i -v -x` options? That will stop at the first failure, produce verbose output, and also trace the commands as they are run. Ciao, Johannes > > *** t5562-http-backend-content-length.sh *** > ok 1 - setup > ok 2 - setup, compression related > ok 3 - fetch plain > ok 4 - fetch plain truncated > ok 5 - fetch plain empty > ok 6 - fetch gzipped > ok 7 - fetch gzipped truncated > ok 8 - fetch gzipped empty > ok 9 - push plain > ok 10 - push plain truncated > ok 11 - push plain empty > ok 12 - push gzipped > not ok 13 - push gzipped truncated > # > # test_env HTTP_CONTENT_ENCODING="gzip" test_http_env receive > push_body.gz.trunc && > # ! verify_http_result "200 OK" > # > not ok 14 - push gzipped empty > # > # test_env HTTP_CONTENT_ENCODING="gzip" test_http_env receive > empty_body && > # ! verify_http_result "200 OK" > # > ok 15 - CONTENT_LENGTH overflow ssite_t > ok 16 - empty CONTENT_LENGTH > # failed 2 among 16 test(s) > 1..16 > Makefile:56: recipe for target 't5562-http-backend-content-length.sh' failed >