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
-
And then you notice the test failed on something that someone else changed something you pulled in through git pull --all, you do a clean build and then that test that always fails works again.
-
You merge develop into your branch, everything works
Pull request from someone else gets merged into develop, then a second later your PR gets merged into develop
Develop breaks because PR 1 was not compatible with your PR, everyone's now blaming you
That. One. Fucking. Test. -
Gxost3105yI faced randomly failing tests. So my next task was to figure out what's wrong with the test and how to fix it
-
Pyjong10935yYep happens at our company all the time. Annoying af, but everyone goes there is no problem with that, just rerun. Only 16 hours right.
Related Rants
-
cdrice105"You gave us bad code! We ran it and now production is DOWN! Join this bridgeline now and help us fix this!" ...
-
johnny251when your code is a mess but everything work out in the end
-
MoboTheHobo35My Friend: Dude our Linux Server is not working anymore! Me: What? What did you do? My friend: Nothing I swe...
How many people have faced this?
When the test suite completes 99% and fails on one stupid test thats not even part of what you updated.
rant
test
fml
close
rspec