coreos-assembler icon indicating copy to clipboard operation
coreos-assembler copied to clipboard

test coverage for initial build, no change build, changed build

Open miabbott opened this issue 5 years ago • 0 comments

As part of our CI, it would be useful to have a set of compose tests that exercises the different build "state" that one could find themselves in:

  • initial build (nothing previous)
  • no changes build (previous build, but nothing changed)
  • changed build (previous build, changes detected)

This would help us catch corner cases that may crop up, like we saw in https://github.com/coreos/coreos-assembler/pull/1688

Might be a costly set of tests in terms of the amount of time required, so perhaps there is smaller set of unit tests that could cover these scenarios.

miabbott avatar Aug 31 '20 19:08 miabbott