[ https://issues.apache.org/jira/browse/HARMONY-3319?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12480051
]
Stepan Mishura commented on HARMONY-3319:
-----------------------------------------
Link to discussion on dev-list:
http://mail-archives.apache.org/mod_mbox/harmony-dev/200703.mbox/%3c6e47b64f0703112252m59f58b97g4f5abcdd089b0a5d@mail.gmail.com%3e
> [jdktools][jpda] JDWP unit tests fail with timeout
> --------------------------------------------------
>
> Key: HARMONY-3319
> URL: https://issues.apache.org/jira/browse/HARMONY-3319
> Project: Harmony
> Issue Type: Bug
> Components: JDK
> Environment: Windows/ia32, Linux/ia32, Harmony-jdk-r515478
> Reporter: Ivan Popov
> Assigned To: Stepan Mishura
> Attachments: jpda_build.patch
>
>
> JDWP unit tests from JPDA component started with ant build usually fail with timeout:
> <...>
> [junit] TEST org.apache.harmony.jpda.tests.jdwp.ReferenceType.GetValues003Test FAILED
> [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 9.578 sec
> [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 9.543 sec
> [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 9.537 sec
> [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0 sec
> [junit] Tests FAILED (timeout)
> <...>
> full-report:
> [junitreport] [Fatal Error] :-1:-1: Premature end of file.
> [junitreport] The file .../trunk/working_jdktools/build/test_report/TEST-org.apache.harmony.jpda.tests.jdwp.ReferenceType.InterfacesTest.xml
is not a valid XML document. It is possibly corrupted.
> The problem is in default timeout (120000 milliseconds, or 15 minutes) specified for
junit task in 'timeout" option:
> timeout="${hy.test.timeout}"
> JUnit task reference reads for this option:
> Cancel the individual tests if they don't finish in the given time (measured in milliseconds).
Ignored if fork is disabled.
> However, it seems that this option is applied to the whole tests set specified in <batchtest>
item. All JDWP tests are specified in a single <batchtest> and their execution usually
exceeds 15 minutes, so junit task cancels them with timeout.
> There are several "long-running" tests, each takes about 1 minute. These tests can be
moved to a separate <batchtest> item to satisfy the default timeout.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
|