Shelley Lambert
Shelley Lambert
Believe this is partially completed - @llxia I think the push to artifactory is done, is that the case? what remains is how to attach Grinder reruns. For push to...
If this is the case, we should disable the affected tests referencing the upstream issue (and closing this one).
As a general rule, I do NOT want to hold open duplicate issues in this repo for things that are raised in other repos (including openjdk-infrastructure and JBS). I recognize...
Failing targets on this platform: jvm_compiler, jdk_io, jdk_management, jdk_tools that contain 64 failing testcases out of 4806 extended.openjdk testcases (as reported [here](https://ci.adoptopenjdk.net/job/Test_openjdk16_hs_extended.openjdk_x86-32_windows/9/testReport/)). Before excluding all 4 targets completely, we should...
May be that this is handled via TEST_REPORT_TIME_MARGING value in xunit [code](https://github.com/jenkinsci/xunit-plugin/blob/f3f5b3dfa286a4d5dce270828aaeba3d24c08551/src/main/java/org/jenkinsci/plugins/xunit/XUnitDefaultValues.java#L35). Default is 3000 (need to check what units). There is a way to [setTestTimeMargin()](https://github.com/jenkinsci/xunit-plugin/blob/f3f5b3dfa286a4d5dce270828aaeba3d24c08551/src/main/java/org/jenkinsci/plugins/xunit/pipeline/XUnitResultsStep.java#L106) which might do what...
Please also provide a link to test run or TRSS report to help whoever has to attempted to resolve this issue.
Also times out on win64 ([TRSS link](https://trss.adoptium.net/output/test?id=626313e072761a4c5c176bd1) for April release run for jdk8 win64). This seems to be the crux of the problem: ``` [2022-04-22T19:13:11.972Z] STDOUT: [2022-04-22T19:13:11.972Z] Warning: 'NoSuchMethodError' on...
Yes we can update the Run AQAvit docs, DISPLAY is needed to be set.
and presumably with EXTRA_OPTIONS=-Djava.net.preferIPv4Stack=true they are still running and failing?
I typically use 1 branch per issue (where each issue gets is separate PR to resolve it). That way, I can start each branch freshly synched with the main branch...