Sitting here frustrated that a team member broke the build and then goes on a long-weekend vacation, I wonder what other teams do when someone breaks the build? What would you consider a fair punishment?
|
19
|
|
|
|
|
|
spank them with a mechanical corset |
|||
|
|
|
|
A small, stuffed Cthulhu in a coffee cup that sits on the culprit's desk, hight "Works". The developers always say "Works on my machine", so we made it so! |
|||
|
|
|
|
Revert the offending commit. Having to merge changes when they return is usually punishment enough. |
|||
|
|
|
|
We have a big red color foam hand pointing index finger. Whoever breaks a build or does something nasty that hand is kept at his/her desk with finger pointing towards them. |
|||
|
|
|
|
I did hear of one place that had a big green lava lamp, and a big red lava lamp. When the build was okay, the green one was lit. When the build broke, the red one would light up. Not really a punishment, but a pretty cool I thought. |
|||
|
|
|
|
Have the build server automatically start playing country western music over a loud speaker which cannot be shut off until the build is fixed... |
|||
|
|
|
|
We have just started throwing shoes at the offender. |
|||
|
|
We have a CI system that will send an email and let people know that the build has broken (tests are failing or whatever). It saves us a lot of time. But seriously... It's just not a big deal. Why? We use git, so one of two things happens:
The biggest problem I've run into is having people who don't check in changes. I'd rather have pushed changes and build an after-the-fact branch to stash stuff away while it gets fixed than to have people who sit on changes for months to hide stuff. |
|||
|
|
|
|
It's my understanding that even "fun" broke-the-build markers are considered to be less than optimal because they discourage frequent check-ins, which prevents problems from being caught earlier while they're smaller, not to mention increasing the difficulties of merging. On the other hand, I did like the dollar into the beer fund suggestion. |
|||
|
|
|
|
A guy I worked with, in a past job, worked in a place where if you broke the build, you got to have, all to yourself, in your very own cubicle: A giant cardboard cutout of Jar-Jar Binks. |
|||
|
|
None. Encourage programmers not to be scared. It is when they break but not fix the build, then may {insert choice higher being} have mercy on their soul. |
||||||||
|
|
|
Yes, breaking the build and going on vacation (or even home for the night) is bad. I'm talking about the occasional break that gets fixed right away, which is what most of the replies in this thread seem to be referring to. On our team we have no such "punishment policy" no matter how unwritten or informal. I see no need, because we all know that breaking the build keeps the others on the team from updating or checking in (and that's all it does). That's plenty of motivation for us to be careful. So where is the need for punishment? To me it smells of 8 year-olds on a playground pointing at each other singing: "nyaa, nyaa, nyaa-nyaa, nyaa... you broke the bui--ild." |
||||||||
|
|
|
We have a whiteboard on the wall in the hallway. For any break that should have reasonably been detected, if your breakage makes it past the 5-10 min build and on to the 2 hour build, your name gets added to the board. We also use the continuous integration game with Hudson, so people want to be the one with the highest score. |
|||
|
|
|
|
$1 in a bucket that is saved for release celebration, beers, etc... |
|||
|
|
The best way how to deal with this is to create automated checkin policy, which prevents committing (Checkin in) broken builds, or at least reports the broken build very soon after checked in. One possible implementation for this can be:
|
|||
|
|
|
|
My experience with build breaks has been that the guys checking in the most breaks are often the ones doing the most work. Yes, there are sloppy developers checking in crap. There are also some geniuses that break on one platform or another. When the average developer breaks the build in 1% of their check-ins, and the geniuses break the build in 0.1% of their checkins, the geniuses still break the build more. Sometimes, you need to know why. Is there a cultural or process reason? I know that in our case, those "sweeping changes" alluded to above were part of the problem. If you need to touch 120 files once in a while (yes, I've had a delivery in clearcase within the last year with ~120 elements in it, and, yes, it almost broke the build, but I managed to catch the files I missed before the next build - this time), you need to either expect build breaks or find a procedural improvement that can catch them faster/easier (continuous integration, for example, probably would have been sufficient). Ostracising your star developers who are the only ones gutsy enough to make sweeping changes probably isn't the right answer. |
||||
|
|
|
I guess someone could have to write "I will not break the build" 1000 times, but then again, programmers would just do: for (int i=0; i<1000; i++) System.Console.WriteLine("I will not break the build"); but in the projects I've use continuous integration on, we used CCTray, and it popped up with a message to all developers on the project within a minute of checking in broken code. All the programmers would just convene at the desk of the culprit shaking their fists and suggesting that it be rolled back or fixed code be submitted. It usually wasn't an issue. |
|||
|
|
|
|
we use a Mr. Potato Head. When the build is broken then the Potato Head gets set on the edge of the breaker's cube for all to see. |
|||
|
|
|
|
Is death a bit harsh? :) |
||||
|
|
|
from YBTB |
|||
|
|
|
|||
|
|
|
|||
|
|
|
|
About five years ago things got so bad that I got very "librarian" about it, and started a spreadsheet with WALL OF SHAME in large letters at the top and entered every breakage into it. Each row had the name of the person responsible, the reason why it occurred, and an explanation of the steps taken to ensure it didn't happen again. It was surprisingly effective, but excruciating to have to administer. And people complained about it. So I told them "This is an optional scheme - if you don't want to take part, just never break the build." Now we have continuous integration, the full nightly build only breaks extremely rarely - if there's a powercut or a disk goes pop. Though the old timers still speak in hushed tones of the dark days when we had THE WALL. |
|||
|
|
|
|
"He whose release doth cause offence shall bake a cake in recompense" Serves us very well, and we get some great cakes out of it! Helps people take responsibility but without feeling beat up about it. |
||||
|
|
|
I know one team that made the developer who broke the build wear a dress for a day. |
|||
|
|
|
|
this is more a training issue, punish the team lead I say |
|||
|
|
Take No Prisoners I maintain a nerf arsenal. Revert the check-in and aim for the face.
|
||||
|
|
|
|
||||||||
|
|
|
The person who broke the build is now responsible for testing the build. (with the benefit that that programmer will be incentivized to catch the next offender) |
|||
|
|
|
|
I "suggest" donations to charity organisations. Works great for people coming late for meetings, too. |
|||





