Baptiste Girard-Carrabin
Baptiste Girard-Carrabin
Oh! My bad, I was not aware these blockquotes existed in Obsidian so I thought there were linked to the ` you can use to create inline code blocks ^^...
/assign @vladimirvivien
@pmalek indeed :thinking: So it's the client again. This stems from the fact that `Client()` function is not a proper `getter` function like the other Config accessors but a mix...
@phisco @pmalek I got rid of the caching by removing it altogether. Drawback being that the client will be recreated every time it is accessed with `config.Client()`. I tried to...
@harshanarayana this PR does indeed create some memory overhead. However, I did some profiling and observed the following: - it only impacts parallel tests since serial tests will only create...
/remove-lifecycle rotten
Hey @willthames, are you running some kind of monitoring/security software on your nodes by any chance. If yes, it might be something similar as https://github.com/containerd/containerd/issues/5538
> Makes sense, @Fricounet, but what about --fail-fast? Should we skip the remaining assessments independently of which one was called, Fail or FailNow when --fail-fast is set? I'd say so...
> I thought we fixed this a while ago! Let me take a look at this over the weekend again. Maybe I don't understand correctly but the issue you linked...
completed by #1746