aqa-tests icon indicating copy to clipboard operation
aqa-tests copied to clipboard

Home of test infrastructure for Adoptium builds

Results 463 aqa-tests issues
Sort by recently updated
recently updated
newest added

In order to run jtharness directly (without the JavaTestUtil class in the way), we can add a disabled target that could then be run when needed (and used to automate...

2 failures, 2 errors on Windows 32bit builds (and 2 failures on x86-64_windows see [Test_openjdk11_hs_extended.functional_x86-64_windows/330](https://ci.adoptopenjdk.net/job/Test_openjdk11_hs_extended.functional_x86-64_windows/330/) - [cryptotest/CryptoTest.java.CryptoTest](https://ci.adoptopenjdk.net/job/Test_openjdk11_hs_extended.functional_x86-32_windows/323/testReport/junit/cryptotest_CryptoTest/java/CryptoTest/) - [cryptotest/tests/ConfigurationTests.java.ConfigurationTests](https://ci.adoptopenjdk.net/job/Test_openjdk11_hs_extended.functional_x86-32_windows/323/testReport/junit/cryptotest_tests_ConfigurationTests/java/ConfigurationTests/) - [cryptotest/tests/KeyStoreTests.java.KeyStoreTests](https://ci.adoptopenjdk.net/job/Test_openjdk11_hs_extended.functional_x86-32_windows/323/testReport/junit/cryptotest_tests_KeyStoreTests/java/KeyStoreTests/) - [cryptotest/tests/SignatureTests.java.SignatureTests](https://ci.adoptopenjdk.net/job/Test_openjdk11_hs_extended.functional_x86-32_windows/323/testReport/junit/cryptotest_tests_SignatureTests/java/SignatureTests/) ``` [2023-02-11T18:21:57.066Z] -------------------------------------------------- [2023-02-11T18:21:57.066Z] Test results: passed:...

For the release it will be nice to verify the target jdk with the information of testenv.properties to make sure the test target jdk is the correct one. It will...

**Describe the bug** jdk_security_infra test failed several sub-tests due to certificate status: - BuypassCA and QuoVadisCA failed because the certificates have been revoked, for both openj9 and hotspot with jdk...

bug

1. Update workflows to reduce the amount of tests that are triggered (should only be a sniff test, not hours of test execution). 2. Check that the Github runners are...

enhancement

- create testenvSettings.sh for testenv variable settings - update functional/OpenJcePlusTests/build.xml to handle branch/tag/sha values - add OPENJCEPLUS_GIT_REPO and OPENJCEPLUS_GIT_BRANCH in testenv.properties - when DYNAMIC_COMPILE=true, we will run `make ` command...

[internal link](https://hyc-runtimes-jenkins.swg-devops.com/job/Test_openjdk8_j9_dev.functional_ppc64le_linux/6/) ``` [2024-05-04T03:23:26.571Z] TESTING: [2024-05-04T03:23:26.571Z] ~/workspace/Test_openjdk8_j9_dev.functional_ppc64le_linux/aqa-tests/functional/security/ssl-tests/ssl-tests ~/workspace/Test_openjdk8_j9_dev.functional_ppc64le_linux/aqa-tests/TKG/output_17147930051846/ssl-tests_0 [2024-05-04T03:23:26.571Z] Non cygwin system! [2024-05-04T03:23:26.571Z] /home/jenkins/workspace/Test_openjdk8_j9_dev.functional_ppc64le_linux/aqa-tests/functional/security/ssl-tests/ssl-tests [2024-05-04T03:23:26.571Z] treating jdk as: 8 [2024-05-04T03:23:26.571Z] Running with /home/jenkins/workspace/Test_openjdk8_j9_dev.functional_ppc64le_linux/jdkbinary/j2sdk-image... [2024-05-04T03:23:30.854Z] XML output to /home/jenkins/workspace/Test_openjdk8_j9_dev.functional_ppc64le_linux/aqa-tests/functional/security/ssl-tests/ssl-tests/test.1714793006/jdk/work [2024-05-04T03:25:02.248Z] FAILED:...

- Dynamically build the customUrl using the extracted domain using getJenkinsDomain() resolves:https://github.com/adoptium/aqa-tests/issues/5286

Simplify the process of final AQAvit results archive can alleviate manual and cumbersome effort. Current process is mostly done manually. 1. Download the results per platform by link provided by...