You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: CloudSqlInstance.forceRefresh() should schedule a refresh and return immediately.
This avoids the situation where a refresh process is forced to start but may never finish, causing the
node process to hang indefiniately awaiting the refresh promise that does not resolve. This also adds
a new method used in the test cases: CloudSqlInstance.refreshComplete() which returns a promise that
will resolve when the refresh operation has finished.
0 commit comments