You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Vladimir Beliaev (JIRA)" <ji...@apache.org> on 2007/12/05 17:04:43 UTC

[jira] Commented: (HARMONY-5012) [buildtest][eut] cut success tests from html reports

    [ https://issues.apache.org/jira/browse/HARMONY-5012?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12548704 ] 

Vladimir Beliaev commented on HARMONY-5012:
-------------------------------------------

I found out that the the filter may be inserting the the code copying html-files from results/<date> to results/latest directory:

    <target name="duplicate.results.in.latest">
 
So, for fileset from "results/html/*.html" one needs to apply the filter to replace with the empty string the one like:
(from results/latest/results/html/org.eclipse.compare.tests_win32.win32.x86.html):

<tr valign="top" class="">
<td>testDocAppendStart</td><td>Success</td><td></td><td>0.000</td>
</tr>

Here  the test name (testDocAppendStart) is variable, can have digits, '-', white spaces. The time (0.000) is variable too.

> [buildtest][eut] cut success tests from html reports
> ----------------------------------------------------
>
>                 Key: HARMONY-5012
>                 URL: https://issues.apache.org/jira/browse/HARMONY-5012
>             Project: Harmony
>          Issue Type: Sub-task
>          Components: build - test - ci
>         Environment: any
>            Reporter: Vladimir Beliaev
>
> There is a set of big EUT suites each of those includes thousands tests.
> As a result of such tests run the huge html reports are generated at results/<date>/results/html directory. That's why:
> 1. EUT suite report is pretty heavy to be placed on people.apache.org. The size may be optimized.
> 2. EUT suite report is difficult to navigate - when one needs to scroll through thousands of "Success" tests to find a "Error" or "Failure".
> Ok, the suggestion is to filter out "Success" tests from html reports while copying these reports to 'latest' directory (see tests/eut/build.xml for context description). 
> Thanks
> Vladimir Beliaev

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.