Y
Hacker News
new
|
ask
|
show
|
jobs
by
jack_riminton
563 days ago
30,000+ tests and it can't detect breaking changes?
1 comments
Gigachad
562 days ago
In this case no because the broken code was in another gem (sidekiq) using the redis gem. Our CI does not run the unit tests for every library we import. Only our own.
link
jack_riminton
561 days ago
Do you not have tests for your Jobs?
link
Gigachad
561 days ago
Yes, we do. In this case the issue was very much inside some internal logic of sidekiq around managing the jobs, not any of our own code.
link