<div dir="ltr"><div><div><div>Hi Takumi,<br><br></div>Thanks!<br><br></div>I also have a fix for the issue staging. Should go to the production soon.<br><br></div><div>Thanks<br><br></div><div>Galina<br></div><div><br></div>
<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, Nov 15, 2013 at 9:02 AM, NAKAMURA Takumi <span dir="ltr"><<a href="mailto:geek4civic@gmail.com" target="_blank">geek4civic@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Ah, ...no. please don't hesitate to write logs ;) It must be the<br>
subject in the buildbot, not in developer guys.<br>
<br>
Galina, I'll write up later, how to tweak this issue. It is not<br>
resolved in released versions, though.<br>
The easiest way is to tweak svnpoller.<br>
<br>
2013/11/16 Daniel Sanders <<a href="mailto:Daniel.Sanders@imgtec.com">Daniel.Sanders@imgtec.com</a>>:<br>
<div class="HOEnZb"><div class="h5">> That would explain it. The commit messages were quite long (especially the second one) and a commit with a smaller message has shown up.<br>
><br>
> Thanks for letting me know. I'll try to keep them a bit more reasonable in future.<br>
><br>
>> -----Original Message-----<br>
>> From: NAKAMURA Takumi [mailto:<a href="mailto:geek4civic@gmail.com">geek4civic@gmail.com</a>]<br>
>> Sent: 15 November 2013 16:28<br>
>> To: Daniel Sanders<br>
>> Cc: LLVM Developers Mailing List; Galina Kistanova<br>
>> Subject: Re: [LLVMdev] Buildbot skipping commits?<br>
>><br>
>> It's a bug in buildbot. Longer (than 1024, I guess) commit message might let<br>
>> buildbot commits ignored.<br>
>> When buildbot is configured with mysql, such a check is done.<br>
>><br>
>> FYI, my buildbot tweaks longer commit log, for example;<br>
>> <a href="http://bb.pgr.jp/changes/24995" target="_blank">http://bb.pgr.jp/changes/24995</a><br>
>> (Snipping is done not in the buildmaster, but on the commit feeder)<br>
>><br>
>> That said, I wish every guys would not be made afraid of commit message...<br>
>><br>
>> Galina, FYI, it's the place to check length; master/buildbot/db/base.py<br>
>><br>
>> CREATE TABLE `changes` (<br>
>>   (snip)<br>
>>   `comments` varchar(1024) NOT NULL,<br>
>>   (snip)<br>
>> ) ENGINE=MyISAM AUTO_INCREMENT=25011 DEFAULT CHARSET=utf8;<br>
>><br>
>> ...I don't know why this is created as myisam and the column "comments"<br>
>> would be not "text" but varchar...<br>
>><br>
>> 2013/11/15 Daniel Sanders <<a href="mailto:Daniel.Sanders@imgtec.com">Daniel.Sanders@imgtec.com</a>>:<br>
>> > Hi,<br>
>> ><br>
>> ><br>
>> ><br>
>> > Neither of my commits so far today have shown up in the buildbot<br>
>> > console view. They aren't showing up in the list of changes reported<br>
>> > by the changesource either.<br>
>> ><br>
>> > For example: <a href="http://lab.llvm.org:8011/changes/45724" target="_blank">http://lab.llvm.org:8011/changes/45724</a> shows r194805,<br>
>> > then<br>
>> > <a href="http://lab.llvm.org:8011/changes/45725" target="_blank">http://lab.llvm.org:8011/changes/45725</a> shows r194807. My commit is the<br>
>> > r194806 that should be between them.<br>
>> ><br>
>> > Similarly change 45728 is r194810, and change 45729 is r194812. There<br>
>> > should be a commit of mine (r194811) between these.<br>
>> ><br>
>> ><br>
>> ><br>
>> > Does anyone have any idea what's going on here?<br>
>> ><br>
>> ><br>
>> > _______________________________________________<br>
>> > LLVM Developers mailing list<br>
>> > <a href="mailto:LLVMdev@cs.uiuc.edu">LLVMdev@cs.uiuc.edu</a>         <a href="http://llvm.cs.uiuc.edu" target="_blank">http://llvm.cs.uiuc.edu</a><br>
>> > <a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev</a><br>
>> ><br>
><br>
</div></div></blockquote></div><br></div>