John Howard

Results 1682 comments of John Howard

Ill do this post 1.22 to avoid risk. I am pretty sure nothing using the cert auth so should be no risk/downtime, but good to be safe

I think this needs broader discussion on if the project will official support another platform, which has a testing, maintenance, etc cost.

This is because we use nip.io. Our tests should not depend on external networking

there is still some nip IO usage I think.. in test_custom_workload? but maybe

I recommend the `stress` tool (see https://github.com/istio/istio/wiki/Test-Flakes`. Then you can do something like ``` stress out/rust/debug/deps/ztunnel-6ec905bca6646dc6 inpod::statemanager::tests::idemepotency_add_workload_fails ``` (Don't do `stress cargo test` or it will recompile (not really, since...

I also made a small script, use like `rust-flaker direct test_on_demand_dns_request` ``` rust-flaker () { relpath () { python -c "import os.path; print(os.path.relpath('$1','${2:-$PWD}'))" } clr='\e[0m' blue='\e[0;34m' executables="$(cargo test --no-run --message-format...

With 1.22-beta1 this is basically expected to be fixed

Assumed fix; anyone seeing this in rc0+ let us know!

Actually this would mean that users on non-linux/amd64 can no longer build a proper release. For example, someone running on OSX now gets a osx build which is not what...

No, we have a shim for tonic because its missing 1.0 support. Blocked on https://github.com/hyperium/tonic/issues/1307