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
2021-03-15 15:28:48 -07:00
Menghan Li
0f091953c8
fix fmt.Errorf missing args
2019-12-18 17:56:55 -08:00
chentanjun
05b3eeff77
fix-up some spelling mistakes
2019-09-25 23:29:47 +08:00
Nguyen Phuong An
0f7450b728
Add copyright headers
2019-02-21 14:44:56 +07:00
Craig Tiller
b29f1fe3a2
Update include paths
2017-03-28 15:49:23 -07:00
Carl Mastrangelo
30d39ab075
Update http2 interop tests to work with Servers implementing HTTP Alternative Services
2016-04-07 16:10:25 -07:00
Craig Tiller
1796f87702
Fix creds path
2016-03-25 19:42:49 -07:00
Carl Mastrangelo
756beae6bf
Add test to check that all settings frames are acked
2015-12-11 16:43:28 -08:00
Carl Mastrangelo
77a32f3a2e
make all current tests not fail the overall
2015-12-07 11:50:46 -08:00
Carl Mastrangelo
3e21ba493b
Add optional passing more
2015-12-04 16:49:33 -08:00
Carl Mastrangelo
3c7862478d
Make http2 interop tests always pass, and instead give a report
2015-12-04 14:03:14 -08:00
Carl Mastrangelo
368a304c94
Add http2 test for small http max frame size
2015-12-03 12:37:30 -08:00
Carl Mastrangelo
945836eade
Handle goaway and http1 responses
2015-11-24 15:41:54 -08:00
Carl Mastrangelo
2dd55db4c1
Add framing http2 test case, enable verbose output, and properly skip tests
2015-11-19 10:51:48 -08:00
Carl Mastrangelo
8a1cdec2ae
Add cipher suite test to http2 interop tests, and honor test_case flag
2015-11-18 16:48:57 -08:00
Carl Mastrangelo
5a8a94e442
remove binary checked in
2015-11-06 15:55:11 -08:00
Carl Mastrangelo
de4491076f
Add HTTP/2 Interop tests to be run
2015-11-06 12:37:21 -08:00
Carl Mastrangelo
4aca796ca2
Add initial interop tests
2015-10-05 16:17:47 -07:00