Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Or don't resolve bug in JIRA until the build is done. How are they supposed to know when you mark it ready for testing and it's not really ready for testing?
-
dev ops 101
after build process is completed, issue should AUTOMATICALLY go to next state (test)! -
Okaaaay, I think I need to precise my point here.
I know that an issue is not ready for testing until the build is completed. In fact, 99% of the time, I DO wait until the build is completed to mark an issue as resolved. But sometimes, often during a bug fixing rush, I resolve an issue and tell myself "By the time they reach this issue, the build will be completed." The this ng is, one of my coworkers, who does QA, has a unique talent to go pick THAT issue first. That's what my rant was about. -
@ModernAngel if deadlines justify bad commit practices, that becomes a slippery slope for a lot of bad things later.
You should consider @datawraith 's reasoning -
Fradow9166yWait you mean you have people with so little things to do they can take a ticket minutes after it's assigned to them?
Wow. Where I work it will only be looked at the same day if someone specifically asks (and then we coordinate to wait for the build). And we talk about those things during standups, at which point we can tell them the few times the build is broken. -
@Fradow When I was QA, that was me. I could be working on one thing, and then get the email notification from JIRA that a bug was fixed, so I deployed the code and tested right then. Need to get that release out, ya know? I hate having open issues in JIRA.
Related Rants
Me done fixing a bug.
Me commit the fix.
Me resolve issue in JIRA.
Few minutes later, Me receive a notification. QA reopened issue: "Bug is still there".
Me go have look to Jenkins.
Pissed off, Me respond to QA: "Can you just wait for Maven to finish building the goddamn thing before testing it please?"
Every. Fucking. Time
rant
jira
story
jenkins
maven