Commit Graph

7 Commits

Author SHA1 Message Date
dushyanthsc ec1c8ea324 Metrics logging fix in pkg/test: Issue-3150 (#279)
* Metrics logging fix in pkg/test: Issue-3150

https://github.com/knative/serving/issues/3150 describes the issue
that currently exists in our test logging framework. This change
fixes the problem by prefixing metrics that needs to be emited by
a constant which the logging.ExpoxtSpan method then uses to identify
the spans that needs to be emitted as logs

Note this only fixes part of the issue:
https://github.com/knative/serving/issues/3150
this change needs to be ported to knative serving before the issue
can be closed.

* Update test/logging/logging.go

Adding required lines.

Co-Authored-By: dushyanthsc <43390008+dushyanthsc@users.noreply.github.com>
2019-02-15 13:36:44 -08:00
Gregory Haynes 4171d75265 Remove knative-serving in test/kube_checks (#237)
This was hardcoded from when we moved it in from serving - it needs to
be configurable here.
2019-01-29 14:33:37 -08:00
Gregory Haynes 2a1c043ce3 Move crd checks from serving in to test (#236)
These are generally usable test cases for K8s and as such should live in
pkg/test
2019-01-22 14:18:33 -08:00
Nghia Tran 4365af623c Increase wait time a little bit. (#214)
In some cases, pods have entered 'Terminating' state, and we're only
waiting for K8s to kill the pods which unfortunately could go over the
5 minutes timeout here.
2019-01-08 10:45:41 -08:00
srinivashegde86 bb9898e8eb Move duration as an arg for WaitForDeploymentState (#113) 2018-10-10 10:04:27 -07:00
srinivashegde86 382a2bff0a Make kube_checks generic so that it can be used in serving (#58)
* Make kube_checks generic

* Use logging lib in cleanup
2018-08-31 16:01:12 -07:00
srinivashegde86 8bdbf4eeb9 Add the common test e2e files (#39)
* Add the common test e2e files

* Update deps

* Add the constants and remove serving related methods
2018-08-13 11:28:56 -07:00