Re: Questions about the CI process and proposal

2020-03-07 Thread Vladimir Sitnikov
Andy>1). The test cases may succeed locally but Andy> may be failed Andy> in CI for some reasons Peter> This is not a problem I would disagree. A patch might easily make the database incompatible with clients like JDBC. Do current PostgreSQL tests catch that? I don't think so. However, that can

Re: Questions about the CI process and proposal

2020-03-06 Thread Peter Eisentraut
On 2020-03-07 04:53, Andy Fan wrote:   Based on the facts that  1).  The test cases may succeed locally but may be failed in CI for some reasons.  2).  The newer version of the patch need to be submitted with new a email reply.  3). Reviewer &  committer bandwidth is precious.  so it would be

Questions about the CI process and proposal

2020-03-06 Thread Andy Fan
Hi: I'm a brand new postgresql contributor(may be not yet since my first patch[1] is still in review stage). and have 2 questions about the CI process and to see if the questions really exist or if I can help. Based on the facts that 1). The test cases may succeed locally but may be failed