canmove, Confirmed users
2,041
edits
| Line 58: | Line 58: | ||
* CI tests can never fail unless there's a defective code change. They must be unambiguous. | * CI tests can never fail unless there's a defective code change. They must be unambiguous. | ||
* UATs can still fail non-deterministically if | * UATs can still fail non-deterministically if they are reliable enough to be a net gain. | ||
* CI tests are maintained by development to give themselves confidence in code changes | * CI tests are maintained by development to give themselves confidence in code changes | ||