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
Working now. The pub test harness will retry the delete a few times if it fails. It seems that we're trying to delete the sandbox directory before the spawned pub process has finished shutting down. I've checked and it looks like we aren't trying to delete until after both of its streams are closed and we have an exit code, but even then the initial delete still fails sometimes, hence the lame "sleep and retry" dance.
Logs: http://build.chromium.org/p/client.dart/builders/vm-win32-release/builds/9979/steps/tests/logs/stdio
The text was updated successfully, but these errors were encountered: