ingress-nginx-helm/test/e2e
Tim Reddehase 018a1e4d94 respond with 503 when there are no endpoints
* related to:
  * https://github.com/kubernetes/ingress-nginx/issues/3070
  * https://github.com/kubernetes/ingress-nginx/issues/3335
* add a 503 test
  * test a service that starts out empty
    (a.k.a. ingress-nginx controller (re-)start)
  * test scaling up (should route traffic accordingly)
  * test scaling down to empty service
  * use custom deployments for scaling test.
* provide a fix by updating the lua table (cache) of the configured backends
  to unset the backend if there are no endpoints available.
2019-02-03 11:43:47 +01:00
..
annotations add header-value annotation 2019-01-30 23:23:44 +02:00
defaultbackend Refactor assertions 2018-11-18 10:53:05 -03:00
framework respond with 503 when there are no endpoints 2019-02-03 11:43:47 +01:00
gracefulshutdown e2e test to ensure graceful shutdown does not lose requests (see #3533 #3536) 2018-12-11 11:37:19 +01:00
loadbalance Restructure load balance e2e tests and update round robin test 2018-11-12 10:19:52 -05:00
lua respond with 503 when there are no endpoints 2019-02-03 11:43:47 +01:00
servicebackend Refactor assertions 2018-11-18 10:53:05 -03:00
settings Fix --disable-catch-all 2019-01-25 14:53:55 -05:00
ssl Refactor e2e tls helper 2019-01-10 20:59:49 -03:00
status Adjust default timeout for e2e tests (#3495) 2018-11-30 18:55:53 -03:00
tcpudp Refactor assertions 2018-11-18 10:53:05 -03:00
down.sh Replace minikube for e2e tests 2018-07-28 11:05:35 -04:00
e2e.go e2e test to ensure graceful shutdown does not lose requests (see #3533 #3536) 2018-12-11 11:37:19 +01:00
e2e_test.go Fix lint issues 2018-12-05 13:28:28 -03:00
up.sh fix dind-cluster executable path 2018-12-20 16:27:42 +04:00
wait-for-nginx.sh Fixup #2970: Add Missing Label app.kubernetes.io/part-of: ingress-nginx 2018-09-05 11:48:29 +08:00