Anna Babu Palathingal
Anna Babu Palathingal
- Exclude `java/rmi/Naming/legalRegistryNames/LegalRegistryNames` and `java/rmi/Naming/DefaultRegistryPort` tests for versions 8/11/17/21. related: https://github.ibm.com/runtimes/backlog/issues/867
Exclude jdk_container tests for rhel7
- Exclude `com/sun/jndi/dns/ConfigTests/Timeout` and `com/sun/jndi/dns/ConfigTests/PortUnreachable` subtests for macos and windows_x64. related:https://github.ibm.com/runtimes/backlog/issues/1287 related:https://github.ibm.com/runtimes/backlog/issues/1024 related:https://github.com/eclipse-openj9/openj9/issues/12948
- Dynamically build the customUrl using the extracted domain using getJenkinsDomain() resolves:https://github.com/adoptium/aqa-tests/issues/5286
- Prestage system test prequisities to system_lib related: https://github.com/adoptium/aqa-tests/issues/4912
- Enables to avoid system test prerequisite zip file being empty. related: https://github.com/adoptium/aqa-tests/issues/4912
- Ensure system lib files are only copied when IS_SVT_TESTREPO is set to true - Prevent unnecessary copying of system lib files to systemtest_prereqs directory related:https://github.ibm.com/runtimes/backlog/issues/1457
- Added a check for current build result, to determine if it is aborted. - If the build is aborted, terminate the child jobs by breaking the loop.
Added git clone --branch master --single-branch https://github.com/fridrich/aqa-systemtest.git to test
- Move the sharedClasses native code from openj9_systemtest into OpenJ9, as part of removing the native compiler dependency in system tests. related:https://github.com/adoptium/aqa-tests/issues/5965