Paul Schweigert
Paul Schweigert
/lifecycle frozen
/remove-lifecycle stale
weird, it passes locally... ```console $ go test -tags=e2e ./test/e2e -run ActivationScale -count 1 -race ok knative.dev/serving/test/e2e 41.077s ```
there's a lot of queuing on the CI runs (that doesn't happen locally), but not sure if that's related to the failures...
Ok, think I've narrowed down what's happening here... In the test, I'm doing a simple `http.Get("http://" + resources.Route.Status.URL.URL().Hostname())` to ping the service, and the hostname is equal to `activation-scale-iubdztsd.serving-tests.example.com`. However,...
Tests are passing now :partying_face: @dprotaso this one's ready for another look
/remove-lifecycle stale