2019-08-29 03:16:20 UTC - Ali Ahmed: @Matteo Merli @Sijie Guo @Ivan Kelly the ```testTopicInternalStats``` is the last test that I am not able to stabilize it’s pass rate on my local is around 40 % ---- 2019-08-29 03:18:58 UTC - Ali Ahmed: with separating of assert statements only this condition fails frequently ```(cursor.totalNonContiguousDeletedMessagesRange > 0)``` ---- 2019-08-29 03:19:11 UTC - Ali Ahmed: likely some kind internal code issue ---- 2019-08-29 03:19:19 UTC - Ali Ahmed: all other assertion pass all the time ---- 2019-08-29 03:23:43 UTC - Sijie Guo: @Ali Ahmed thanks ---- 2019-08-29 03:24:04 UTC - Sijie Guo: actually we just discovered a major problem of using github actions ---- 2019-08-29 03:25:02 UTC - Sijie Guo: the github actions can only run on pull requests if the target user has enabled github actions ---- 2019-08-29 03:25:13 UTC - Sijie Guo: I see you push branches directly to apache ---- 2019-08-29 03:25:39 UTC - Sijie Guo: this approach is unacceptable since not everyone can push directly to apache repo ---- 2019-08-29 03:25:53 UTC - Sijie Guo: also we try to avoid push branches directly to apache repo ---- 2019-08-29 03:26:31 UTC - Sijie Guo: with that being said, I don’t think we should move to github actions until github actions is generally available for every github user ---- 2019-08-29 03:27:00 UTC - Ali Ahmed: ok ----