Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

t/09_client_server_tcp.t fails on Ubuntu #15

Open
dviererbe opened this issue Jul 6, 2023 · 1 comment · May be fixed by #16
Open

t/09_client_server_tcp.t fails on Ubuntu #15

dviererbe opened this issue Jul 6, 2023 · 1 comment · May be fixed by #16

Comments

@dviererbe
Copy link

dviererbe commented Jul 6, 2023

The current release 1.10 fails test t/09_client_server_tcp.t with the following error:

    #   Failed test 'no errors'
    #   at t/09_client_server_tcp.t line 115.
    #          got: 'Can't call method "push_write" on an undefined value at t/lib/PH2ClientServerTest.pm line 182.
    # '
    #     expected: ''

    #   Failed test 'no errors'
    #   at t/09_client_server_tcp.t line 115.
    #          got: 'Can't call method "push_write" on an undefined value at t/lib/PH2ClientServerTest.pm line 182.
    # '
    #     expected: ''
    # Looks like you failed 2 tests of 6.

#   Failed test 'client/server'
#   at t/09_client_server_tcp.t line 117.
# Looks like you failed 1 test of 1.
t/09_client_server_tcp.t .. 
# Subtest: client/server
    # test: without tls
    ok 1 - get response headers
    ok 2 - get body
    ok 3 - no errors
    # test: without tls, upgrade
    ok 4 - no errors
    # test: tls/npn
connection error
    not ok 5 - no errors
    # test: tls/alpn
connection error
    not ok 6 - no errors
    1..6
not ok 1 - client/server
1..1
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/1 subtests

Ubuntu Bug: https://bugs.launchpad.net/ubuntu/+source/libprotocol-http2-perl/+bug/2023586

Note: The same package builds on Debian.

@dviererbe
Copy link
Author

I see the same error when trying to build 1.09.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant