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

Update TAP information for jck tests #440

Closed
wants to merge 1 commit into from

Conversation

sophia-guo
Copy link
Contributor

@sophia-guo sophia-guo commented Apr 14, 2023

  • Update to add all test output information if diagnostic is 'all'
  • Filter unnecessary information and summarize failure tests in a similar way as openjdk tests

Close #439

Signed-off-by: Sophia Guo sophia.gwf@gmail.com

@sophia-guo sophia-guo self-assigned this Apr 14, 2023
@renfeiw
Copy link
Contributor

renfeiw commented Apr 14, 2023

run tkg-test

@github-actions
Copy link

@renfeiw TKG test build started, workflow Run ID: 4703823692

@github-actions
Copy link

@renfeiw Build(s) successful, workflow Run ID: 4703823692

@renfeiw
Copy link
Contributor

renfeiw commented Apr 18, 2023

run tkg-test

@github-actions
Copy link

@renfeiw TKG test build started, workflow Run ID: 4736333197

@github-actions
Copy link

@renfeiw Build(s) successful, workflow Run ID: 4736333197

if ($buildList =~ /openjdk/) {
if ($diagnostic eq 'all') {
$tapString .= $output;
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks it is missing one case: if diagnostic eq 'failure' and buildList is not openjdk or jck, we still need to append output to tapString.

$tapString .= $output;
}
}
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we need to update

elsif ($diagnostic eq 'failure') {

to

else {

And remove

if ($diagnostic eq 'all') {
		$tapString .= $output;
}

Because if $diagnostic eq 'all' and buildlist is openjdk or jck, output will be appended twice.

@karianna
Copy link
Contributor

@sophia-guo does this still need some rework or should we land it?

@llxia
Copy link
Contributor

llxia commented Jul 14, 2023

@sophia-guo is this PR ready or still need some rework?

@sophia-guo sophia-guo marked this pull request as draft September 5, 2023 13:47
Update to add all test output information if diagnostic is 'all'
Filter and summarize failure tests in a similar way to openjdk tests

Signed-off-by: Sophia Guo <sophia.gwf@gmail.com>
@sophia-guo
Copy link
Contributor Author

Close in favour of #504

@sophia-guo sophia-guo closed this Feb 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update jck tap file content to support enable jck_custom rerun link
4 participants