Commit Graph

10 Commits

Author SHA1 Message Date
mattmoor-sockpuppet a3220b881c Format markdown (#301)
Produced via: `prettier --write --prose-wrap=always $(find -name '*.md' | grep -v vendor | grep -v .github)`
2019-03-01 12:45:38 -08:00
srinivashegde86 2a8c1b0e5a Remove baselogger and use FormatLogger everywhere (#296)
* Remove baselogger and use FormatLogger everywhere

* Fix blank spaces in README

* Fix linting issues

* Fix comment to FormatLogger
2019-02-27 11:29:49 -08:00
Adriano Cunha b273d660ad Remove usage of K8S_CLUSTER_OVERRIDE (#289)
It was removed in https://github.com/knative/test-infra/pull/481.
2019-02-20 10:17:47 -08:00
mattmoor-sockpuppet d462372eb2 Format markdown (#288)
Produced via: `prettier --write --prose-wrap=always $(find -name '*.md' | grep -v vendor | grep -v .github)`
2019-02-19 06:52:46 -08:00
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 b670fe05a9 Add static endpoint override to test/spoof (#143)
* Add static endpoint override to test/spoof

When testing locally its common to use a cluster which both does not
have resolvable dns for ksvcs and does not have public IPs. Support
overriding the endpoint for knative's ingress controller to a static
value which can be set to e.g. the knative-ingressgateway nodeport.

* Fix 2 broken links
2019-02-08 19:17:41 -08:00
mattmoor-sockpuppet 973ea220f9 Format markdown (#189)
Produced via: `prettier --write --prose-wrap=always $(find -name '*.md' | grep -v vendor | grep -v .github)`
2018-12-04 14:14:25 -08:00
mattmoor-sockpuppet 0f793b2942 Format markdown (#183)
* Format markdown

Produced via: `prettier --write $(find -name '*.md' | grep -v vendor)`

* Fix issue template
2018-12-03 13:53:25 -08:00
Christie Wilson 49f84a651e Move docs from knative/serving to knative/pkg (#102)
* Move docs from knative/serving to knative/pkg

While working on knative/build-pipeline#16
I started trying to build some integration tests, and I wanted to use
the code which had been moved to knative/pkg, but it turned out the docs
hadn't been ported with the code, so I am moving the docs relevant to
knative/pkg/test to that repo.

Removing docs from knative/serving in https://github.com/knative/serving/pull/2097.

* Fix knative/serving specific docs

Fixed copy-pasted references to `knative/serving/test` which should be
`knative/pkg/test`.

Fixed examples which were specific to `knative/serving`; in the case of
the command arg examples, removed the parts which are specific to those
e2e tests (though this would make them harder to use by copy and paste,
but since the libs are in a common repo now anyway that's probably
okay).

Tried to make the metric legend easier to read.
2018-10-02 15:20:23 -07:00
Adriano Cunha 16665d8163 Initial set of files for //test (#18)
* Initial set of files for //test

Currently there are no tests, but this will enable finishing setup Prow.

* Add build and unit tests

* Update README with instruction on how to run the unit tests
2018-07-26 16:46:35 -07:00