Skip to content
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

[2.7] bpo-27973 - urlretrive fails on second ftp transfer. #17774

Merged
merged 1 commit into from Jan 4, 2020

Conversation

@orsenthil
Copy link
Member

orsenthil commented Dec 31, 2019

Fix the permission denied errors on Windows.

This is a fix for the permission denied error observed on windows buildbots.

Tests result: FAILURE then FAILURE
test test_urllibnet failed -- Traceback (most recent call last):
  File "D:\cygwin\home\db3l\buildarea\2.7.bolen-windows7\build\lib\test\test_urllibnet.py", line 232, in test_multiple_ftp_retrieves
    "multiple times.\n Error message was : %s" % e)
AssertionError: Failed FTP retrieve while accessing ftp url multiple times.
 Error message was : [Errno 13] Permission denied: 'd:\\temp\\tmpiuquqa'
Example failure:

https://buildbot.python.org/all/#/builders/209/builds/4

https://bugs.python.org/issue27973

@orsenthil orsenthil added the skip news label Dec 31, 2019
@orsenthil orsenthil changed the title bpo-27973 - urlretrive fails on second ftp transfer. [2.7] bpo-27973 - urlretrive fails on second ftp transfer. Dec 31, 2019
@aeros aeros added the OS-windows label Jan 1, 2020
…or the

desired behavior under windows platform.

Suggestion by David Bolen
@orsenthil orsenthil force-pushed the orsenthil:issue27973-win-fix branch from 78a18e8 to ae8b457 Jan 3, 2020
@orsenthil

This comment has been minimized.

Copy link
Member Author

orsenthil commented Jan 3, 2020

@benjaminp please review this. This will fix 2.7 windows build bots.

@orsenthil orsenthil merged commit 5bba602 into python:2.7 Jan 4, 2020
4 checks passed
4 checks passed
bedevere/issue-number Issue number 27973 found
Details
bedevere/maintenance-branch-pr Valid maintenance branch PR title.
bedevere/news "skip news" label found
continuous-integration/travis-ci/pr The Travis CI build passed
Details
@orsenthil orsenthil deleted the orsenthil:issue27973-win-fix branch Jan 4, 2020
@bedevere-bot

This comment has been minimized.

Copy link

bedevere-bot commented Jan 4, 2020

@orsenthil: Please replace # with GH- in the commit message next time. Thanks!

orsenthil added a commit that referenced this pull request Jan 4, 2020
…ryFile for the (#17774)"

This reverts commit 5bba602.
@orsenthil

This comment has been minimized.

Copy link
Member Author

orsenthil commented Jan 4, 2020

I am not sure why we are seeing these buildbot failures on 2.7 branch.
All of the failures observed during build step of 2.7

@pablogsal

This comment has been minimized.

Copy link
Member

pablogsal commented Jan 4, 2020

@orsenthil Please, Ignore this failure - I was trying to fix something on the server at the same time :(

Apologies for the noise 😢

@python python deleted a comment from bedevere-bot Jan 4, 2020
@python python deleted a comment from bedevere-bot Jan 4, 2020
@python python deleted a comment from bedevere-bot Jan 4, 2020
@python python deleted a comment from bedevere-bot Jan 4, 2020
@python python deleted a comment from bedevere-bot Jan 4, 2020
@python python deleted a comment from bedevere-bot Jan 4, 2020
@python python deleted a comment from bedevere-bot Jan 4, 2020
@python python deleted a comment from bedevere-bot Jan 4, 2020
@python python deleted a comment from bedevere-bot Jan 4, 2020
@python python deleted a comment from bedevere-bot Jan 4, 2020
@python python deleted a comment from bedevere-bot Jan 4, 2020
@python python deleted a comment from bedevere-bot Jan 4, 2020
@python python deleted a comment from bedevere-bot Jan 4, 2020
@python python deleted a comment from bedevere-bot Jan 4, 2020
@python python deleted a comment from bedevere-bot Jan 4, 2020
@orsenthil

This comment has been minimized.

Copy link
Member Author

orsenthil commented Jan 4, 2020

I am not sure why we are seeing these buildbot failures on 2.7 branch.

I see this was failing even for the previous SHA. Just the notifications are new.

Buildbot failures

@orsenthil

This comment has been minimized.

Copy link
Member Author

orsenthil commented Jan 4, 2020

Thanks, @pablogsal

@pablogsal

This comment has been minimized.

Copy link
Member

pablogsal commented Jan 4, 2020

I have re-triggered a build of all the 2.7 buildbots that failed (with the correct build steps) si they should be green in some minutes. Apologies again for the noise.

@pablogsal

This comment has been minimized.

Copy link
Member

pablogsal commented Jan 4, 2020

@orsenthil By the way, I will announce this soon (still secret 😉 ) but now you can use the "🔨 test-with-buildbots" label to require all buildbots to report to the PR before merging! 🎉

@orsenthil

This comment has been minimized.

Copy link
Member Author

orsenthil commented Jan 4, 2020

I will announce this soon (still secret wink ) but now you can use the "hammer test-with-buildbots" label to require all buildbots to report to the PR before merging!

this will be super cool !

Thank you very much for this feature. :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
6 participants
You can’t perform that action at this time.