Skip to content

Instantly share code, notes, and snippets.

@jcrossley3
Created October 11, 2018 20:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jcrossley3/f86cff2d8001ece503d50fc51e14c401 to your computer and use it in GitHub Desktop.
Save jcrossley3/f86cff2d8001ece503d50fc51e14c401 to your computer and use it in GitHub Desktop.
[jim@localhost serving]$ go test -v -tags=e2e -count=1 ./test/e2e --tag any-old-tag -run ^TestBuildAndServe$
info logging/config.go:38 Successfully created the logger. {"knative.dev/jsonconfig": "{\n\t \"level\": \"info\",\n\t \"encoding\": \"console\",\n\t \"outputPaths\": [\"stdout\"],\n\t \"errorOutputPaths\": [\"stderr\"],\n\t \"encoderConfig\": {\n\t \"messageKey\": \"message\",\n\t\t\t\"levelKey\": \"level\",\n\t\t\t\"nameKey\": \"logger\",\n\t\t\t\"callerKey\": \"caller\",\n\t\t\t\"messageKey\": \"msg\",\n \"stacktraceKey\": \"stacktrace\",\n \"lineEnding\": \"\",\n \"levelEncoder\": \"\",\n \"timeEncoder\": \"\",\n \"durationEncoder\": \"\",\n \"callerEncoder\": \"\"\n\t }\n\t}"}
info logging/config.go:38 Logging level set to info
=== RUN TestBuildAndServe
info TestBuildAndServe e2e/build_test.go:129 Creating a new Route and Configuration with build
info TestBuildAndServe test/crd.go:177 Seeding rand.Rand with 1539290990565071498
info TestBuildAndServe e2e/build_test.go:154 When the Revision can have traffic routed to it, the Route is marked as Ready.
info TestBuildAndServe e2e/build_test.go:171 Revision is ready and serving, checking Build status.
info TestBuildAndServe e2e/build_test.go:181 Latest ready Revision is "prodegnusiws-00001"
info TestBuildAndServe e2e/build_test.go:182 Revision's Build is "prodegnusiws-00001"
--- PASS: TestBuildAndServe (7.64s)
PASS
ok github.com/knative/serving/test/e2e 7.662s
[jim@localhost serving]$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment