Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MBCS_Tests does not download its dependent libs #5569

Closed
llxia opened this issue Sep 8, 2024 · 3 comments
Closed

MBCS_Tests does not download its dependent libs #5569

llxia opened this issue Sep 8, 2024 · 3 comments

Comments

@llxia
Copy link
Contributor

llxia commented Sep 8, 2024

MBCS_Tests does not download its dependent libs. It means if the pre-staged libs do not exist, it will fail:

00:11:09.105      [javac] C:\Users\jenkins\workspace\Test_openjdk23_j9_special.functional_x86-64_windows\aqa-tests\functional\MBCS_Tests\datetime\src\FormatterTest_zh_tw.java:127: error: cannot find symbol
00:11:09.105      [javac]     @Test
00:11:09.105      [javac]      ^
00:11:09.105      [javac]   symbol:   class Test
00:11:09.105      [javac]   location: class FormatterTest_zh_tw
00:11:10.605      [javac] Note: Some input files use or override a deprecated API.
00:11:10.605      [javac] Note: Recompile with -Xlint:deprecation for details.
00:11:10.605      [javac] 100 errors
00:11:10.605      [javac] only showing the first 100 errors, of 854 total; use -Xmaxerrs if you would like to see more
00:11:10.605  
00:11:10.605  BUILD FAILED
00:11:10.605  C:\Users\jenkins\workspace\Test_openjdk23_j9_special.functional_x86-64_windows\aqa-tests\TKG\scripts\build_test.xml:95: The following error occurred while executing this line:
00:11:10.605  C:\Users\jenkins\workspace\Test_openjdk23_j9_special.functional_x86-64_windows\aqa-tests\functional\MBCS_Tests\datetime\build.xml:66: The following error occurred while executing this line:
00:11:10.606  C:\Users\jenkins\workspace\Test_openjdk23_j9_special.functional_x86-64_windows\aqa-tests\functional\MBCS_Tests\datetime\build.xml:43: Compile failed; see the compiler error output for details.
00:11:10.606  
00:11:10.606  Total time: 1 minute 29 seconds

link

@smlambert
Copy link
Contributor

Related #5161
Dependencies (libs and data) should be moved out and handled in same way as other dependencies.

@llxia
Copy link
Contributor Author

llxia commented Sep 9, 2024

annaibm added a commit to annaibm/aqa-tests that referenced this issue Sep 24, 2024
- Added junit, testng, jcommander libs to download for MBCS_Tests when prestage libs do not exist.

related: adoptium#5569

Signed-off-by: Anna Babu Palathingal <anna.bp@ibm.com>
annaibm added a commit to annaibm/aqa-tests that referenced this issue Sep 24, 2024
- Added junit, testng, jcommander libs to download for MBCS_Tests when prestage libs do not exist.

related: adoptium#5569

Signed-off-by: Anna Babu Palathingal <anna.bp@ibm.com>
annaibm added a commit to annaibm/aqa-tests that referenced this issue Sep 24, 2024
- Added junit, testng, jcommander libs to download for MBCS_Tests when prestage libs do not exist.

related: adoptium#5569

Signed-off-by: Anna Babu Palathingal <anna.bp@ibm.com>
annaibm added a commit to annaibm/aqa-tests that referenced this issue Sep 24, 2024
- Added junit, testng, jcommander libs to download for MBCS_Tests when prestage libs do not exist.

related: adoptium#5569

Signed-off-by: Anna Babu Palathingal <anna.bp@ibm.com>
annaibm added a commit to annaibm/aqa-tests that referenced this issue Sep 24, 2024
- Added junit, testng, jcommander libs to download for MBCS_Tests when prestage libs do not exist.

related: adoptium#5569

Signed-off-by: Anna Babu Palathingal <anna.bp@ibm.com>
llxia pushed a commit that referenced this issue Sep 24, 2024
- Added junit, testng, jcommander libs to download for MBCS_Tests when prestage libs do not exist.

related: #5569

Signed-off-by: Anna Babu Palathingal <anna.bp@ibm.com>
annaibm added a commit to annaibm/aqa-tests that referenced this issue Sep 25, 2024
- Added junit, testng, jcommander libs to download for MBCS_Tests when prestage libs do not exist.

related: adoptium#5569

Signed-off-by: Anna Babu Palathingal <anna.bp@ibm.com>
llxia pushed a commit that referenced this issue Sep 25, 2024
- Added junit, testng, jcommander libs to download for MBCS_Tests when prestage libs do not exist.

related: #5569

Signed-off-by: Anna Babu Palathingal <anna.bp@ibm.com>
@llxia
Copy link
Contributor Author

llxia commented Sep 26, 2024

Change is delivered.

@llxia llxia closed this as completed Sep 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

No branches or pull requests

2 participants