Marcin Owsiany
Marcin Owsiany
FTR, I encountered a failure recently with verbose logging turned on. AFAICT the interesting part (i.e. what it is that's actually timing out) is not getting logged, but posting here...
/remove-lifecycle stale On Tue, 4 Oct 2022 at 03:01, OpenShift Bot ***@***.***> wrote: > Issues go stale after 90d of inactivity. > > Mark the issue as fresh by commenting...
A command can fail in many ways - with certain error codes or terminated by a number of signals. Perhaps we should think of an interface that supports this, like...
A related issue is that a hardcoded static `kubeconfig` filename apparently causes concurrent `kuttl` runs in the same directory to step on each other's toes.
Please note that the workaround mentioned in https://github.com/kudobuilder/kuttl/issues/76#issuecomment-632112138 is fragile: we've seen cases where the elements appear in a different order, and this causes the test to fail anyway: ```diff...
The `Cleanup` functionality of `testing` package since go 1.14 might be useful here: https://golang.org/pkg/testing/#T.Cleanup
This is somewhat related to #76 in the sense that both probably need some kind of a language to express the condition. It would be good to think about both...
@erikgb thanks for your thoughts, but I beg to disagree :-) > non-existing and unknown type are two different things This is true. > that should not be mixed But...
/remove-lifecycle stale I'm still waiting for a review 😢
/reopen /remove-lifecycle rotten