forked from adoptium/aqa-test-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add DeepAQAtik data example of aqa-tests repo
Add DeepAQAtik data example of aqa-tests repo Signed-off-by: LongyuZhang <[email protected]>
- Loading branch information
1 parent
200dced
commit 29fa37f
Showing
3 changed files
with
801 additions
and
0 deletions.
There are no files selected for viewing
22 changes: 22 additions & 0 deletions
22
MachineLearningPrototype/data/GitHubData/IssueContent/aqa-tests-1768.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
**Describe the bug** | ||
|
||
JVM mode tests are failing to launch due to issues with docker. From the output, I'm not clear if the parameters are incorrect (`DOCKERIMAGE_TAG`) or the box needs to login to a specific registry? | ||
|
||
Output: | ||
``` | ||
11:17:02 Unable to recognize DOCKER_OS from DOCKERIMAGE_TAG = --version! | ||
11:17:02 Unable to find image 'adoptopenjdk-derby-test:11-jdk-ubuntu-openj9-full' locally | ||
11:17:03 docker: Error response from daemon: pull access denied for adoptopenjdk-derby-test, repository does not exist or may require 'docker login'. | ||
``` | ||
|
||
**To Reproduce** | ||
Look at the output from one of the recent extended external tests | ||
ie: https://ci.adoptopenjdk.net/job/Test_openjdk11_j9_extended.external_ppc64le_linux_quarkus/ | ||
|
||
**Expected behavior** | ||
Tests run =) | ||
|
||
**Additional context** | ||
All extended external quarkus testing: https://ci.adoptopenjdk.net/view/Test_external_weekly/search/?q=quarkus&Jenkins-Crumb=a641a495ab24a32df0acfed743a5be4ea8142dcf58b19aabc754ef73c5df2257 | ||
|
||
This is an issue for both OpenJ9 and Hotspot based testing across all platforms. |
3 changes: 3 additions & 0 deletions
3
MachineLearningPrototype/data/GitHubData/IssueContentQuote/aqa-tests-1768.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
11:17:02 Unable to recognize DOCKER_OS from DOCKERIMAGE_TAG = --version! | ||
11:17:02 Unable to find image 'adoptopenjdk-derby-test:11-jdk-ubuntu-openj9-full' locally | ||
11:17:03 docker: Error response from daemon: pull access denied for adoptopenjdk-derby-test, repository does not exist or may require 'docker login'. |
Oops, something went wrong.