Withdrawn: 1707: Warning of "No .jcheck/conf found" printed when there is no such problem actually

Zhao Song zsong at openjdk.org
Mon Dec 5 21:42:59 UTC 2022


On Mon, 5 Dec 2022 19:56:46 GMT, Zhao Song <zsong at openjdk.org> wrote:

> In [SKARA-1393](https://bugs.openjdk.org/browse/SKARA-1393), I added some checks to ensure the target branch of a pr contains valid jcheck configuration. This change went live on November 28, however, some users found that the warning of "No .jcheck/conf found" printed after they integrated their pr. After more investigation, I am thinking it's maybe a orahub bug and filed an issue to orahub(https://jira-sd.mc1.oracleiaas.com/browse/ORAHUB-1638). Since when the issue happens, orahub will always return "Commit Not Found", so we could have a temporary workaround right now.
> 
> For Orahub REST API:
> If commit not found, it will return "404 Commit Not Found"
> 
> If file not found it will return "404 File Not Found"
> 
> For Github REST API:
> If commit not found, it will return "No commit found for the ref <refname>"
> 
> If file not found it will return "Not found"

This pull request has been closed without being integrated.

-------------

PR: https://git.openjdk.org/skara/pull/1434


More information about the skara-dev mailing list