Y
Hacker News
new
|
ask
|
show
|
jobs
by
Gigachad
559 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.
1 comments
jack_riminton
558 days ago
Do you not have tests for your Jobs?
link
Gigachad
558 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