You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Alexander Kleymenov (JIRA)" <ji...@apache.org> on 2007/05/02 13:33:15 UTC

[jira] Updated: (HARMONY-3798) [testing] there is no default publisher implementation in the current BTI v 2.0

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

Alexander Kleymenov updated HARMONY-3798:
-----------------------------------------

    Attachment: patch-publisher_implementation.txt

Attached patch contains the implementation of BTI's default publisher 
which will be used for execution status notification for test suites
not providing their own publisher implementations. This default publisher
was implemented on the base of the xslt sources taken from old BUILDTEST.

The subject line format for default notifications has been implemented
according to the following document:
    http://wiki.apache.org/harmony/Automated_Testing

Also this patch fixes the parameters of classlib and drlvm test suites to not
to use publishing by default. To turn on the status publishing for these suites
corresponding 
    ${suite.name}.parameters.cc.publish=true 
lines should be specified in 
    framework.local.properties
file before test execution.

> [testing] there is no default publisher implementation in the current BTI v 2.0
> -------------------------------------------------------------------------------
>
>                 Key: HARMONY-3798
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3798
>             Project: Harmony
>          Issue Type: Improvement
>          Components: build - test - ci
>            Reporter: Alexander Kleymenov
>         Attachments: patch-publisher_implementation.txt
>
>
> If some of the test suite integration scripts made for current BTI v 2.0 do not implement their own publisher,
> there won't be a status notifications for this test suite. 
> BTI v 2.0 needs support for some default execution status notification means.

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