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/10/18 17:52:50 UTC

[jira] Created: (HARMONY-4970) [buildtest][eut] Internal error breaks Summary Reporter

[buildtest][eut] Internal error breaks Summary Reporter
-------------------------------------------------------

                 Key: HARMONY-4970
                 URL: https://issues.apache.org/jira/browse/HARMONY-4970
             Project: Harmony
          Issue Type: Sub-task
            Reporter: Vladimir Beliaev




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


[jira] Assigned: (HARMONY-4970) [buildtest][eut] Internal error breaks Summary Reporter

Posted by "Stepan Mishura (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-4970?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Stepan Mishura reassigned HARMONY-4970:
---------------------------------------

    Assignee: Stepan Mishura

> [buildtest][eut] Internal error breaks Summary Reporter
> -------------------------------------------------------
>
>                 Key: HARMONY-4970
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4970
>             Project: Harmony
>          Issue Type: Sub-task
>          Components: build - test - ci
>         Environment: any
>            Reporter: Vladimir Beliaev
>            Assignee: Stepan Mishura
>         Attachments: H4970.patch
>
>
> 583671 CC-run for EUT3.3 Linux x86_64 breaks the Summary Reporter. Please see http://people.apache.org/~smishura/r583671/Linux_x86_64/eut33/
> The error output is: 
>     EUT SCRIPT: Unexpected Error during EUT results parsing:java.lang.NullPointerException
>     java.lang.NullPointerException
> 	at org.apache.harmony.eut.reporter.EUTStatusCollector.startElement(Unknown Source)
> 	<skipped...>
> Also a strange 99.0100% pass rate is reported sometimes, like at: 
> http://people.apache.org/~smishura/r583671/Windows_x86/eut33/
> This should be fixed.
> Thanks
> Vladimir Beliaev

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


[jira] Updated: (HARMONY-4970) [buildtest][eut] Internal error breaks Summary Reporter

Posted by "Vladimir Beliaev (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-4970?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vladimir Beliaev updated HARMONY-4970:
--------------------------------------

    Attachment: H4970.patch

Here is the patch.

It turned out that <testsuite> can contains the child <error> tag in case of global issues for suite like "Can'not find plugin". So the situation like this should be handled propertly.

Also the pass rate may be like 99.9971%, the rounding function is fixed to make it to be 99.99% in this case.

Please get this patch committted.

Thanks
Vladimir Beliaev

> [buildtest][eut] Internal error breaks Summary Reporter
> -------------------------------------------------------
>
>                 Key: HARMONY-4970
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4970
>             Project: Harmony
>          Issue Type: Sub-task
>          Components: build - test - ci
>         Environment: any
>            Reporter: Vladimir Beliaev
>         Attachments: H4970.patch
>
>
> 583671 CC-run for EUT3.3 Linux x86_64 breaks the Summary Reporter. Please see http://people.apache.org/~smishura/r583671/Linux_x86_64/eut33/
> The error output is: 
>     EUT SCRIPT: Unexpected Error during EUT results parsing:java.lang.NullPointerException
>     java.lang.NullPointerException
> 	at org.apache.harmony.eut.reporter.EUTStatusCollector.startElement(Unknown Source)
> 	<skipped...>
> Also a strange 99.0100% pass rate is reported sometimes, like at: 
> http://people.apache.org/~smishura/r583671/Windows_x86/eut33/
> This should be fixed.
> Thanks
> Vladimir Beliaev

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


[jira] Updated: (HARMONY-4970) [buildtest][eut] Internal error breaks Summary Reporter

Posted by "Vladimir Beliaev (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-4970?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vladimir Beliaev updated HARMONY-4970:
--------------------------------------

             Component/s: build - test - ci
    Estimated Complexity: Moderate
             Description: 
583671 CC-run for EUT3.3 Linux x86_64 breaks the Summary Reporter. Please see http://people.apache.org/~smishura/r583671/Linux_x86_64/eut33/

The error output is: 

    EUT SCRIPT: Unexpected Error during EUT results parsing:java.lang.NullPointerException
    java.lang.NullPointerException
	at org.apache.harmony.eut.reporter.EUTStatusCollector.startElement(Unknown Source)
	<skipped...>

Also a strange 99.0100% pass rate is reported sometimes, like at: 
http://people.apache.org/~smishura/r583671/Windows_x86/eut33/

This should be fixed.

Thanks
Vladimir Beliaev
             Environment: any
              Patch Info: [Patch Available]

> [buildtest][eut] Internal error breaks Summary Reporter
> -------------------------------------------------------
>
>                 Key: HARMONY-4970
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4970
>             Project: Harmony
>          Issue Type: Sub-task
>          Components: build - test - ci
>         Environment: any
>            Reporter: Vladimir Beliaev
>
> 583671 CC-run for EUT3.3 Linux x86_64 breaks the Summary Reporter. Please see http://people.apache.org/~smishura/r583671/Linux_x86_64/eut33/
> The error output is: 
>     EUT SCRIPT: Unexpected Error during EUT results parsing:java.lang.NullPointerException
>     java.lang.NullPointerException
> 	at org.apache.harmony.eut.reporter.EUTStatusCollector.startElement(Unknown Source)
> 	<skipped...>
> Also a strange 99.0100% pass rate is reported sometimes, like at: 
> http://people.apache.org/~smishura/r583671/Windows_x86/eut33/
> This should be fixed.
> Thanks
> Vladimir Beliaev

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


[jira] Resolved: (HARMONY-4970) [buildtest][eut] Internal error breaks Summary Reporter

Posted by "Stepan Mishura (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-4970?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Stepan Mishura resolved HARMONY-4970.
-------------------------------------

    Resolution: Fixed

Thanks Vladimir - the patch was applied to BTI branch 2.0 at r586455.
Please check that the patch was applied as you expected.

> [buildtest][eut] Internal error breaks Summary Reporter
> -------------------------------------------------------
>
>                 Key: HARMONY-4970
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4970
>             Project: Harmony
>          Issue Type: Sub-task
>          Components: build - test - ci
>         Environment: any
>            Reporter: Vladimir Beliaev
>            Assignee: Stepan Mishura
>         Attachments: H4970.patch
>
>
> 583671 CC-run for EUT3.3 Linux x86_64 breaks the Summary Reporter. Please see http://people.apache.org/~smishura/r583671/Linux_x86_64/eut33/
> The error output is: 
>     EUT SCRIPT: Unexpected Error during EUT results parsing:java.lang.NullPointerException
>     java.lang.NullPointerException
> 	at org.apache.harmony.eut.reporter.EUTStatusCollector.startElement(Unknown Source)
> 	<skipped...>
> Also a strange 99.0100% pass rate is reported sometimes, like at: 
> http://people.apache.org/~smishura/r583671/Windows_x86/eut33/
> This should be fixed.
> Thanks
> Vladimir Beliaev

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


[jira] Closed: (HARMONY-4970) [buildtest][eut] Internal error breaks Summary Reporter

Posted by "Vladimir Beliaev (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-4970?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vladimir Beliaev closed HARMONY-4970.
-------------------------------------


> [buildtest][eut] Internal error breaks Summary Reporter
> -------------------------------------------------------
>
>                 Key: HARMONY-4970
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4970
>             Project: Harmony
>          Issue Type: Sub-task
>          Components: build - test - ci
>         Environment: any
>            Reporter: Vladimir Beliaev
>            Assignee: Stepan Mishura
>         Attachments: H4970.patch
>
>
> 583671 CC-run for EUT3.3 Linux x86_64 breaks the Summary Reporter. Please see http://people.apache.org/~smishura/r583671/Linux_x86_64/eut33/
> The error output is: 
>     EUT SCRIPT: Unexpected Error during EUT results parsing:java.lang.NullPointerException
>     java.lang.NullPointerException
> 	at org.apache.harmony.eut.reporter.EUTStatusCollector.startElement(Unknown Source)
> 	<skipped...>
> Also a strange 99.0100% pass rate is reported sometimes, like at: 
> http://people.apache.org/~smishura/r583671/Windows_x86/eut33/
> This should be fixed.
> Thanks
> Vladimir Beliaev

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