ingress-nginx-helm/test/e2e
Thomas Jackson 500b043f27 Don't use DNS resolution to "validate FQDN"
As the controller stands today this "validation" is done once per config load, which means if the DNS query fails for any reason the endpoint will remain dead until both (1) a change happens to the ingress and (2) the DNS resolution works. If the user configured the name we should just pass it through, this way the lua dns can attempt to re-query it at its leisure.
2019-10-13 13:16:47 -07:00
..
annotations Change default for proxy-add-original-uri-header 2019-09-25 10:57:31 -03:00
dbg Remove hard-coded names from e2e test and use local docker dependencies (#4502) 2019-09-01 14:16:52 -04:00
defaultbackend Remove hard-coded names from e2e test and use local docker dependencies (#4502) 2019-09-01 14:16:52 -04:00
framework Add support for configmap of headers to be sent to external auth service 2019-09-24 10:53:23 -04:00
gracefulshutdown Remove hard-coded names from e2e test and use local docker dependencies (#4502) 2019-09-01 14:16:52 -04:00
leaks Remove hard-coded names from e2e test and use local docker dependencies (#4502) 2019-09-01 14:16:52 -04:00
loadbalance Remove hard-coded names from e2e test and use local docker dependencies (#4502) 2019-09-01 14:16:52 -04:00
lua adjust tests to the new no-reload on cert update world 2019-09-25 06:59:47 -04:00
servicebackend Don't use DNS resolution to "validate FQDN" 2019-10-13 13:16:47 -07:00
settings Merge pull request #4087 from MRoci/master 2019-09-30 15:19:32 -07:00
ssl Remove hard-coded names from e2e test and use local docker dependencies (#4502) 2019-09-01 14:16:52 -04:00
status Remove hard-coded names from e2e test and use local docker dependencies (#4502) 2019-09-01 14:16:52 -04:00
tcpudp Remove hard-coded names from e2e test and use local docker dependencies (#4502) 2019-09-01 14:16:52 -04:00
down.sh Replace minikube for e2e tests 2018-07-28 11:05:35 -04:00
e2e.go Add e2e test suite to detect memory leaks in lua 2019-06-27 22:05:52 -04:00
e2e_test.go Cleanup of docker images 2019-09-03 19:10:40 -04:00
kind.yaml Update kind to 0.4.0 2019-06-29 18:32:02 -04:00
run.sh Improve the time to run e2e tests 2019-09-05 11:46:53 -04:00
wait-for-nginx.sh Move X-Forwarded-Port variable to the location context 2019-08-06 17:00:58 +02:00