RFR: 1659: Fix polling and retries in testinfo bot [v2]
Erik Joelsson
erikj at openjdk.org
Tue Nov 15 22:14:38 UTC 2022
On Fri, 4 Nov 2022 22:24:27 GMT, Zhao Song <zsong at openjdk.org> wrote:
> I just made more tests and found the checks will always be updated and I thought it's strange.
>
> After that , I found a typo at line149 in `TestInfoBotWorkItem#run`
>
> ```
> if ((current.status() != check.status()) ||
> (!current.summary().equals(check.summary())) ||
> (!current.title().equals(check.summary()))) {
> ```
>
> It should not be `!current.title().equals(check.summary()`
Good catch, fixing that.
-------------
PR: https://git.openjdk.org/skara/pull/1411
More information about the skara-dev
mailing list