Return-Path: X-Original-To: apmail-httpd-dev-archive@www.apache.org Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id CF17211952 for ; Tue, 26 Aug 2014 15:55:37 +0000 (UTC) Received: (qmail 76532 invoked by uid 500); 26 Aug 2014 15:55:37 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 76456 invoked by uid 500); 26 Aug 2014 15:55:36 -0000 Mailing-List: contact dev-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list dev@httpd.apache.org Received: (qmail 76446 invoked by uid 99); 26 Aug 2014 15:55:36 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Aug 2014 15:55:36 +0000 X-ASF-Spam-Status: No, hits=-2.3 required=5.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of rainer.jung@kippdata.de designates 195.227.30.149 as permitted sender) Received: from [195.227.30.149] (HELO mailserver.kippdata.de) (195.227.30.149) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Aug 2014 15:55:31 +0000 Received: from [10.0.110.6] ([192.168.10.29]) by mailserver.kippdata.de (8.13.5/8.13.5) with ESMTP id s7QFt9OP005486 for ; Tue, 26 Aug 2014 17:55:09 +0200 (CEST) Message-ID: <53FCADDB.6010709@kippdata.de> Date: Tue, 26 Aug 2014 17:55:07 +0200 From: Rainer Jung User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.0 MIME-Version: 1.0 To: dev@httpd.apache.org Subject: Re: Test failure on 2.4-HEAD References: <95234B32-9020-47D4-BB0D-00871318D786@jaguNET.com> In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Am 26.08.2014 um 17:02 schrieb Eric Covener: > On Tue, Aug 26, 2014 at 10:51 AM, Jim Jagielski wrote: >> Anyone else seeing this with HEAD of 2.4? >> >> # testing : trailer (pid) >> # expected: '67568' >> # received: 'No chunked trailer available!' >> not ok 3 >> # Failed test 3 in t/apache/chunkinput.t at line 71 > > > I recognize it, it's what you get if you built the (proposed only?) > trailers thing but the test module does not know to use > r->trailers_in. So it should be already fixed by your r1610833 for the test framework? Rainer