run aqa should git clone into a specific folder
- Dominant language
- TypeScript
- Stars
- 4
- Forks
- 27
- Avg merge
- 2d 9h
- Merged PRs (30d)
- 8
Description
In run aqa, only `aqa-tests` folder name is expected. However, for users that are still using the old repo `openjdk-tests`, run aqa will fail. run aqa should git clone into a specific folder, so it does not matter which repo the users are using.
https://github.com/adoptium/aqa-tests/runs/6781124235?check_suite_focus=true
```
C:\cygwin64\bin\git.exe clone --depth 1 -b fix https://github.com/renfeiw/openjdk-tests.git
Cloning into 'openjdk-tests'...
Updating files: 55% (892/1600)
Updating files: 56% (896/1600)
...
Error: ENOENT: no such file or directory, chdir 'D:\a\aqa-tests\aqa-tests' -> 'aqa-tests'
```
Contributor guide
Research direction
Start at the run aqa entry point and trace how the test repository is cloned and how its working folder is selected. Reproduce the failure with the old openjdk-tests repository and verify that cloning into the expected folder completes without the chdir error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- github-actions, typescript
- Domain
- ci-cd
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100