Commit graph

35 commits

Author SHA1 Message Date
Marten Seemann
870fbe7ab0 migrate to Ginkgo v2 2022-10-11 16:38:44 +04:00
Marten Seemann
c9a878858e remove the benchmark test suite 2022-10-11 16:38:18 +04:00
Marten Seemann
ea9de26ed5
drop support for Go 1.16 and 1.17 (#3482) 2022-08-10 03:42:14 -07:00
Marten Seemann
366097106c use Go 1.18 on CI 2022-03-16 11:16:44 +04:00
Marten Seemann
c923158a3e update to Go 1.17.x 2021-08-16 23:21:24 +02:00
Marten Seemann
8ecbb05d44
Merge pull request #3247 from lucas-clemente/drop-go-115
drop support for Go 1.15
2021-08-05 19:50:30 +02:00
Marten Seemann
68e468a3bc drop support for Go 1.15 2021-08-05 14:18:56 +02:00
Marten Seemann
f314127fb4 stop using the legacy CircleCI Go images 2021-08-05 13:20:24 +02:00
Marten Seemann
9ca4c86d1e use go install to install Ginkgo on CircleCI 2021-05-10 20:11:41 -07:00
Marten Seemann
048543bd50 set the TIMESCALE_FACTOR for integration tests on CircleCI and GitHub Actions 2021-03-04 10:45:27 +08:00
Marten Seemann
62a906de3c update Go to 1.16, drop support for 1.14 2021-02-17 12:17:46 +08:00
Marten Seemann
aa68b3015d remove the metrics package
Recording every sent and received packet in OpenCensus is quite expensive.
Arguably, the metrics needs depend on the application, so that's where the
implementation of a metrics collector should live anyway.
2021-02-05 16:38:39 +08:00
Marten Seemann
154f434be8 regenerate the testdata certificate with SAN instead of CommonName
As required by Go 1.15.
2020-08-20 13:48:48 +07:00
Marten Seemann
125318d9c9 add support for Go 1.15 2020-08-20 13:33:33 +07:00
Marten Seemann
9b5391b771 use GitHub Actions to build the interop runner Docker image 2020-08-18 07:08:24 +07:00
Marten Seemann
1c1c24545f run integration tests with qlog and metrics on CircleCI 2020-07-20 11:31:33 +07:00
Marten Seemann
012e62112d drop support for Go 1.13 2020-06-25 15:44:50 +07:00
Marten Seemann
3ac2fb3161 make quic-go build with both Go 1.13 and 1.14 2020-04-09 07:51:18 +07:00
Marten Seemann
2997fa4196 run integration tests with qlog enabled on CircleCI 2020-04-08 22:05:38 +07:00
Marten Seemann
c88a69034d use Go 1.14's embedded interfaces, update CIs 2020-02-28 15:25:53 +07:00
Marten Seemann
a2e61ad76d add a client and server implementation for the interop test runner 2019-10-23 10:38:46 +07:00
Marten Seemann
761b6d50f7 update CIs to Go 1.13 2019-09-05 10:08:55 +07:00
Marten Seemann
305d6e0fbe make the benchmark suite compatible with Go 1.13
Unfortunately, there doesn't seem to be a way to keep the samples flag.
2019-09-05 10:08:51 +07:00
Marten Seemann
c00eb1f5b5 add Go mod support 2019-03-01 10:23:27 +09:00
Marten Seemann
4e3d006871 update CIs to Go 1.12 2019-02-27 09:51:11 +09:00
Marten Seemann
4ed0ef4b9c use Go 1.12rc1 on CIs 2019-02-22 11:08:09 +08:00
Marten Seemann
598a796e24 only run integration tests with race detector on Go 1.11 on CircleCI 2018-12-13 18:07:32 +06:30
Marten Seemann
4abcce6408 use a self-signed certificate for integration tests 2018-12-11 14:24:12 +06:30
Marten Seemann
593fd2c994 run tests with race detector on CircleCI 2018-11-27 17:26:46 +07:00
Marten Seemann
3266e36811 drop support for gQUIC 2018-10-30 10:20:39 +07:00
Marten Seemann
0f36f94b41 update Go to 1.10.4 and 1.11 on the CIs 2018-08-28 08:53:05 +07:00
Marten Seemann
e23c08eef9 update CIs to Go 1.11 2018-08-16 11:51:23 +07:00
Marten Seemann
c0dba2e990 update Go to 1.9.7 and 1.10.3 on the CIs 2018-06-16 13:37:06 +07:00
Marten Seemann
4b82db4d6d fix working directory in CircleCI config 2018-06-02 18:56:02 +08:00
Marten Seemann
d4a1e75ae1 run integration tests on CircleCI, disable Chrome tests on Travis 2018-06-01 14:32:18 +08:00