aqa-tests
aqa-tests copied to clipboard
Home of test infrastructure for Adoptium builds
https://trss.adoptium.net/output/test?id=616f9197c6182d02178a6903 [2021-10-20T00:38:28.705Z] rerun: [2021-10-20T00:38:28.705Z] cd /Users/jenkins/workspace/Test_openjdk8_hs_extended.openjdk_x86-64_mac_testList_1/aqa-tests/TKG/output_16346876972532/jdk_jfr_0/work/scratch/1 && \ [2021-10-20T00:38:28.705Z] HOME=/Users/jenkins \ [2021-10-20T00:38:28.705Z] PATH=/bin:/usr/bin:/usr/sbin \ [2021-10-20T00:38:28.705Z] /Users/jenkins/workspace/Test_openjdk8_hs_extended.openjdk_x86-64_mac_testList_1/openjdkbinary/j2sdk-image/Contents/Home/bin/../bin/javac \ [2021-10-20T00:38:28.705Z] -J-ea \ [2021-10-20T00:38:28.705Z] -J-esa \ [2021-10-20T00:38:28.705Z] -J-Xmx512m \ [2021-10-20T00:38:28.705Z] -J-XX:+UseCompressedOops \ [2021-10-20T00:38:28.705Z]...
Since test doc lives all over the place it is hard to find and navigate, we will do a reorg/rewrite based on feedback received through slack, etc. Based on comments...
Currently, we do git clone openj9 repo (in [get.sh](https://github.com/adoptium/aqa-tests/blob/fe5b09797f2ea602cc5457784e0f5d43d8102507/get.sh#L494-L541)) regardless of what type of tests we run. We did this because TKG was in openj9 repo and we need to...
As has always been in plan (see [perf/README.md](https://github.com/AdoptOpenJDK/openjdk-tests/tree/master/perf#adoptopenjdk-performance-testing)), we want to add some example microbenchmarks from the ones available in [jmh-jdk-microbenchmarks](https://hg.openjdk.java.net/code-tools/jmh-jdk-microbenchmarks/). Can use a jar file from [mvn](https://mvnrepository.com/artifact/org.openjdk.jmh/jmh-core/1.23) or some...
Following two tnio tests failed with `java.io.IOException: There is not enough space on the disk` [java/nio/channels/FileChannel/LoopingTruncate.java.LoopingTruncate](https://ci.adoptopenjdk.net/job/Test_openjdk11_hs_extended.openjdk_x86-64_windows_testList_2/43/testReport/junit/java_nio_channels_FileChannel_LoopingTruncate/java/LoopingTruncate/) [java/nio/channels/FileChannel/Transfer4GBFile.java.Transfer4GBFile](https://ci.adoptopenjdk.net/job/Test_openjdk11_hs_extended.openjdk_x86-64_windows_testList_2/43/testReport/junit/java_nio_channels_FileChannel_Transfer4GBFile/java/Transfer4GBFile/) ``` 22:59:01 java.io.IOException: There is not enough space on the disk 22:59:01 at...
The failed tests are tools/jpackage/share/AppLauncherEnvTest.java.AppLauncherEnvTest tools/jpackage/share/jdk/jpackage/tests/JavaOptionsTest.java.JavaOptionsTest tools/jpackage/share/AddLauncherTest.java#id1.AddLauncherTest_id1 tools/jpackage/share/ArgumentsTest.java.ArgumentsTest tools/jpackage/share/EmptyFolderTest.java.EmptyFolderTest tools/jpackage/share/jdk/jpackage/tests/AppVersionTest.java.AppVersionTest tools/jpackage/share/jdk/jpackage/tests/BasicTest.java.BasicTest tools/jpackage/share/jdk/jpackage/tests/CookedRuntimeTest.java.CookedRuntimeTest tools/jpackage/share/jdk/jpackage/tests/DotInNameTest.java.DotInNameTest tools/jpackage/share/jdk/jpackage/tests/JLinkOptionsTest.java.JLinkOptionsTest tools/jpackage/share/jdk/jpackage/tests/JavaOptionsEqualsTest.java#id0.JavaOptionsEqualsTest_id0 tools/jpackage/share/jdk/jpackage/tests/JavaOptionsEqualsTest.java#id1.JavaOptionsEqualsTest_id1 tools/jpackage/share/jdk/jpackage/tests/MainClassTest.java.MainClassTest tools/jpackage/share/jdk/jpackage/tests/ModulePathTest.java.ModulePathTest tools/jpackage/share/jdk/jpackage/tests/ModulePathTest2.java.ModulePathTest2 tools/jpackage/share/jdk/jpackage/tests/ModulePathTest3.java.ModulePathTest3 tools/jpackage/share/jdk/jpackage/tests/MultipleJarAppTest.java.MultipleJarAppTest tools/jpackage/share/jdk/jpackage/tests/NoMPathRuntimeTest.java.NoMPathRuntimeTest These failing tests are taking up 40G on...
java/nio/channels/DatagramChannel/SendReceiveMaxSize.java java/net/DatagramSocket/SendReceiveMaxSize.java failed with error ` java.net.SocketException: Message too long` on aix https://ci.adoptopenjdk.net/job/Test_openjdk17_hs_extended.openjdk_ppc64_aix_testList_2/36/consoleFull ``` 09:55:45 receiveBuf: java.nio.HeapByteBuffer[pos=0 lim=65506 cap=65506] 09:55:45 test SendReceiveMaxSize.testSendReceiveMaxSize(SendReceiveMaxSize$$Lambda$103/0x000000040011bc38@470d947c, 65507, /140.211.9.28): success 09:55:45 test SendReceiveMaxSize.testSendReceiveMaxSize(SendReceiveMaxSize$$Lambda$106/0x000000040011e478@7cfb47dd, 65527, java.net.Inet6Address@47111e2d):...
**Describe the bug** Several MulticastSocket test failed on aix with jdk 15 and 16 for both hotspot and openj9. These tests are: - java/net/MulticastSocket/Test.java - java/net/MulticastSocket/Promiscuous.java - java/net/MulticastSocket/B6427403.java - java/net/MulticastSocket/NoLoopbackPackets.java...
sun/management/jdp/JdpDefaultsTest.java.JdpDefaultsTest sun/management/jdp/JdpJmxRemoteDynamicPortTest.java sun/management/jdp/JdpOffTest.java.JdpOffTest sun/management/jdp/JdpSpecificAddressTest.java.JdpSpecificAddressTest ``` Exception in thread "main" java.net.SocketException: joinGroup failed at java.base/sun.nio.ch.DatagramSocketAdaptor.joinGroup(DatagramSocketAdaptor.java:482) at java.base/java.net.MulticastSocket.joinGroup(MulticastSocket.java:329) at ClientConnection.connectWithTimeout(ClientConnection.java:58) at JdpTestCase.run(JdpTestCase.java:67) at JdpJmxRemoteDynamicPortTestCase.main(JdpJmxRemoteDynamicPortTestCase.java:103) Caused by: java.lang.IllegalArgumentException: IPv6 socket cannot join IPv4...
sun/security/ssl/SSLSocketImpl/SSLSocketLeak.java failed with jdk18 and jdk17 ``` 13:57:25 ACTION: main -- Failed. Execution failed: `main' threw exception: java.lang.UnsatisfiedLinkError: 'long jdk.test.lib.util.FileUtils.getWinProcessHandleCount()' 13:57:25 REASON: User specified action: run main/othervm SSLSocketLeak 13:57:25 TIME:...