[llvm-commits] [PATCH] Remove GNU particuliers from NewNightlyTest.pl , more system portable.
Tanya Lattner
lattner at apple.com
Fri Jun 19 12:42:43 PDT 2009
On Jun 19, 2009, at 12:04 PM, Bob Wilson wrote:
>
> On Jun 19, 2009, at 11:30 AM, Tanya Lattner wrote:
>
>>
>> On Jun 19, 2009, at 10:27 AM, Bob Wilson wrote:
>>
>>> I've committed the patch. It worked fine on my tester, but one
>>> thing
>>> I noticed is that the file names submitted to the database before
>>> this
>>> patch had an extra slash in the paths, e.g., "Release//lib/
>>> libLLVMCore.a". Now that extra slash is gone. The nightly tester
>>> website will think they are different files -- it's not very smart
>>> --
>>> so the changes in file size will not be reported between yesterday
>>> and
>>> today.
>>>
>>
>> Actually it is pretty important. I'm pretty sure this will break
>> past results. So look at the graphs.. you will only see so far
>> back. I know its true with the new nightly tester database since we
>> have a table with filenames.
>
>
> With the "old" nightly server, I am unable to look at the graphs.
> In fact, for at least the last few months, I've been unable to view
> ANY pages from it. Every attempt times out.
>
Cute. Not sure why that would be.
> With the "new" server, I can look at results and see the changes in
> file sizes, but if I try to see display a graph, I get this error:
> "The requested URL /nightlytest2/individualfilesizegraph.php was not
> found on this server."
>
Yeah, it doesn't exist :) If it did, it wouldn't work because of the
filename change. This is part of the missing features of the new one.
> So, do you think we need to do something about this problem? I
> suppose the database query needs to ignore extras slashes in file
> names, but I don't know how to do that. I was hoping it would be OK
> to have a discontinuity in the file size histories.
>
It probably should be fixed in the DB. However, Daniel is supposed to
have a new tester infrastructure. It would be nice to move everyone
over to it. I'm not sure what DB schema he is using.
-Tanya
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20090619/3b465b64/attachment.html>
More information about the llvm-commits
mailing list