Daniel Nephin

Results 443 comments of Daniel Nephin

I don't think a cronjob should imply an external service. In my mind it's exactly the same as a sidecar, but with a different deployment type. A long running deployment...

That improvement is tracked in #2089. I agree we should look at improving the terminology here, and it's good to call out that these two issues could impact each other.

What additional things should the default role be able to view?

We have a similar problem with access keys. We don't currently prune them after they expire, even though they will never be useful again. A destination still has some value...

I really like the approach in #3294 When combined with `go version -m ./infra` (which gives us the git commit that was used to compile the binary) that seems like...

Wouldn't tcpdump, wireshark, etc be a lot more reliable and the standard way of identifying these requests?

Thanks for raising this issue! Indeed both the summary printed by `gotestsum` and the junit.xml report will include the failed tests that were re-run. They are included because they indicate...

Thanks for opening this issue! > I'd like to see a command line option such as `--rerun-all-subtests` which re-runs not only one specific failed sub-test, but essentially all tests of...

I opened #275 which should address the first request. I renamed the flag to `--rerun-fails-run-root-test`. Could you try it out to see if it works the way you expect?