Adding more e2e tests for federated namespace cascading deletion and fixing a few bugs

This commit is contained in:
nikhiljindal
2016-11-04 20:26:52 -07:00
parent 33c1c93863
commit aa518d13de
6 changed files with 159 additions and 50 deletions

View File

@@ -220,7 +220,7 @@ func (fdc *DeploymentController) Run(workers int, stopCh <-chan struct{}) {
// Wait until the cluster is synced to prevent the update storm at the very beginning.
for !fdc.isSynced() {
time.Sleep(5 * time.Millisecond)
glog.Infof("Waiting for controller to sync up")
glog.V(3).Infof("Waiting for controller to sync up")
}
for i := 0; i < workers; i++ {