You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cloudstack.apache.org by li jerry <di...@hotmail.com> on 2020/06/22 09:53:31 UTC

How to analyze the cause of github code checks failed

Hello All
   I am a newbie in JAVA and am trying to contribute our own PR to the community. After pushing the code, I can't pass the github checks. But the code is built and run locally in my place and everything works fine.

I don't know how to start the inspection. Is there any documentation in the community?

For example, the following PR:
https://github.com/apache/cloudstack/pull/4144

My local build and test can work very well. But Push failed to check after reaching Master.



-Jerry


Re: How to analyze the cause of github code checks failed

Posted by Daan Hoogland <da...@gmail.com>.
I had a look at the travis output, there was a log too long, which could
mean there is a problem but often is a false positive. We used to be able
to restart individual testsuites, but these are disabled by travis. I am
starting integration tests.

On Mon, Jun 22, 2020 at 9:53 AM li jerry <di...@hotmail.com> wrote:

> Hello All
>    I am a newbie in JAVA and am trying to contribute our own PR to the
> community. After pushing the code, I can't pass the github checks. But the
> code is built and run locally in my place and everything works fine.
>
> I don't know how to start the inspection. Is there any documentation in
> the community?
>
> For example, the following PR:
> https://github.com/apache/cloudstack/pull/4144
>
> My local build and test can work very well. But Push failed to check after
> reaching Master.
>
>
>
> -Jerry
>
>

-- 
Daan