|
|
|
|
|
by londons_explore
358 days ago
|
|
The full test suite is probably tens of thousands of tests. But AI will do a pretty decent job of telling you which tests are most likely to fail on a given PR. Just run those ones, then commit. Cuts your test time from hours down to seconds. Then run the full test suite only periodically and automatically bisect to find out the cause of any regressions. Dramatically cuts the compute costs of tests too, which in big codebase can easily become whole-engineers worth of costs. |
|