Closed GoogleCodeExporter closed 8 years ago
Sorry, I can't reproduce the problem. I just tried to format a report with
6000+ tests and got 31 well-formed HTML pages (page size = 200) as expected.
1. Could you please try again with the latest binaries of Gallio (maybe it was
a side-effect of a bug which was fixed in the mean time)
2. If not confidential, could you please provide the XML report that causes the
problem (or you might send it directly at yann dot trevin at gmail. So I can
have a look)
Regards,
Yann
Original comment by Yann.Tre...@gmail.com
on 30 Apr 2011 at 11:23
Original comment by Yann.Tre...@gmail.com
on 19 May 2011 at 5:29
Just upgraded to the release version (Gallio 3.3.422) - and the problem still
persists.
The report xml file is a merged report - and it contains a _significant_ amount
of text in the Log sections.
The xml is unfortunately confidential, I will see if I can reproduce the issue
with a "non-confidential" test suite.
Original comment by espen.al...@gmail.com
on 5 Oct 2011 at 12:54
Yes Espen, I can now reproduce the problem. I'm going to see what happens
exactly.
Yann.
Re: Tried to update the issue, but looks like code.google.com is down for
maintenance. The attached testfixture reproduces the problem. 2000 tests are
created, and the XML file contains all, xml file is attached. I also notice
another bug – the Summary section does not contain the StaticTestFactory test
cases. I hope you can reproduce this issue on your side…
Regards
Espe
Original comment by Yann.Tre...@gmail.com
on 5 Oct 2011 at 5:32
Original comment by Yann.Tre...@gmail.com
on 5 Oct 2011 at 5:33
Fixed. There was an inconsistency between the way step runs are indexed and the
criterion of visibility in the VTL report.
The summary section does only show the parent test nodes. In your sample
report, the parent of the 1000 tests made by data factory is "PagingTest" which
is visible in the summary. But the 1000 other tests generated with the static
test factory are created directly in the scope of the test fixture itself
(TestLogPagingTest), like any other regular test method. So it's not a bug ;)
it's just by design.
Original comment by Yann.Tre...@gmail.com
on 5 Oct 2011 at 8:49
Excellent - when can I download a new Gallio version with the issue fixed?
(Looks like the gallio CCNet server is still crunching an old build...)
Original comment by espen.al...@gmail.com
on 6 Oct 2011 at 8:15
Yeah, the build server is a bit unhappy at the moment :(
Once we can get it unstuck, it should be in 3.3.450.
Original comment by grahamr...@gmail.com
on 6 Oct 2011 at 8:41
Please try build 3.3.452
http://ccnet.gallio.org/Distributables/
Original comment by grahamr...@gmail.com
on 10 Oct 2011 at 4:36
Original issue reported on code.google.com by
espen.al...@gmail.com
on 13 Apr 2011 at 9:12