RFR: 2254: TestInfoBotWorkItem should handle Runtime Exception
Zhao Song
zsong at openjdk.org
Tue May 7 21:20:17 UTC 2024
I created a PR in SKARA(https://github.com/openjdk/skara/pull/1647) and I found the GitHub actions are in the running state for more than about 2 hours. But actually, the GitHub actions are finished(https://github.com/zhaosongzs/skara/actions/runs/8990857032/job/24697152747). From the log, I could see TestInfoBotWorkItem got 500 error when querying the checks for this pr. However, TestInfoBotWorkItem wasn't retried. After investigation, I found TestInfoBotWorkItem doesn't handleRuntimeException.
-------------
Commit messages:
- SKARA-2254
Changes: https://git.openjdk.org/skara/pull/1648/files
Webrev: https://webrevs.openjdk.org/?repo=skara&pr=1648&range=00
Issue: https://bugs.openjdk.org/browse/SKARA-2254
Stats: 6 lines in 1 file changed: 5 ins; 0 del; 1 mod
Patch: https://git.openjdk.org/skara/pull/1648.diff
Fetch: git fetch https://git.openjdk.org/skara.git pull/1648/head:pull/1648
PR: https://git.openjdk.org/skara/pull/1648
More information about the skara-dev
mailing list