[Webkit-unassigned] [Bug 39246] test-webkitpy errors out on Windows Build Bot

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 18 06:55:54 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=39246





--- Comment #1 from Adam Roben (aroben) <aroben at apple.com>  2010-05-18 06:55:53 PST ---
(In reply to comment #0)
> ERROR: test_handled_error (webkitpy.tool.bot.queueengine_unittest.QueueEngineTest)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/home/buildbot/slave/win-release-tests/build/WebKitTools/Scripts/webkitpy/tool/bot/queueengine_unittest.py", line 179, in tearDown
>     shutil.rmtree(self.temp_dir)
>   File "/usr/lib/python2.5/shutil.py", line 178, in rmtree
>     onerror(os.rmdir, path, sys.exc_info())
>   File "/usr/lib/python2.5/shutil.py", line 176, in rmtree
>     os.rmdir(path)
> OSError: [Errno 90] Directory not empty: '/cygdrive/c/DOCUME~1/buildbot/LOCALS~1/Temp/tmp17_Pucwork_queue_test_logs'

I'm guessing we're deleting a temporary directory after the process that was using it has quit? If so, we might just need to wait/sleep for a second in order to allow the process to *really* quit.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list