[issue12765] test_packaging failure under Snow Leopard

2011-09-17 Thread Éric Araujo
Éric Araujo added the comment: test_packaging now passes on the buildbot, thanks! (The current failure is test_socket.) -- resolution: -> fixed stage: needs patch -> committed/rejected status: open -> closed ___ Python tracker

[issue12765] test_packaging failure under Snow Leopard

2011-09-15 Thread Ned Deily
Ned Deily added the comment: The database test failures were due to the fact that, on OS X, the tempdir was created in /var which on OS X is actually a symlink to /private/var so the tests for path inclusion which used startswith were failing. I added a call to os.path.realpath to normalize

[issue12765] test_packaging failure under Snow Leopard

2011-09-15 Thread Roundup Robot
Roundup Robot added the comment: New changeset d3e072083ff3 by Ned Deily in branch 'default': Issue #12765: Fix packaging.test.test_database failures on OS X due http://hg.python.org/cpython/rev/d3e072083ff3 -- ___ Python tracker

[issue12765] test_packaging failure under Snow Leopard

2011-08-31 Thread Bill Janssen
Bill Janssen added the comment: I'm on vacation right now and can't get to it... Bill On Thu, Aug 18, 2011 at 12:22 PM, Antoine Pitrou wrote: > > Antoine Pitrou added the comment: > > Bill is the owner of that buildbot. > > -- > nosy: +janssen > >

[issue12765] test_packaging failure under Snow Leopard

2011-08-31 Thread Éric Araujo
Éric Araujo added the comment: Still failing. -- resolution: fixed -> stage: commit review -> needs patch status: pending -> open ___ Python tracker ___ ___

[issue12765] test_packaging failure under Snow Leopard

2011-08-19 Thread Ned Deily
Changes by Ned Deily : -- status: open -> pending ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.p

[issue12765] test_packaging failure under Snow Leopard

2011-08-19 Thread Ned Deily
Ned Deily added the comment: I found it by patching the appropriate unittest test runner to check before and after each test case. It would be nice if there were a standard option to do that. -- status: pending -> open ___ Python tracker

[issue12765] test_packaging failure under Snow Leopard

2011-08-19 Thread Éric Araujo
Éric Araujo added the comment: Thank you sir! How did you find it? -- resolution: -> fixed stage: needs patch -> commit review status: open -> pending ___ Python tracker ___ _

[issue12765] test_packaging failure under Snow Leopard

2011-08-19 Thread Roundup Robot
Roundup Robot added the comment: New changeset 40f4a3d6a532 by Éric Araujo in branch 'default': Restore $HOME after test has run (should fix #12765) http://hg.python.org/cpython/rev/40f4a3d6a532 -- nosy: +python-dev ___ Python tracker

[issue12765] test_packaging failure under Snow Leopard

2011-08-18 Thread Ned Deily
Ned Deily added the comment: The culrpit is test_custom_pydistutils (packaging.tests.test_dist.MetadataTestCase) Lib/packaging/tests/test_dist.py:379 & 386 -- ___ Python tracker _

[issue12765] test_packaging failure under Snow Leopard

2011-08-18 Thread Éric Araujo
Éric Araujo added the comment: Thanks. I’m not sure if it’s possible to use for example -vvG to stop regrtest right after the test that fails to restore HOME; when I fixed similar environ changes, I had to edit regrtest to make it fail early. The culprit may be packaging.tests.test_database.

[issue12765] test_packaging failure under Snow Leopard

2011-08-18 Thread Ned Deily
Ned Deily added the comment: I can reproduce this. With -vv, the only difference in os.environ is HOME: Before: 'HOME': '/Users/nad' After: 'HOME': '/tmp/tmpqryo48/tmpt_mcrw' Also, Warning -- threading._dangling was modified by test_packaging Before: <_weakrefset.WeakSet object at 0x101

[issue12765] test_packaging failure under Snow Leopard

2011-08-18 Thread Antoine Pitrou
Antoine Pitrou added the comment: Bill is the owner of that buildbot. -- nosy: +janssen ___ Python tracker ___ ___ Python-bugs-list m

[issue12765] test_packaging failure under Snow Leopard

2011-08-18 Thread Éric Araujo
Éric Araujo added the comment: Is it possible to run the test suite with -vv on the buildbot to see the changes made to os.environ? On a related note, is it possible to get SSH access to a similar machine? If not, I will add debugging info in a commit and watch the buildbot; it will be more

[issue12765] test_packaging failure under Snow Leopard

2011-08-16 Thread STINNER Victor
STINNER Victor added the comment: [309/358/1] test_packaging [70190 refs] test_formats (packaging.tests.test_command_bdist.BuildTestCase) ... ok test_show_formats (packaging.tests.test_command_bdist.BuildTestCase) ... ok test_skip_build (packaging.tests.test_command_bdist.BuildTestCase) ... ok t

[issue12765] test_packaging failure under Snow Leopard

2011-08-16 Thread Antoine Pitrou
New submission from Antoine Pitrou : http://www.python.org/dev/buildbot/all/builders/AMD64%20Snow%20Leopard%202%203.x/builds/789/steps/test/logs/stdio -- assignee: eric.araujo components: Library (Lib), Tests messages: 142220 nosy: eric.araujo, pitrou priority: release blocker severity: