prometheus/retrieval
Julius Volz 3fd5826589 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.
2015-08-26 13:06:34 +02:00
..
discovery Fix flakey FileSD test. 2015-08-26 13:06:34 +02:00
testdata Configuration options for bearer tokens, client certs & CA certs 2015-08-04 17:18:46 +01:00
helpers_test.go Switch from client_golang/model to common/model 2015-08-21 13:33:38 +02:00
relabel.go Add missing license headers 2015-08-24 19:19:21 +02:00
relabel_test.go Add missing license headers 2015-08-24 19:19:21 +02:00
target.go Move metric modifications into SampleAppenders 2015-08-25 15:32:37 +02:00
target_test.go Reenable blocked appending tests 2015-08-22 09:47:57 +02:00
targetmanager.go Fix busylooping in case of no target providers. 2015-08-24 16:42:28 +02:00
targetmanager_test.go Fix busylooping in case of no target providers. 2015-08-24 16:42:28 +02:00