AJ Heller
|
d5c1d093a1
|
Create a go module for http2 interop test, fixing breakage from upgrade to go v1.16 (#25707)
Go v1.16 introduced module-aware commands by default. This version
upgrade broke our http2 interop tests (see #25660). Setting the go
environment variable `GO111MODULE` to "auto" makes go tools behave as
they did before the v1.16 change, but will not be compatible with v1.17.
This PR introduces a minimal go.mod file for the interop test to appease go
v1.16.
Docs on the flag: https://golang.org/ref/mod#mod-commands
Recent discussion on golang/go:
https://github.com/golang/go/issues/31997#issuecomment-782864390
|
4 years ago |
Menghan Li
|
0f091953c8
|
fix fmt.Errorf missing args
|
5 years ago |
chentanjun
|
05b3eeff77
|
fix-up some spelling mistakes
|
6 years ago |
Nguyen Phuong An
|
0f7450b728
|
Add copyright headers
|
6 years ago |
Craig Tiller
|
b29f1fe3a2
|
Update include paths
|
8 years ago |
Carl Mastrangelo
|
30d39ab075
|
Update http2 interop tests to work with Servers implementing HTTP Alternative Services
|
9 years ago |
Craig Tiller
|
1796f87702
|
Fix creds path
|
9 years ago |
Carl Mastrangelo
|
756beae6bf
|
Add test to check that all settings frames are acked
|
9 years ago |
Carl Mastrangelo
|
77a32f3a2e
|
make all current tests not fail the overall
|
9 years ago |
Carl Mastrangelo
|
3e21ba493b
|
Add optional passing more
|
9 years ago |
Carl Mastrangelo
|
3c7862478d
|
Make http2 interop tests always pass, and instead give a report
|
9 years ago |
Carl Mastrangelo
|
368a304c94
|
Add http2 test for small http max frame size
|
9 years ago |
Carl Mastrangelo
|
945836eade
|
Handle goaway and http1 responses
|
9 years ago |
Carl Mastrangelo
|
2dd55db4c1
|
Add framing http2 test case, enable verbose output, and properly skip tests
|
9 years ago |
Carl Mastrangelo
|
8a1cdec2ae
|
Add cipher suite test to http2 interop tests, and honor test_case flag
|
9 years ago |
Carl Mastrangelo
|
5a8a94e442
|
remove binary checked in
|
9 years ago |
Carl Mastrangelo
|
de4491076f
|
Add HTTP/2 Interop tests to be run
|
9 years ago |
Carl Mastrangelo
|
4aca796ca2
|
Add initial interop tests
|
10 years ago |