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

No AQACert.log and SHA.txt content on windows #363

Open
llxia opened this issue Oct 25, 2022 · 2 comments
Open

No AQACert.log and SHA.txt content on windows #363

llxia opened this issue Oct 25, 2022 · 2 comments
Labels
bug Something isn't working

Comments

@llxia
Copy link
Contributor

llxia commented Oct 25, 2022

There is no AQACert.log and SHA.txt content in TAP file on windows:
https://ci.adoptopenjdk.net/job/Test_openjdk11_j9_sanity.functional_x86-64_windows/
https://ci.adoptopenjdk.net/job/Test_openjdk11_j9_sanity.functional_x86-64_windows/lastSuccessfulBuild/artifact/aqa-tests/TKG/output_16658700363494/Test_openjdk11_j9_sanity.functional_x86-64_windows.tap/*view*/

# AQACert.log content: 
# 
#SHA.txt content: 
# 
# Timestamp: Sun Oct 16 00:32:19 2022 UTC 
1..358
ok 1 - cmdLineTester_bootstrapMethodArgumentTest_0 
  ---
    duration_ms: 4553
  ...
ok 2 - cmdLineTester_callsitedbgddrext_openj9_0 
  ---
    duration_ms: 87664
@chandrashritii
Copy link
Contributor

Hey @smlambert @llxia I'd like to take this up. Can you please assign this issue to me?

@smlambert
Copy link
Contributor

Adding note from Slack conversation with Toshitaka Ogata:

This information is obtained via cat command in resultsSum.pl. (

my $AQACertContent = `cat $AQACert`;
)
On Windows, the operand of the cat command contains unescaped backslashes, such as /path_to_aqatests/TKG\output../AQACert.log, which seems to cause this problem. I think, escaping backslashes or replacing them with slashes would solve this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Todo
Development

No branches or pull requests

3 participants