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
Wait for install dir to be unlocked before MSI uninstall in test
TestMsiPerUserInstallAndUpdate runs msiexec /x seconds after applying an
update. On slow runners the apply chain (Update.exe, the restarted app,
the coverage collector) can still be running from the install dir, which
makes the MSI CleanupDeferred action's best-effort remove_dir_all fail
and leaves the directory behind, failing the final assertion. Poll until
every exe in the install dir can be opened exclusively before
uninstalling.