Re: [DISCUSS] etiquette around breaking the pipeline

2020-05-06 Thread Ernest Burghardt
+1 to quick reverts. echoing @Donal its best if the committer of the offending commit does the revert On Thu, Apr 30, 2020 at 1:28 AM Ju@N wrote: > I'm in favour of quick reverts as well. > Even though a failure might seem easy to fix at a first glance, experience > has proven otherwise in many

Re: [DISCUSS] etiquette around breaking the pipeline

2020-04-30 Thread Ju@N
I'm in favour of quick reverts as well. Even though a failure might seem easy to fix at a first glance, experience has proven otherwise in many cases, so quickly reverting the offending commit seems the right thing to do. Whom should revert the offending commit?, I'd say the first person that detec

Re: [DISCUSS] etiquette around breaking the pipeline

2020-04-29 Thread Owen Nichols
Hi Mark, I’ve noticed some voluntarily quick reverts, which is awesome, but other times CI has stayed broken for days, so it doesn’t feel like we’re all on the same page. I cannot find anything in the wiki or dev list archives to suggest this was “settled” previously, but please share a link if

Re: [DISCUSS] etiquette around breaking the pipeline

2020-04-29 Thread Jinmei Liao
1. create the revert PR ASAP 2. work on the fix properly and create the fix PR 3. wait and merge whichever goes green and approved first. On Wed, Apr 29, 2020 at 7:13 PM Joris Melchior wrote: > Recent experience makes me lean towards quick revert as well. Takes the > pressure off when trying to

Re: [DISCUSS] etiquette around breaking the pipeline

2020-04-29 Thread Mark Hanson
As far as I am aware, I think this is already a settled decision. The decision was quick revert. In almost every case the build is more important than the change. Thanks, Mark > On Apr 29, 2020, at 4:14 PM, Robert Houghton wrote: > > I am very pro-revert for breaking changes. The Benchmark or

Re: [DISCUSS] etiquette around breaking the pipeline

2020-04-29 Thread Joris Melchior
Recent experience makes me lean towards quick revert as well. Takes the pressure off when trying to produce a fix and if done soon enough it is usually quite straightforward. From: Owen Nichols Sent: April 29, 2020 7:06 PM To: dev@geode.apache.org Subject: [DISC

Re: [DISCUSS] etiquette around breaking the pipeline

2020-04-29 Thread Donal Evans
+1 for a quick revert from me. Preferably by the person whose commit is causing the issue, since I think it's healthy to encourage a stigma-free revert process and a sense of individual responsibility for the health of the pipeline, but theoretically by anyone, as long there's a concrete idea of wh

Re: [DISCUSS] etiquette around breaking the pipeline

2020-04-29 Thread Robert Houghton
I am very pro-revert for breaking changes. The Benchmark or Windows tests being a culprit is unfortunate, since the PR pipeline cannot tell us about those, but thats the cost of our excellence :) On Wed, Apr 29, 2020 at 4:06 PM Owen Nichols wrote: > There are many ways a commit can break the Geo