Martin Gencur

Results 29 comments of Martin Gencur

The failures in "Downstream / Unit Test (eventing-autoscaler-keda, knative-sandbox)" is not related to this PR, I believe.

This logging of events at the end of the test is annoying and I agree that dumping them in a file would make the logs more concise and readable. It...

@shashwathi tried HEAD of master branch a few day ago (HEAD=https://github.com/knative/build/commit/3e2db7cb5baf60f70731901258c075e927b89efe)

/hold It works only for short strings, if the name is too long the names are truncated and Pod name doesn't include the name of the Service (ObjectNameForTest). Need to...

When the name of the service is too long the names are as follows: ``` ksvc serving-upgrades-continual-tests-setup-au-hwqgcxvu serving-upgrades-continual-tests-setup-au-vycgximb serverless-service: serverlessservice/serving-upgrades-continual-tests-setup-au-hwqgcxvu-00001 deployments: serving-upgrades-con8f7e50d9277d222233ee19efcde85c06-deployment (remove the -deployment suffix) pods: pod/serving-upgrades-con8f7e50d9277d222233ee19efcde85c06-deplo4fss6 ``` We...

Trying the shorter names with the latest commit. I think using shorter names is desirable because when the name is based on the whole test name (e.g. TestServingUpgrades/ContinualTests/SetupAutoscaleSustainingTest) all pods...