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

x/net/http2: TestServer_Rejects_TLSBadCipher fails on OpenBSD arm #33842

Open
andybons opened this issue Aug 26, 2019 · 1 comment
Open

x/net/http2: TestServer_Rejects_TLSBadCipher fails on OpenBSD arm #33842

andybons opened this issue Aug 26, 2019 · 1 comment
Labels
NeedsFix The path to resolution is known, but the work has not been done. OS-OpenBSD Testing An issue that has been verified to require only test changes, not just a test failure.
Milestone

Comments

@andybons
Copy link
Member

Example from https://build.golang.org/log/791d55e2cf7e2f96ac6ad20f561477a0f401c861

See https://build.golang.org/?repo=golang.org%2fx%2fnet for more instances

--- FAIL: TestServer_Rejects_TLSBadCipher (0.05s)
    server_test.go:549: got a *http2.SettingsFrame; want *GoAwayFrame
    server_test.go:235: Framer read log:
        2019-08-21 14:37:42.791078336 Framer 0xc29d80: read SETTINGS len=24, settings: MAX_FRAME_SIZE=1048576, MAX_CONCURRENT_STREAMS=250, MAX_HEADER_LIST_SIZE=1048896, INITIAL_WINDOW_SIZE=1048576
FAIL
FAIL	golang.org/x/net/http2	74.768s

@FiloSottile

@andybons andybons added OS-OpenBSD NeedsFix The path to resolution is known, but the work has not been done. labels Aug 26, 2019
@andybons andybons added this to the Go1.13 milestone Aug 26, 2019
@FiloSottile FiloSottile added the Testing An issue that has been verified to require only test changes, not just a test failure. label Aug 26, 2019
@andybons andybons modified the milestones: Go1.13, Go1.14 Sep 3, 2019
@rsc rsc modified the milestones: Go1.14, Backlog Oct 9, 2019
@jamie-digital
Copy link

I'm also getting this on amd64 macOS Mojave (10.14.6) with Go1.13.3:

=== RUN   TestServer_Rejects_TLSBadCipher
--- FAIL: TestServer_Rejects_TLSBadCipher (0.00s)
    server_test.go:549: got a *http2.SettingsFrame; want *GoAwayFrame
    server_test.go:235: Framer read log:
        2019-11-05 13:15:55.475337 Framer 0xc000271880: read SETTINGS len=24, settings: MAX_FRAME_SIZE=1048576, MAX_CONCURRENT_STREAMS=250, MAX_HEADER_LIST_SIZE=1048896, INITIAL_WINDOW_SIZE=1048576
FAIL	golang.org/x/net/http2

Happy to provide more info if that helps.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
NeedsFix The path to resolution is known, but the work has not been done. OS-OpenBSD Testing An issue that has been verified to require only test changes, not just a test failure.
Projects
None yet
Development

No branches or pull requests

4 participants