Skip to content

Pub oauth2 test fails with directory deletion error #7016

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
nex3 opened this issue Nov 29, 2012 · 4 comments
Closed

Pub oauth2 test fails with directory deletion error #7016

nex3 opened this issue Nov 29, 2012 · 4 comments
Assignees
Milestone

Comments

@nex3
Copy link
Member

nex3 commented Nov 29, 2012

Logs: http://build.chromium.org/p/client.dart/builders/vm-win32-release/builds/9979/steps/tests/logs/stdio

@munificent
Copy link
Member

Issue #7103 has been merged into this issue.


cc @ErikCorryGoogle.
cc @ricowind.

@munificent
Copy link
Member

Set owner to @munificent.
Added Accepted label.

@munificent
Copy link
Member

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.


Added Fixed label.

@DartBot
Copy link

DartBot commented Jun 5, 2015

This issue has been moved to dart-lang/pub#316.

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants