Vladislav Sukhin
Vladislav Sukhin
thank you @michal-jagiello-tmpl we will check it out
thank you @ornell looks like a good idea. @ypoplavs please take care about it
thank you @Cliftonz sounds like a nice feature. for @TheBrunoLopes to proritise
@Cliftonz we will add it to our new workflow feature, but not sure, if it's planned to be available in OSS or Pro only @jmorante-ks @TheBrunoLopes
@TheBrunoLopes all 4 events were added and sent to segment.io. We need to create related reports there. I don't have access to segment.io myself
this is tricky. not clear when it's stored beisdes kubernetes log. most likely in syslog, because OS scheduler is killing the process
Sounds like the final pods status overrides the above error messages
Tried to combine all errors
sounds like, race conditions ``` {"level":"info","ts":1697038921.9717686,"caller":"triggers/watcher.go:298","msg":"execution pod failed with error message","executionId":"6526c1e14ee2d55cd0eec6c3","message":""} {"level":"error","ts":1697038924.0467217,"caller":"client/job.go:323","msg":"waiting for pod complete error","executionID":"6526c1e14ee2d55cd0eec6c3","type":"async","error":"","errorVerbose":"\ngithub.com/kubeshop/testkube/pkg/executor.IsPodFailed\n\t/home/runner/work/testkube/testkube/pkg/executor/common.go:225\ngithub.com/kubeshop/testkube/pkg/executor/client.(*JobExecutor).updateResultsFromPod.IsPodReady.func3\n\t/home/runner/work/testkube/testkube/pkg/executor/common.go:172\nk8s.io/apimachinery/pkg/util/wait.loopConditionUntilContext.func2\n\t/home/runner/go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/loop.go:73\nk8s.io/apimachinery/pkg/util/wait.loopConditionUntilContext\n\t/home/runner/go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/loop.go:74\nk8s.io/apimachinery/pkg/util/wait.PollUntilContextTimeout\n\t/home/runner/go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/poll.go:48\ngithub.com/kubeshop/testkube/pkg/executor/client.(*JobExecutor).updateResultsFromPod\n\t/home/runner/work/testkube/testkube/pkg/executor/client/job.go:321\ngithub.com/kubeshop/testkube/pkg/executor/client.(*JobExecutor).Execute.func1\n\t/home/runner/work/testkube/testkube/pkg/executor/client/job.go:224\nruntime.goexit\n\t/opt/hostedtoolcache/go/1.21.1/x64/src/runtime/asm_amd64.s:1650","stacktrace":"github.com/kubeshop/testkube/pkg/executor/client.(*JobExecutor).updateResultsFromPod\n\t/home/runner/work/testkube/testkube/pkg/executor/client/job.go:323\ngithub.com/kubeshop/testkube/pkg/executor/client.(*JobExecutor).Execute.func1\n\t/home/runner/work/testkube/testkube/pkg/executor/client/job.go:224"} {"level":"info","ts":1697038924.1802647,"caller":"client/job.go:402","msg":"execution ended, saving result","executionID":"6526c1e14ee2d55cd0eec6c3","type":"async","executionId":"6526c1e14ee2d55cd0eec6c3","status":"failed"} ```