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

We want to select various (open-source) performance benchmark suites/harnesses to run at AdoptOpenJDK (for validating JDK binaries and to make available for easy use by JDK developers). We can first...

enhancement
type:perf

To alleviate any manual effort, we should provide some convenience/utility scripts that will verify the AQAvit results so that vendors can check that their results are good (and binaries ready...

enhancement

Following jdk_net test failed on arm32 with jdk18, those tests suppose that IPv6 are supported on all platforms, which is not true for arm_linux. https://ci.adoptopenjdk.net/job/Test_openjdk18_hs_extended.openjdk_arm_linux_testList_1/28/ [com/sun/net/httpserver/simpleserver/CommandLinePositiveTest.java.CommandLinePositiveTest](https://ci.adoptopenjdk.net/job/Grinder/4567/testReport/junit/com_sun_net_httpserver_simpleserver_CommandLinePositiveTest/java/CommandLinePositiveTest/) [com/sun/net/httpserver/simpleserver/jwebserver/CommandLinePositiveTest.java.CommandLinePositiveTest](https://ci.adoptopenjdk.net/job/Grinder/4567/testReport/junit/com_sun_net_httpserver_simpleserver_jwebserver_CommandLinePositiveTest/java/CommandLinePositiveTest/) [java/net/InetAddress/HostsFileOrderingTest.java.HostsFileOrderingTest](https://ci.adoptopenjdk.net/job/Grinder/4567/testReport/junit/java_net_InetAddress_HostsFileOrderingTest/java/HostsFileOrderingTest/) [java/net/InetAddress/InternalNameServiceTest.java.InternalNameServiceTest](https://ci.adoptopenjdk.net/job/Grinder/4567/testReport/junit/java_net_InetAddress_InternalNameServiceTest/java/InternalNameServiceTest/) [java/net/InetAddress/InternalNameServiceWithHostsFileTest.java.InternalNameServiceWithHostsFileTest](https://ci.adoptopenjdk.net/job/Grinder/4567/testReport/junit/java_net_InetAddress_InternalNameServiceWithHostsFileTest/java/InternalNameServiceWithHostsFileTest/)...

**Describe the bug** The test java/nio/file/Files/walkFileTree/find.sh.find within the jdk_nio tests fails with a looping symbolic link issue ``` 13:05:21 find: /tmp/tree6072574742615752048/dir2/dir5/link1/link1/link1/link1/link1/link1/link1/link1/link1/link1/link1/link1/link1/link1/link1/link1/link1/link1/link1/link2/link1/link1/link1/link2/link2/link2/link2/link1/link1/link2/link1/link1/link2/link2/link2/link2/link2/link2/link2/link1/link2: Symbolic link loop 13:05:21 find: /tmp/tree6072574742615752048/dir2/dir5/link1/link1/link1/link1/link1/link1/link1/link1/link1/link1/link1/link1/link1/link1/link1/link1/link1/link1/link1/link2/link1/link1/link1/link2/link2/link2/link2/link1/link1/link2/link1/link1/link2/link2/link2/link2/link2/link2/link2/link2/link1: Symbolic link loop...

As an example of this type of testing, we have added scala tests: https://github.com/AdoptOpenJDK/openjdk-tests/tree/master/thirdparty_containers/scala We have derby and solr_lucene tests running in the same "dockerized" way, so we should also...

enhancement
type:external

**Test Info** Test Name: jdk_jfr_0 Test Duration: 20 min 39 sec Machine: test-docker-ubuntu2004-armv8l-2 TRSS link for the test output: https://trss.adoptium.net/output/test?id=6161bdd4c6182d02176760b1 **Build Info** Build Name: Test_openjdk8_hs_extended.openjdk_aarch64_linux Jenkins Build start time: Oct...

**Describe the bug** ConcurrentLoadTest_5m_0 fail on aarch64 **To Reproduce** ```bash export JDK_VERSION=17 export TEST_JDK_HOME=$JAVA_HOME export PATH=$JAVA_HOME/bin:$PATH export USE_TESTENV_PROPERTIES=true export JDK_IMPL=hotspot export BUILD_LIST=system export JAVA_HOME=${HOME}/software/jdk/2022-05/jdk-17.0.3+7 cd aqa-tests ./compile.sh cd TKG time...

**Describe the bug** jdk_net_0 randomly fail because BufferingSubscriberTest.java timeout on aarch64 platform **To Reproduce** Run the jtreg test test/jdk/java/net/httpclient/BufferingSubscriberTest.java parallel, and the timeout factor is set to 8, like make...

**Describe the bug** run aqa-tests sanity perf test complaint “j2sdk-image’: No such file or directory” **To Reproduce** ```bash export JDK_VERSION=17 export JAVA_HOME=${HOME}/software/jdk/2022-05/dragonwell-17.0.3.0.3+7-GA export TEST_JDK_HOME=$JAVA_HOME export PATH=$JAVA_HOME/bin:$PATH export USE_TESTENV_PROPERTIES=true export JDK_IMPL=hotspot...

**Describe the bug** run aqa-tests sanity perf test complaint "configure_liberty.sh: line 56: cd: ${env.PERF_ROOT}: No such file or directory" **To Reproduce** ```bash export JDK_VERSION=17 export JAVA_HOME=${HOME}/software/jdk/2022-05/dragonwell-17.0.3.0.3+7-GA export TEST_JDK_HOME=$JAVA_HOME export PATH=$JAVA_HOME/bin:$PATH...