Shelley Lambert
Shelley Lambert
We would like to be able to run tests in many different CI environments (to encourage testing 'everywhere' and to leverage resources at our disposal, https://dev.azure.com/adoptopenjdk). This issue is an...
Related to adding time-based system tests, we will want to run variations of these time-based tests to determine / visualize / tune optimal amount of time required that may cause...
Related to https://github.com/AdoptOpenJDK/openjdk-tests/issues/2037, create a widget that can display the various average execution times of test targets. The tables in https://github.com/AdoptOpenJDK/openjdk-tests/issues/2037 were manually created based on querying TRSS API, we...
I think we can rename and repurpose the FVT tab to a Custom tab, and make it a space where we can create a new Test Metrics and Stats widget...
Ideally, some additional information gets automatically populated into the "Create new issue" functionality, including: - java -version info - date / SHA when issue first seen - guess at intermittency...
From #16, data that matters: [ # pass, # fail, # excluded, # lastPass, # lastFail, # lastExcluded, platform, impl, version, testGroup ] definitions: TA = totalsArray is [totalPass, totalFail,...
Nice enhancement idea from Martijn: Use the external tests to track Java version support amongst popular libraries and frameworks so we can also identify which ones need help. Display a...
Related to https://github.com/adoptium/aqa-tests/issues/5261, we would like to build several versions of jcstress.jar Related code: https://github.com/adoptium/ci-jenkins-pipelines/tree/master/tools/code-tools Recent run in Jenkins at https://ci.adoptium.net/view/Dependencies/job/dependency_pipeline/1155/artifact/jcstress/ shows what we currently build.
There are additional parameters needed for successful remote triggering of test jobs on the remote temurin-compliance server See: https://github.com/adoptium/ci-jenkins-pipelines/blob/master/pipelines/build/common/openjdk_build_pipeline.groovy#L601-L612 - we should percolate the AUTO_AQA_GEN=true (for the cases where the...