Skip to content

test for headers that are too large fails on Debian s390x #2588

@terceiro

Description

@terceiro

I maintain the passenger package on Debian, and I was working on running the test suite during the package build and against the installed package. It turns out I found one test failure under the s390x architecture:

Failures:

  1) PhusionPassenger::RequestHandler the main socket rejects headers that are too large
     Failure/Error: block.should raise_error(Errno::EPIPE)
       expected Errno::EPIPE but nothing was raised
     # ./ruby/request_handler_spec.rb:95:in `block (2 levels) in <module:PhusionPassenger>'

Finished in 5.5 seconds (files took 0.23326 seconds to load)
53 examples, 1 failure

Failed examples:

rspec ./ruby/request_handler_spec.rb:81 # PhusionPassenger::RequestHandler the main socket rejects headers that are too large

This is consistently reproducible. Please let me know if there's any information I can provide to help debug this. I can tests patches on this architecture if necessary.

Here is the full s390x build log

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions