mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-04 23:17:50 +00:00
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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user