adoptium / adoptium/aqa-tests

run aqa-tests sanity perf test complaint “j2sdk-image’: No such file or directory”

Open
#3,695 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
HTML
Stars
155
Forks
346
Avg merge
2d 9h
Merged PRs (30d)
36

Description

**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
export BUILD_LIST=perf
cd aqa-tests
./get.sh
./compile.sh
```

**Expected behavior**
find the correct JAVA_PATH

![image](https://user-images.githubusercontent.com/24123821/169661425-3522ed1a-0e61-4ac1-97ac-8c6e11653691.png)

**Screenshots**
![image](https://user-images.githubusercontent.com/24123821/169661430-a441ae4c-31ec-4abd-852a-7a4aeef26650.png)

**Additional context**

Contributor guide

Open the contributing guide

Research direction

Start in aqa-tests by rerunning get.sh and compile.sh with the provided JDK environment, then inspect where the j2sdk-image path is resolved. Confirm which setting produces the incorrect JAVA_PATH and verify that the sanity perf setup completes with the expected JDK path.

Written by the indexing model from the issue text.

Assessment

Tech stack
java, shell
Domain
build-system, testing-qa
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.