<div dir="ltr">Thanks.  I have a patch out that removes the files that I'll probably submit today.</div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Mar 10, 2016 at 1:44 AM, Pavel Labath <span dir="ltr"><<a href="mailto:labath@google.com" target="_blank">labath@google.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I don't think anyone is relying on these. We should just stop creating<br>
them altogether.<br>
<br>
We are using the *.log files to track test results over time, but we<br>
don't need these files there. You can detect crashing tests by the<br>
fact that the log files don't have a "TestResult-" (Success, Failure,<br>
Error, ...) prefix. We have a script for doing that here<br>
<<a href="https://android.googlesource.com/platform/external/lldb-utils/+/lldb-master-dev/buildbotScripts/logParser/doParse.py" rel="noreferrer" target="_blank">https://android.googlesource.com/platform/external/lldb-utils/+/lldb-master-dev/buildbotScripts/logParser/doParse.py</a>>,<br>
but it's very specific to our buildbot setup, so it may not be very<br>
useful to you...<br>
<br>
<br>
<br>
On 9 March 2016 at 23:04, Greg Clayton via lldb-dev<br>
<div class="HOEnZb"><div class="h5"><<a href="mailto:lldb-dev@lists.llvm.org">lldb-dev@lists.llvm.org</a>> wrote:<br>
> I would be happy to see these files go away if no one is using them...<br>
><br>
>> On Mar 9, 2016, at 2:32 PM, Adrian McCarthy via lldb-dev <<a href="mailto:lldb-dev@lists.llvm.org">lldb-dev@lists.llvm.org</a>> wrote:<br>
>><br>
>> The test traces directory tends to accumulate thousands and thousands of TestStarted-XXX and TestFinished-XXX files.  What purpose do they serve?<br>
>><br>
>> I assume it's for trying to figure out why something went wrong.  If you have a TestStarted-123 without a corresponding TestFinished-123, then you can know that a test crashes and by looking inside the file, you can see which test and what the command was.<br>
>><br>
>> If that's the case, then wouldn't it be cleaner to delete the TestStarted file when the test finishes rather than writing a second file?  Then you can simply search for TestStarted files to see the ones that didn't finish successfully without the noise of thousands of others that did.<br>
>><br>
>> I suppose it's also possible that some other process is looking at these files in order to collect statistics.  Is there such a beast and is it valuable?<br>
>><br>
>> Adrian.<br>
>> _______________________________________________<br>
>> lldb-dev mailing list<br>
>> <a href="mailto:lldb-dev@lists.llvm.org">lldb-dev@lists.llvm.org</a><br>
>> <a href="http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev" rel="noreferrer" target="_blank">http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev</a><br>
><br>
> _______________________________________________<br>
> lldb-dev mailing list<br>
> <a href="mailto:lldb-dev@lists.llvm.org">lldb-dev@lists.llvm.org</a><br>
> <a href="http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev" rel="noreferrer" target="_blank">http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev</a><br>
</div></div></blockquote></div><br></div>