Opened 10 years ago
Closed 10 years ago
#23700 closed Bug (fixed)
Non-deterministic static files test failures on Windows
Reported by: | Tim Graham | Owned by: | nobody |
---|---|---|---|
Component: | contrib.staticfiles | Version: | dev |
Severity: | Normal | Keywords: | windows-test-failure |
Cc: | Triage Stage: | Accepted | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | yes |
Easy pickings: | no | UI/UX: | no |
Description
Occasionally, ./runtests.py staticfiles_tests
(or when running the entire test suite) will fail with PermissionError: [WinError 5] Access is denied
errors. I believe the cause is related to 949ee521fab106b44218c30577eb55f0097d39cd. If I revert it, I've been unable to reproduce the failures.
Change History (3)
comment:1 by , 10 years ago
Has patch: | set |
---|---|
Patch needs improvement: | set |
comment:2 by , 10 years ago
Keywords: | windows-test-failure added |
---|
comment:3 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
The pull request only masks the problem of STATIC_ROOT not existing (or being inaccessible).