Issue 1276356: Adding new regrtest resource 'urlfetch' (original) (raw)

This issue has been migrated to GitHub: https://github.com/python/cpython/issues/42319

classification

Title: Adding new regrtest resource 'urlfetch'
Type: Stage:
Components: Tests Versions:

process

Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: hyeshik.chang Nosy List: georg.brandl, hyeshik.chang, nnorwitz
Priority: normal Keywords: patch

Created on 2005-08-30 07:05 by hyeshik.chang, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
regrtest-urlfetch.diff hyeshik.chang,2005-08-30 07:05 Lib/test patch that adds 'urlfetch' resource.
Messages (5)
msg48693 - (view) Author: Hyeshik Chang (hyeshik.chang) * (Python committer) Date: 2005-08-30 07:05
This is a fix for SF #1010952. test_normalization and test_codecmaps_* require too much effort to fetch the each test files. When this fix got applied, passing '-uurlfetch' to regrtest will enables on-demand downloads for the tests.
msg48694 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2005-09-14 21:07
Logged In: YES user_id=1188172 Applied the patch, works like a charm. I wonder though if you should give the user some feedback when he is downloading a file.
msg48695 - (view) Author: Neal Norwitz (nnorwitz) * (Python committer) Date: 2005-10-03 05:57
Logged In: YES user_id=33168 Perky, why don't you check this in? I don't see a particular problem with the code. If it breaks something, we oughta find out soon enough. :-)
msg48696 - (view) Author: Hyeshik Chang (hyeshik.chang) * (Python committer) Date: 2005-10-06 04:14
Logged In: YES user_id=55188 I thought this needs to give notification when it's downloading files as birkenfeld suggested. I'll commit this fix after implementing that. Thank you for comments! :-)
msg48697 - (view) Author: Hyeshik Chang (hyeshik.chang) * (Python committer) Date: 2005-12-10 17:45
Logged In: YES user_id=55188 Committed as r41637. Thank you for the reviews!
History
Date User Action Args
2022-04-11 14:56:12 admin set github: 42319
2005-08-30 07:05:32 hyeshik.chang create