prometheus/retrieval/discovery
Julius Volz 20d0bf4d65 Fix flakey FileSD test.
When the test ends, all files matching the watcher's glob are removed
via defer. In that moment, the draining goroutine may still be running
and then detect no files matching the configured glob just before the
test exits.

This is now solved by waiting for the draining goroutine to finish
before leaving the test function and thus causing the deferred file
removal.
2016-01-11 16:48:12 +01:00
..
fixtures Fix discarding of labels in file target groups 2015-05-27 18:52:44 +02:00
kubernetes Fix "go vet" errors. 2016-01-11 16:48:11 +01:00
marathon Switch from client_golang/model to common/model 2015-08-21 13:33:38 +02:00
consul.go Fix most golint warnings. 2016-01-11 16:48:11 +01:00
dns.go Fix most golint warnings. 2016-01-11 16:48:11 +01:00
file.go Fix flakey FileSD test. 2016-01-11 16:48:12 +01:00
file_test.go Fix flakey FileSD test. 2016-01-11 16:48:12 +01:00
kubernetes.go Fix most golint warnings. 2016-01-11 16:48:11 +01:00
marathon.go Add missing license headers 2015-08-17 19:49:10 +02:00
marathon_test.go Switch from client_golang/model to common/model 2015-08-21 13:33:38 +02:00
serverset.go Fix most golint warnings. 2016-01-11 16:48:11 +01:00