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

[jira] Created: (HARMONY-5288) [buildtest][reliability] Test duration estimation should be improved.

[buildtest][reliability] Test duration estimation should be improved.
---------------------------------------------------------------------

                 Key: HARMONY-5288
                 URL: https://issues.apache.org/jira/browse/HARMONY-5288
             Project: Harmony
          Issue Type: Test
          Components: build - test - ci
         Environment: All platforms r582798
            Reporter: Andrey Yakushev
            Priority: Minor


When running WeakReferenceandThreadTest from the reliability suite during different time period I noted that DRLVM performance gradually diminishes during the functioning. This could be an explanation for reliability test failing by timeout which we have periodically. Our algorithm estimates overall test duration by linear interpolation from the first test run. Probably max value could be used.

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


[jira] Updated: (HARMONY-5288) [buildtest][reliability] Test duration estimation should be improved.

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

Andrey Yakushev updated HARMONY-5288:
-------------------------------------

    Attachment: TestStarter.v1.patch

TestStarter.v1.patch contains suggested improvements.

> [buildtest][reliability] Test duration estimation should be improved.
> ---------------------------------------------------------------------
>
>                 Key: HARMONY-5288
>                 URL: https://issues.apache.org/jira/browse/HARMONY-5288
>             Project: Harmony
>          Issue Type: Test
>          Components: build - test - ci
>         Environment: All platforms r582798
>            Reporter: Andrey Yakushev
>            Priority: Minor
>         Attachments: TestStarter.v1.patch
>
>
> When running WeakReferenceandThreadTest from the reliability suite during different time period I noted that DRLVM performance gradually diminishes during the functioning. This could be an explanation for reliability test failing by timeout which we have periodically. Our algorithm estimates overall test duration by linear interpolation from the first test run. Probably max value could be used.

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