Hacker News new | ask | show | jobs
Ask HN: How do you debug test failures in CI?
1 points by brosciencecode 1375 days ago
It seems like developers frequently run into situations where the only way to debug a test failure in Continuous Integration is by repeatedly pushing incremental changes until a smoking gun in the form of something like a log line is found.

How do people solve this? Should we accept it as the cost of doing business?