TODOs around stopping informers

This commit is contained in:
Joe Beda
2016-10-20 14:04:49 -07:00
parent 453bb17c3c
commit e0c6bf13b1
3 changed files with 12 additions and 4 deletions

View File

@@ -283,6 +283,9 @@ func TestHammerController(t *testing.T) {
time.Sleep(100 * time.Millisecond)
close(stop)
// TODO: Verify that no goroutines were leaked here and that everything shut
// down cleanly.
outputSetLock.Lock()
t.Logf("got: %#v", outputSet)
}