kubernetes/pkg/controller/framework
Daniel Martí d15de72a92 Fix race condition in controller_test
Our WaitGroup.Add() call might happen after some WaitGroup.Done() calls done
by the controller, so make sure that doesn't happen by doing the Add() calls
before letting the controller run.

--- FAIL: TestUpdate (2.00s)
panic: sync: WaitGroup is reused before previous Wait has returned [recovered]
        panic: sync: WaitGroup is reused before previous Wait has returned
2015-09-10 14:33:23 -07:00
..
controller_test.go Fix race condition in controller_test 2015-09-10 14:33:23 -07:00
controller.go Moving everyone to unversioned client 2015-08-18 10:23:03 -07:00
doc.go Make copyright ownership statement generic 2015-05-01 17:49:56 -04:00
fake_controller_source_test.go rewrite go imports 2015-08-05 17:30:03 -07:00
fake_controller_source.go Correcting all go vet errors 2015-08-11 13:55:37 -07:00