Changes between Initial Version and Version 2 of Ticket #1472


Ignore:
Timestamp:
2011-08-09T03:08:18Z (13 years ago)
Author:
davidsarah
Comment:

Bug filed against buildbot: http://trac.buildbot.net/ticket/2073

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1472 – Description

    initial v2  
    1 The drop-upload tests added in [changeset:32a7717205ed824a] create a subdirectory under {{{_trial_temp}}} that has a non-ASCII name ({{{locāl_dir}}}. On Windows, this causes an error on the next build when buildbot tries to delete the "workdir" for the build, which contains {{{_trial_temp}}}. This seems to happen because it ASCIIfies the name to "{{{local_dir}}}" when trying to change its permissions to ensure it is deleteable.
     1The drop-upload tests added in [changeset:32a7717205ed824a] create a subdirectory under {{{_trial_temp}}} that has a non-ASCII name ({{{locāl_dir}}}). On Windows, this causes an error subsequent builds when buildbot tries to delete the "workdir" for the build, which contains {{{_trial_temp}}}. This seems to happen because it ASCIIfies the name to "{{{local_dir}}}" when trying to change its permissions to ensure it is deleteable.
    22
    33An ugly workaround would be for the tests to delete any non-ASCII directories they create. This should really be fixed in buildbot, though.