Erik Dubbelboer
|
c2b317d47d
|
Go 1.26 and golangci-lint updates (#2146)
Keep Go 1.24 compatibility for now (by not using `wg.Go()`).
|
2026-02-21 10:28:39 +01:00 |
|
Erik Dubbelboer
|
f56f9e4d38
|
Fix linting issues
|
2024-06-11 08:42:27 +02:00 |
|
Aoang
|
a696949f6c
|
Deprecate Go 1.15 (#1379)
* Dropping support for 1.15.
* Replaces Go 1.16 Deprecated functions
* Update test build flag
* Fix import sort and comment
* Update github.com/klauspost/compress to v1.15.9
https://github.com/klauspost/compress improved performance and changed Minimum version is 1.16, this should be the final supported release for Go 1.16 (https://github.com/klauspost/compress/commit/6d0019a95afa3221f7522d1f2eed0033b5e79470) .
|
2022-09-15 22:28:25 +03:00 |
|
Erik Dubbelboer
|
7a5afddf5b
|
Use %v for errors and %q for strings (#1262)
Mostly in tests.
|
2022-04-01 18:11:16 +02:00 |
|
Erik Dubbelboer
|
a50f59be52
|
Increase various test timeouts
Github workers on windows are slow.
|
2021-08-24 11:18:22 +02:00 |
|
Erik Dubbelboer
|
32793db72d
|
Run golangci-lint using a Github Action
|
2019-11-16 18:09:28 +01:00 |
|
Erik Dubbelboer
|
c3d82ca3a4
|
Speed up testing by running tests in parallel
|
2019-10-16 10:20:13 +02:00 |
|
Xu Qiaolun
|
c88d0992b4
|
vendor ConnState type in fasthttp package
|
2018-08-30 15:20:32 +00:00 |
|
徐乔伦
|
71b7e99093
|
fix test case error
|
2018-08-30 15:20:32 +00:00 |
|
Aliaksandr Valialkin
|
886e541160
|
Removed 'recover-from-panic' band-aids.
All the panics must be handled by the user code.
|
2016-07-12 12:30:38 +03:00 |
|
Aliaksandr Valialkin
|
33163198b1
|
sped up slow tests under 'go test -race'
|
2016-04-15 13:47:42 +03:00 |
|
Aliaksandr Valialkin
|
a0377f758e
|
workerpool: test cleaner
|
2016-03-31 14:56:39 +03:00 |
|
Aliaksandr Valialkin
|
9f20a62336
|
added workerpool tests
|
2016-03-31 14:41:27 +03:00 |
|