Thanks for the instruction, I’ll take a look later.
Regards
Yunze Xu
> 2021年4月6日 上午1:38,Devin Bost 写道:
>
> Check out the instructions by Lari Hotari here about how to setup your
> personal Github CI:
> https://markmail.org/message/xapp7aguh44osqhm
>
> I've been working through similar issues a
Check out the instructions by Lari Hotari here about how to setup your
personal Github CI:
https://markmail.org/message/xapp7aguh44osqhm
I've been working through similar issues as I've been facing a
NullPointerException (in a PR of mine) that consistently occurs in Github
but never occurs locally
This flaky test have existed for a long time, even before I contributed my
first PR to Pulsar. I’ve been looking into the problem for several times but
all blocked for that I cannot reproduce it in my local environment.
From the code and logs, it looks like the cleanup phase encountered a
segme
Hello,
We have this BasicEndToEndTest.testLookupThrottling CPP test that is very flaky
We already created two issues about it
https://github.com/apache/pulsar/issues/6301
https://github.com/apache/pulsar/issues/6267
Is there any expert of the CPP client that can help in fixing this?
In my experie