Nathan Baulch
|
4f23049374
|
Fix minor typos (#11935)
|
2024-09-06 15:59:43 +01:00 |
|
Chen Chen
|
b3060bfbd0
|
Fix golangci-lint errors (#10196)
* Fix golangci-lint errors
Signed-off-by: z1cheng <imchench@gmail.com>
* Fix dupl errors
Signed-off-by: z1cheng <imchench@gmail.com>
* Fix comments
Signed-off-by: z1cheng <imchench@gmail.com>
* Fix errcheck lint errors
Signed-off-by: z1cheng <imchench@gmail.com>
* Fix assert in e2e test
Signed-off-by: z1cheng <imchench@gmail.com>
* Not interrupt the waitForPodsReady
Signed-off-by: z1cheng <imchench@gmail.com>
* Replace string with constant
Signed-off-by: z1cheng <imchench@gmail.com>
* Fix comments
Signed-off-by: z1cheng <imchench@gmail.com>
* Revert write file permision
Signed-off-by: z1cheng <imchench@gmail.com>
---------
Signed-off-by: z1cheng <imchench@gmail.com>
|
2023-08-31 00:36:48 -07:00 |
|
Lien Li
|
5b0cc8edca
|
migrate ginkgo to v2 (#8826)
* Migrate ginkgo to v2
* Update test/e2e/annotations/ipwhitelist.go
Co-authored-by: Jintao Zhang <tao12345666333@163.com>
* Update test/e2e/annotations/modsecurity/modsecurity.go
Co-authored-by: Jintao Zhang <tao12345666333@163.com>
* Update test/e2e/settings/access_log.go
Co-authored-by: Jintao Zhang <tao12345666333@163.com>
* remove unnecessary blank line
* re-order packages
* less change
Co-authored-by: Jintao Zhang <tao12345666333@163.com>
|
2022-07-31 09:16:28 -07:00 |
|
Ricardo Katz
|
39ace3176b
|
Fix nilpointer in admission and remove failing test (#7255)
* Fix nilpointer in admission when it was unable to validate default backend ingress
Signed-off-by: Ricardo Pchevuzinske Katz <ricardo.katz@gmail.com>
* Remove temporarily the slow shutdown tests
Signed-off-by: Ricardo Pchevuzinske Katz <ricardo.katz@gmail.com>
|
2021-06-21 12:32:51 -07:00 |
|
Björn Carlsson
|
54b13bd216
|
Add flag to allow setting a shutdown grace period
|
2021-01-27 14:09:04 +01:00 |
|
Manuel Alejandro de Brito Fontes
|
29ea30a4e8
|
Add events for NGINX reloads
|
2020-09-27 17:16:09 -03:00 |
|
Manuel Alejandro de Brito Fontes
|
4ad97afdb3
|
Add GinkgoRecover in goroutines
|
2020-08-19 23:15:02 -04:00 |
|
Manuel Alejandro de Brito Fontes
|
351248fabb
|
Fix wait times in e2e tests
|
2020-08-09 09:19:37 -04:00 |
|
Manuel Alejandro de Brito Fontes
|
a383117e1e
|
Refactor shutdown e2e tests
|
2020-07-29 13:03:29 -04:00 |
|
Manuel Alejandro de Brito Fontes
|
b392fed580
|
Test pull requests using github actions
|
2020-07-02 20:12:05 -04:00 |
|
Manuel Alejandro de Brito Fontes
|
0e19740ee2
|
Update e2e configuration
|
2020-06-30 00:30:14 -04:00 |
|
Manuel Alejandro de Brito Fontes
|
10dcf0db15
|
Remove unused variables and verbose e2e logs
|
2020-06-29 18:11:01 -04:00 |
|
Manuel Alejandro de Brito Fontes
|
a46126a034
|
Update client-go methods to support context and and new create and delete options
|
2020-03-27 19:52:51 -03:00 |
|
Manuel Alejandro de Brito Fontes
|
f9624cbe46
|
Refactor e2e tests to use testify y httpexpect
|
2020-02-19 19:42:50 -03:00 |
|
Manuel Alejandro de Brito Fontes
|
cc318cdec1
|
Cleanup and standardization of e2e test definitions (#5090)
|
2020-02-16 15:27:58 -03:00 |
|
Manuel Alejandro de Brito Fontes
|
b4dba519fc
|
Remove dependency of https://grpcb.in
|
2020-02-13 15:33:14 -03:00 |
|
Manuel Alejandro de Brito Fontes
|
0197ea0dc4
|
Remove empty BeforeEach and AfterEach from e2e tests
|
2020-02-13 15:33:14 -03:00 |
|
Manuel Alejandro de Brito Fontes
|
68bfbd939b
|
Remove hard-coded timeout in e2e tests
|
2020-01-27 00:01:13 -03:00 |
|
Manuel Alejandro de Brito Fontes
|
1443ebf5a8
|
Cleanup of e2e docker images (#4962)
|
2020-01-25 17:43:21 -03:00 |
|
Manuel Alejandro de Brito Fontes
|
2af6305a4f
|
Fix flaking e2e tests
|
2020-01-05 14:08:56 -03:00 |
|
Manuel Alejandro de Brito Fontes
|
5c30820d1f
|
Remove hard-coded annotation and don't use map pointers
|
2019-12-13 03:05:20 -03:00 |
|
Manuel Alejandro de Brito Fontes
|
c85450c1e7
|
Remove hard-coded names from e2e test and use local docker dependencies (#4502)
|
2019-09-01 14:16:52 -04:00 |
|
Manuel Alejandro de Brito Fontes
|
5e249d3366
|
Refactor e2e tests to use the service ClusterIP
|
2019-02-24 20:04:07 -03:00 |
|
Stefan Breunig
|
571bcfc433
|
e2e test to ensure graceful shutdown does not lose requests (see #3533 #3536)
|
2018-12-11 11:37:19 +01:00 |
|