mirror of
https://github.com/coredns/coredns.git
synced 2025-11-01 10:43:17 -04:00
Fix k8s integration tests (#231)
* Adding debug message when starting k8s controller * Adding work-around for timing issue in k8s integration tests * Remove unused import * Fix Makefile for ast package * Increase k8s verbosity in travis * Updating TODO list to find root cause of test issue * go fmt cleanup
This commit is contained in:
committed by
Miek Gieben
parent
8c9c4778c6
commit
2153d2defd
@@ -310,3 +310,7 @@ TBD:
|
||||
pre-loaded k8s API cache. With and without CoreDNS response caching.
|
||||
* Try to get rid of kubernetes launch scripts by moving operations into
|
||||
.travis.yml file.
|
||||
* Find root cause of timing condition that results in no data returned to
|
||||
test client when running k8s integration tests. Current work-around is a
|
||||
nasty hack of waiting 5 seconds after setting up test server before performing
|
||||
client calls. (See hack in test/kubernetes_test.go)
|
||||
|
||||
Reference in New Issue
Block a user