You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Jim Jagielski <ji...@jaguNET.com> on 2016/10/11 16:34:44 UTC

headers.t error on 2.4 HEAD

On HEAD of httpd-2.4, the test framework fails on headers.t:

   header: [Foo	Bar] vs [Foo Bar]
   # testing : compare header Hello value
   # expected: 'Foo Bar'
   # received: 'Foo	Bar'
   not ok 3

I am guessing that this is due to the header work being
in some sort of intermediate state of development?? Or
has the test framework not yet been updated??

Re: headers.t error on 2.4 HEAD

Posted by Yann Ylavic <yl...@gmail.com>.
On Sat, Oct 15, 2016 at 4:30 PM, Yann Ylavic <yl...@gmail.com> wrote:
> On Sat, Oct 15, 2016 at 4:20 PM, Yann Ylavic <yl...@gmail.com> wrote:
>> On Sat, Oct 15, 2016 at 3:10 PM, Jim Jagielski <ji...@jagunet.com> wrote:
>>> Anyone...? Any ideas??
>>
>> This seems to come from r1756746, which I think should be trunk
>> specific (for now).
>
> The attached works for me..

Which simply restores %headers from r1756745 with httpd < 2.5.0.

Re: headers.t error on 2.4 HEAD

Posted by William A Rowe Jr <wr...@rowe-clan.net>.
Thanks. Another option in these cases is to mark the test TODO and
gracefully ignore it's failure, but this fix is fine in the interim.

On Oct 15, 2016 10:35 AM, "Yann Ylavic" <yl...@gmail.com> wrote:

> On Sat, Oct 15, 2016 at 4:30 PM, Yann Ylavic <yl...@gmail.com> wrote:
> > On Sat, Oct 15, 2016 at 4:20 PM, Yann Ylavic <yl...@gmail.com>
> wrote:
> >> On Sat, Oct 15, 2016 at 3:10 PM, Jim Jagielski <ji...@jagunet.com> wrote:
> >>> Anyone...? Any ideas??
> >>
> >> This seems to come from r1756746, which I think should be trunk
> >> specific (for now).
> >
> > The attached works for me..
>
> Applied in r1765085.
>

Re: headers.t error on 2.4 HEAD

Posted by Yann Ylavic <yl...@gmail.com>.
On Sat, Oct 15, 2016 at 4:30 PM, Yann Ylavic <yl...@gmail.com> wrote:
> On Sat, Oct 15, 2016 at 4:20 PM, Yann Ylavic <yl...@gmail.com> wrote:
>> On Sat, Oct 15, 2016 at 3:10 PM, Jim Jagielski <ji...@jagunet.com> wrote:
>>> Anyone...? Any ideas??
>>
>> This seems to come from r1756746, which I think should be trunk
>> specific (for now).
>
> The attached works for me..

Applied in r1765085.

Re: headers.t error on 2.4 HEAD

Posted by Yann Ylavic <yl...@gmail.com>.
On Sat, Oct 15, 2016 at 4:20 PM, Yann Ylavic <yl...@gmail.com> wrote:
> On Sat, Oct 15, 2016 at 3:10 PM, Jim Jagielski <ji...@jagunet.com> wrote:
>> Anyone...? Any ideas??
>
> This seems to come from r1756746, which I think should be trunk
> specific (for now).

The attached works for me..

Re: headers.t error on 2.4 HEAD

Posted by Yann Ylavic <yl...@gmail.com>.
On Sat, Oct 15, 2016 at 3:10 PM, Jim Jagielski <ji...@jagunet.com> wrote:
> Anyone...? Any ideas??

This seems to come from r1756746, which I think should be trunk
specific (for now).

Re: headers.t error on 2.4 HEAD

Posted by Jim Jagielski <ji...@jaguNET.com>.
Anyone...? Any ideas??

> On Oct 11, 2016, at 12:34 PM, Jim Jagielski <ji...@jaguNET.com> wrote:
> 
> On HEAD of httpd-2.4, the test framework fails on headers.t:
> 
>   header: [Foo	Bar] vs [Foo Bar]
>   # testing : compare header Hello value
>   # expected: 'Foo Bar'
>   # received: 'Foo	Bar'
>   not ok 3
> 
> I am guessing that this is due to the header work being
> in some sort of intermediate state of development?? Or
> has the test framework not yet been updated??