scylla-operator icon indicating copy to clipboard operation
scylla-operator copied to clipboard

Make sure containers don't exit with non zero status during e2e runs

Open tnozicka opened this issue 2 years ago • 2 comments

We should wire an invariant checker that verifies that no container exits with non zero status during an e2e run. There likely needs to be an annotation to except from this in cases where we do it on purpose in the e2e test.

This would have caught some of the bugs and flakes (like https://github.com/scylladb/scylla-operator/issues/1231#issuecomment-1706446599) we had and save debugging time.

tnozicka avatar Sep 06 '23 14:09 tnozicka