Re: [Python-Dev] [python-committers] (Windows) buildbots on 3.x

2010-08-04 Thread Antoine Pitrou
Le mercredi 04 août 2010 à 21:43 +1000, Richard Jones a écrit : > On Wed, Aug 4, 2010 at 8:48 PM, Paul Moore wrote: > > On 3 August 2010 20:30, Barry Warsaw wrote: > >> Brian is looking at Windows now (the buildbots are > >> a sad and sorry story). > > > > There seems to be something distinctly w

Re: [Python-Dev] [python-committers] (Windows) buildbots on 3.x

2010-08-04 Thread Richard Jones
On Wed, Aug 4, 2010 at 10:05 PM, Antoine Pitrou wrote: > It happens when running test_smtplib before test_smtpb: Aha! Thanks for the clue. I've checked in a fix. Richard ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/ma

Re: [Python-Dev] [python-committers] (Windows) buildbots on 3.x

2010-08-04 Thread Paul Moore
On 4 August 2010 13:05, Antoine Pitrou wrote: >> I'm also quite confused by the test_smtpd failures that pop up on some >> of the test runs that I've had absolutely no luck reproducing locally >> under OS X or Solaris. > > It happens when running test_smtplib before test_smtpb: Nice! How did you

Re: [Python-Dev] [python-committers] (Windows) buildbots on 3.x

2010-08-04 Thread Antoine Pitrou
Le mercredi 04 août 2010 à 16:28 +0100, Paul Moore a écrit : > On 4 August 2010 13:05, Antoine Pitrou wrote: > > >> I'm also quite confused by the test_smtpd failures that pop up on some > >> of the test runs that I've had absolutely no luck reproducing locally > >> under OS X or Solaris. > > > >

Re: [Python-Dev] [python-committers] (Windows) buildbots on 3.x

2010-08-04 Thread Martin v. Löwis
>>> It happens when running test_smtplib before test_smtpb: >> >> Nice! How did you work that out? I'd like to learn how to diagnose >> this sort of thing, because it seems to come up a lot, and I'm not >> much use at the moment :-) > > I simply tried to run test_smtplib before test_smtpd. A more

Re: [Python-Dev] [python-committers] (Windows) buildbots on 3.x

2010-08-04 Thread Michael Foord
On 04/08/2010 18:53, "Martin v. Löwis" wrote: It happens when running test_smtplib before test_smtpb: Nice! How did you work that out? I'd like to learn how to diagnose this sort of thing, because it seems to come up a lot, and I'm not much use at the moment :-) I simply tried

Re: [Python-Dev] [python-committers] (Windows) buildbots on 3.x

2010-08-06 Thread R. David Murray
On Wed, 04 Aug 2010 19:53:55 +0200, =?UTF-8?B?Ik1hcnRpbiB2LiBMw7Z3aXMi?= wrote: > >>> It happens when running test_smtplib before test_smtpb: > >> > >> Nice! How did you work that out? I'd like to learn how to diagnose > >> this sort of thing, because it seems to come up a lot, and I'm not > >> m