Neither of my commits so far today have shown up in the buildbot console view. They aren’t showing up in the list of changes reported by the changesource either.
It's a bug in buildbot. Longer (than 1024, I guess) commit message
might let buildbot commits ignored.
When buildbot is configured with mysql, such a check is done.
FYI, my buildbot tweaks longer commit log, for example; http://bb.pgr.jp/changes/24995
(Snipping is done not in the buildmaster, but on the commit feeder)
That said, I wish every guys would not be made afraid of commit message...
Galina, FYI, it's the place to check length; master/buildbot/db/base.py
Don't worry. I'm not going to stop writing good (and occasionally long) commit messages. I'm only saying that my 2.5KB commit message might have been a little bit excessive.
I agree that any length limits imposed by buildbot shouldn't prevent it from testing the commit.