Merge pull request #49016 from jsafrane/pv-controller-no-resync

PV controller: resync informers manually
merging to unblock the submit queue
This commit is contained in:
Kenneth Owens
2017-08-01 16:39:40 -07:00
committed by GitHub
3 changed files with 31 additions and 6 deletions

View File

@@ -145,8 +145,7 @@ func TestControllerSync(t *testing.T) {
}
// Simulate a periodic resync, just in case some events arrived in a
// wrong order.
ctrl.claims.Resync()
ctrl.volumes.store.Resync()
ctrl.resync()
err = reactor.waitTest(test)
if err != nil {