-
-
Notifications
You must be signed in to change notification settings - Fork 83
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
Show info if the test build is canceled due to timeout #569
Comments
Hi, I would like to work on this |
Sorry, this should be in test-tools repo. I will move the issue. |
@Mercon55 Thanks for your interest. However, there are still some details that need to be discussed about this issue. It is not ready to be worked on. |
Oh great. Thank you for the info. I’ll look forward to the new issues. I
could try my hands with the available ones definitely. Do have a nice
night.
…On Fri, 15 Oct 2021 at 00:37, Lan Xia ***@***.***> wrote:
@Mercon55 <https://github.com/Mercon55> Thanks for your interest.
However, there are still some details that need to be discussed about this
issue. It is not ready to be worked on.
I will create a couple of good first issues next week, please feel free to
pick them up.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#569 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/APDOGAW4AGEEUFYLALRHIJ3UG5STLANCNFSM5GAHKTGA>
.
|
Related: adoptium/aqa-test-tools#569 Signed-off-by: lanxia <lan_xia@ca.ibm.com>
On second thought, we should not manipulate the build result in TRSS. Jenkins builds should report the correct results. |
Okay then, can I work on it then using Jenkins build? |
Thank you. We already have a PR for it. |
Okay then, I’ll check another open issue. Thank you.
…On Wed, 20 Oct 2021 at 15:40, Lan Xia ***@***.***> wrote:
Thank you. We already have a PR for it.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#569 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/APDOGAR5SUXTHHLPFHMLTU3UH3IHDANCNFSM5GAHKTGA>
.
|
Thank you so much. Just checked it. Looks challenging but I like that and
I’d love to work on it.
…On Wed, 20 Oct 2021 at 15:56, Lan Xia ***@***.***> wrote:
I just created #572
<#572> . @Mercon55
<https://github.com/Mercon55> you can give it a try if you are interested.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#569 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/APDOGAVYL5MULN7J2XUXE5DUH3KCRANCNFSM5GAHKTGA>
.
|
Related: adoptium/aqa-test-tools#569 Signed-off-by: lanxia <lan_xia@ca.ibm.com>
Related: adoptium/aqa-test-tools#569 Signed-off-by: lanxia <lan_xia@ca.ibm.com>
Related: adoptium/aqa-test-tools#569 Signed-off-by: lanxia <lan_xia@ca.ibm.com>
Related: adoptium/aqa-test-tools#569 Signed-off-by: lanxia <lan_xia@ca.ibm.com>
The problem should be resolved via adoptium/aqa-tests#3035. Close issue. |
In Jenkins, a test build result can be FAILURE (not ABORT) if it is canceled due to timeout.
When this happens, TRSS won't be able to get the test summary because the test build is incomplete. Currently, in Grid view, TRSS shows the following:
In the tooltip, we should show the info for the build that is canceled due to timeout.
The text was updated successfully, but these errors were encountered: