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

[jira] Updated: (HARMONY-4686) [buildtest][vts] Adaptor doesn't store whole test report information.

     [ https://issues.apache.org/jira/browse/HARMONY-4686?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mikhail Markov updated HARMONY-4686:
------------------------------------

    Summary: [buildtest][vts] Adaptor doesn't store whole test report information.  (was: [buildtest][vtsvm] Adaptor doesn't store whole test report information.)

> [buildtest][vts] Adaptor doesn't store whole test report information.
> ---------------------------------------------------------------------
>
>                 Key: HARMONY-4686
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4686
>             Project: Harmony
>          Issue Type: Bug
>          Components: build - test - ci
>            Reporter: Eugene S. Ostrovsky
>
> Adaptor for VTSVM suite creates zip archive with the reports for every run.
> The archive contains a variety of xml files. Each xml file contains info for a particular test.
> E.g. reports from CC run with harmony r569620 Windows x86:
> TEST-vm.jvmti.events.MethodExit.MethodExit0101.MethodExit0101.xml
> Contained the following:
> -------------------------
> ....
> <system-out><![CDATA[TestHarness:ExecUnit   runProc(): Timeout!!!. The test hung (not finished in 600 second).
> TestHarness:ExecUnit    runProc(): Test system.err output is available as file: C:/cc/cc-suites/tests/vts/dest/vts_20070824_1357_results/result.Other\vm/jvmti/events/MethodExit/MethodExit0101/MethodExit0101.err
> TestHarness:RunNegDRL          analizeExit(): Check log for message passed
> Status is -1 (expected positive)
> ]]></system-out>
> .....
> -------------------------
> However there was no MethodExit0101.err file in the archive.
> Note:
> Other xml files contained output for corresponding tests.
> My guess is that test harness checks the size of test's output and if it is too large (MethodExit0101.err is about 5Mb) redirects it to a separate file. Which is not included into the final report archive.

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