[Patches] [ python-Patches-1695862 ] Fix test_urllib on Windows buildbots

SourceForge.net noreply at sourceforge.net
Sat Apr 7 01:03:13 CEST 2007


Patches item #1695862, was opened at 2007-04-07 01:03
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1695862&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Tests
Group: Python 2.6
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Ziga Seilnacht (zseil)
Assigned to: Nobody/Anonymous (nobody)
Summary: Fix test_urllib on Windows buildbots

Initial Comment:
test_urllib is currently failing on Windows buildbots
because test_os at one time created a directory named
test_support.TESTFN + ".2".  test_os has been fixed,
but the old directory is still present on buildbots.

This patch is a one time fix that should be removed
after the first succesful buildbot run.  I added the
cleanup code to test_urllib, because buildbots run
tests in random order.

The other option is to ask the buildbot slave
maintainers to manually remove the offending directory.



----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1695862&group_id=5470


More information about the Patches mailing list