[issue19690] test_logging test_race failed with PermissionError

2014-09-17 Thread Berker Peksag
Changes by Berker Peksag berker.pek...@gmail.com: -- stage: - needs patch type: - behavior versions: +Python 3.5 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue19690 ___

[issue19690] test_logging test_race failed with PermissionError

2014-09-04 Thread Vinay Sajip
Vinay Sajip added the comment: What is the status of this issue? Sorry, it's been off my radar - I wonder if it has become more common recently. It's hard to reproduce, and tweaking timeouts might make it disappear, but it's a trial-and-error situation because I can hardly ever get the error

[issue19690] test_logging test_race failed with PermissionError

2014-09-03 Thread STINNER Victor
STINNER Victor added the comment: What is the status of this issue? The failure is still common on the buildbot: http://buildbot.python.org/all/builders/AMD64%20Snow%20Leop%203.4/builds/458/steps/test/logs/stdio == ERROR:

[issue19690] test_logging test_race failed with PermissionError

2014-03-15 Thread Ned Deily
Ned Deily added the comment: I've just seen another instance of this failure, this time using a 3.4.0 release test OS X installer build (non-debug, built on and running on OS X 10.5). The added diagnostics show up: [186/389/1] test_logging Deleted at 1394930826.466016, opened at

[issue19690] test_logging test_race failed with PermissionError

2013-12-08 Thread Vinay Sajip
Vinay Sajip added the comment: I'll close this for now as the failures seem to have stopped. Though I only added some diagnostics, that might have changed the relative timings enough so the race doesn't surface (for now). -- resolution: - works for me status: open - closed

[issue19690] test_logging test_race failed with PermissionError

2013-12-03 Thread Vinay Sajip
Vinay Sajip added the comment: Unfortunately, the race condition can't be removed completely - it was reduced by the patch in #14632 but could not be eliminated altogether. So this test can fail sporadically - tweaking the timeouts might give some temporary respite, but doesn't guarantee the

[issue19690] test_logging test_race failed with PermissionError

2013-12-03 Thread Roundup Robot
Roundup Robot added the comment: New changeset 8fe3022af4b3 by Vinay Sajip in branch 'default': Added some diagnostics to help with #19690. http://hg.python.org/cpython/rev/8fe3022af4b3 -- nosy: +python-dev ___ Python tracker rep...@bugs.python.org

[issue19690] test_logging test_race failed with PermissionError

2013-11-21 Thread Ned Deily
New submission from Ned Deily: http://buildbot.python.org/all/builders/AMD64%20Snow%20Leop%203.x/builds/568/steps/test/logs/stdio == ERROR: test_race (test.test_logging.HandlerTest)