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

**Describe the bug** TestG1OldAllocationPendingStackTrace.java run timeout because of can't trigger GC **To Reproduce** jtreg -va -nr -w tmp-temurin jdk/test/jdk/jfr/event/gc/stacktrace/TestG1OldAllocationPendingStackTrace.java &> temurin.log **Expected behavior** run pass on every machine. **Screenshots** **Additional...

**Describe the bug** git clone intermittently fail for "Encountered end of file" by HTTPS **To Reproduce** `rm -rf STF ; git clone https://github.com/adoptium/STF.git` ![image](https://user-images.githubusercontent.com/24123821/174792082-74f81731-7f3c-4b54-8019-abd75fe98a10.png) **Additional context** I change HTTPS to...

https://github.com/adoptium/aqa-tests/tree/master/.github/ISSUE_TEMPLATE For bug reporting and release summary report, we now have features in TRSS that can capture the needed information. The templates should be updated to reflect to either use...

docs
good first issue

jdk_security3 test got two sub-tests failure for both hotspot and openj9, with all jdk versions: - VerifyCACerts failed with wrong checksum error, with detailed error information as follows: ``` Execution...

bug
type:openjdk
triage required

**Describe the bug** jdk/jfr/event/gc/detailed/TestPromotionFailedEventWithParNew.java intermittently fail on linux-arch64 by temurin8 **To Reproduce** ```bash export JDK_VERSION=8 export JAVA_HOME=~/software/jdk/2022-05/jdk8u332-b09/ export TEST_JDK_HOME=$JAVA_HOME export PATH=$JAVA_HOME/bin:$PATH export USE_TESTENV_PROPERTIES=true export JDK_IMPL=hotspot export BUILD_LIST=openjdk cd aqa-tests ./compile.sh...

**Describe the bug** jdk8 run jdk/jfr/event/compiler/TestCompilerInlining.java intermittently fail **To Reproduce** ```bash export JAVA_HOME=$PWD ; export PATH=$JAVA_HOME/bin:$PATH ; export TEST_JDK_HOME=$JAVA_HOME cd ~/aqa-tests-jdk8/openjdk/openjdk-jdk test=jdk/test/jdk/jfr/event/compiler/TestCompilerInlining.java rm -rf tmp-jtreg ; mkdir -p tmp-jtreg ;...

**Describe the bug** jdk/jfr/event/runtime/TestThrowableInstrumentation.java intermittently fail for "Unable to compile Throwable:: with C1" **To Reproduce** ```bash test=jdk/test/jdk/jfr/event/runtime/TestThrowableInstrumentation.java nproc=`nproc` ; dir=`basename $test .java` ; rm -rf $dir ; mkdir -p $dir...

https://ci.adoptopenjdk.net/job/Test_openjdk8_hs_sanity.openjdk_ppc64le_linux/530/consoleFull ``` 20:27:54 bkpts = 19477, iters = 160 20:27:54 kind = ownedMonitors() 20:27:54 kind = ownedMonitorsAndFrames() 20:27:54 kind = currentContendedMonitor() 20:27:54 kind = frames() 20:27:54 kind = frames(0, size...

type:openjdk
failure:intermittent

In the grinder setting it says _Customized SDK URL, only set when SDK_RESOURCE customized._ However if the user accidentally set both CUSTOMIZED_SDK_URL and SDK_RESOURCE ( non-customized) the system will take...

enhancement
good first issue

external tomcat_test failed with both jdk11 and jdk17 and believe failed with jdk8. 8: https://ci.adoptopenjdk.net/view/work-in-progress/job/grinder_sandbox_new/470/ 11: https://ci.adoptopenjdk.net/view/work-in-progress/job/grinder_sandbox_new/459/ 17: https://ci.adoptopenjdk.net/view/work-in-progress/job/grinder_sandbox_new/469/ ``` 01:30:24 [junit] 03-Mar-2022 06:30:24.258 INFO [main] org.apache.catalina.startup.LoggingBaseTest.setUp Starting test case...

type:external
canosp