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

Java load testing and other full system application tests

Results 21 aqa-systemtest issues
Sort by recently updated
recently updated
newest added

All JlmRemote* tests failed with same or similar issue: Looks like intermittent https://ci.adoptopenjdk.net/job/Test_openjdk17_hs_sanity.system_aarch64_linux/78/console Tests passed on same containers test-docker-ubuntu1604-armv8l-2 before https://trss.adoptium.net/output/test?id=613bbc4cc6182d021712771f Reran 10x : https://ci.adoptopenjdk.net/view/work-in-progress/job/grinder_sandbox_new/321/, timeout. For finished 4 times....

Intermittent failure showing up in (at least) x64 jobs ``` BLIC Listen address[1] = localhost:30050 listening on port 30050:...... at Sep 15, 2017 4:39:50 PM BLIC Listen address[0] = localhost:30060...

TestJlmRemoteMemoryNoAuth test intermittently fails with `Peak Usage used memory smaller than Current Usage used memory`. We should revisit the unstable test to check its validity. Example: https://ci.adoptopenjdk.net/view/Test_system/job/openjdk12_hs_systemtest_x86-64_windows/71/tapResults/ ``` CL1 stderr...

bug

OAuthTest failed on all platforms since added on Nove 9th. The last successful build on Nov 7th. https://ci.adoptopenjdk.net/job/Test_openjdk17_hs_extended.system_x86-64_windows/ ``` 09:21:35 STF 22:21:34.913 - | 09:21:35 STF 22:21:34.913 - Monitoring processes:...

Failing regularly on tip and recently Java 19 release: * On Mac - [TRSS Test Output](https://trss.adoptium.net/output/test?id=632b571693ac60470bc6980b) * On Windows - [TRSS Test Output](https://trss.adoptium.net/output/test?id=632b886b93ac60470bc74a3d) and [TRSS Test Output](https://trss.adoptium.net/output/test?id=632b886b93ac60470bc74a45) * On Linux...

bug

## Summary Java is(or 'was') not suitable for shot lived applications, and is notorious for slow startup and performance hiccups during warmup. There is some features in openjdk that could...

Exception : ``` 1) testStressLayers(net.adoptopenjdk.test.modularity.junit.TestStressLayers) T1 java.util.concurrent.ExecutionException: java.lang.NullPointerException T1 at java.base/java.util.concurrent.FutureTask.report(FutureTask.java:122) T1 at java.base/java.util.concurrent.FutureTask.get(FutureTask.java:191) T1 at com.test/net.adoptopenjdk.test.modularity.junit.TestStressLayers.stressLayersWith(TestStressLayers.java:114) T1 at com.test/net.adoptopenjdk.test.modularity.junit.TestStressLayers.testStressLayers(TestStressLayers.java:92) T1 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) T1 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) T1 at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)...

bug
test excluded

Modularity tests for implied readability fails on on both hotspot and openj9 with following error. Likely the Modularity access rules have changed since the test was developed. Need investigation. Test...

bug
test excluded

Using `ISO-8859-1` encoding value for the system test compilation tasks allows system tests to be compiled without having the[ step to copy gitattributes.zos](https://github.com/AdoptOpenJDK/openjdk-tests/blob/70992eb16fe5881e44a43f569fb9a5168bd5318b/system/common.xml#L63) properties files in the common.xml script. We...

enhancement

I was looking at my logs for a sanity.system test and I noticed that it used GCC. I then went to the prerequisites list and I noticed that GCC was...

bug