make deploy-kindTo run all unit tests:
make test-unitTo run all e2e tests:
make test-e2eTo run only e2e benchmarks:
make test-e2e-benchmarksGo unit tests run with Go’s race detector (-race) enabled.
E2e tests do not run with -race by default, since the race detector significantly increases memory usage (5-10×) and execution time (2-20×), which would slow down PR presubmits.
To run e2e tests with race detection:
make test-e2e-racemake delete-kind