For Programmers: Free Programming Magazines  


Home > Archive > Extreme Programming > May 2005 > CruiseControl Build Results JSP - XML Log File is trancated on a production server









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author CruiseControl Build Results JSP - XML Log File is trancated on a production server
AlexGo

2005-05-26, 3:58 pm

When trying to display log file from CruiseControl Build Results page,
it seems to be that log xml file is truncated - this is an example:

<test-suite name="EntityCollectionTests" success="True"
time="0.0156251" asserts="0">
<results>
<test-case
name="AgileMastermind.Core.UnitTests.EntityCollectionTests.NewEntity"
executed="True" success="True" time="0.000" asserts="2"/>
<test-case
name="AgileMastermind.Core.UnitTests.EntityCollectionTests.HasChildren"
executed="True" success="True" time="0.000" asserts="2"/>
<test-case
name="AgileMastermind.Core.UnitTests.EntityCollectionTests.DirtyChildren"
executed="True" success="True" time="0.000" asserts="4"/>
<test-case
name="AgileMastermind.Core.UnitTests.EntityCollectionTests.InvalidChildren"
executed="True" success="True" time="0.000" asserts="3"/>
<test-case
name="AgileMastermind.Core.UnitTests.EntityCollectionTests.AddChildren"
executed="True" success="True" time="0.000" asserts="1"/>
<test-case
name="AgileMastermind.Core.UnitTests.EntityCollectionTests.RemoveChildren"
executed="True" success="True" time="0.000" asserts="2"/>
</results>
</test-suite>
<test-suite name="EntityTests" success="True"
time="0.0156251" asserts="0">
<results>


It is happening only on our production server - however, it works fine
is the log file is copied to some local server, in this case it is not
truncated.

May be it is some setting on a server that control this process?

Thanks!

Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com