
After backporting a patch from Neal (to make test_timeout less likely to fail on the Mac buildbot slave living at python.org), all 14 columns in http://www.python.org/dev/buildbot/all/ are green. Yippee! Let's keep 'em that way. You can all take the weekend off ;-) I believe it's possible to fiddle the buildbot master to send email when a test run fails, and maybe it's time to start doing that. BTW, there's still one compiler warning on Windows, on the trunk: """ Compiling... _ctypes_test.c \buildbot_py25\trunk.mcintyre-windows\build\Modules\_ctypes\_ctypes_test.c(102) : warning C4267: 'initializing' : conversion from 'size_t' to 'int', possible loss of data """

Tim Peters wrote:
After backporting a patch from Neal (to make test_timeout less likely to fail on the Mac buildbot slave living at python.org), all 14 columns in
http://www.python.org/dev/buildbot/all/
are green. Yippee! Let's keep 'em that way. You can all take the weekend off ;-)
I believe it's possible to fiddle the buildbot master to send email when a test run fails, and maybe it's time to start doing that.
Neal's already set it up to email the Python checkins list when something breaks. It already told me about a bug in the PEP 338 tests that meant they wouldn't work on Windows. The combination of -uall and rerunning with -v when a test fails is really quite effective. Cheers, Nick. -- Nick Coghlan | ncoghlan@gmail.com | Brisbane, Australia --------------------------------------------------------------- http://www.boredomandlaziness.org

[Tim, last Friday]
... all 14 columns in
http://www.python.org/dev/buildbot/all/
are green. Yippee! Let's keep 'em that way. You can all take the weekend off ;-)
But you didn't, and they haven't been all green again since then <heh>. With the next 2.4 release candidate imminent, remember that the buildbot isn't testing release-mode builds, or -O runs. There are 8 combinations you can make out of: debug vs release -O or not with/without deleting .py[co] files first I'll run all 8 on WinXP Pro. It would be prudent for someone to do the same on at least one flavor of Linux.
participants (4)
-
"Martin v. Löwis"
-
Alex Martelli
-
Nick Coghlan
-
Tim Peters