Uploaded image for project: 'Knative Serving'
  1. Knative Serving
  2. SRVKS-878

[FLAKE] TestRevisionTimeout/writes_first_byte_before_timeout

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Undefined Undefined
    • None
    • 1.19.0
    • QA

      https://prow.ci.openshift.org/view/gs/origin-ci-test/pr-logs/pull/openshift-knative_serverless-operator/1406/pull-ci-openshift-knative-serverless-operator-release-1.19-4.6-upstream-e2e-aws-ocp-46/1494238818398638080

      === RUN   TestRevisionTimeout/writes_first_byte_before_timeout
      === PAUSE TestRevisionTimeout/writes_first_byte_before_timeout
      === CONT  TestRevisionTimeout/writes_first_byte_before_timeout
          revision_timeout_test.go:113: Creating a new Service 
          service.go:98: Creating a new Service service revision-timeout-wri-epyraejp
          crd.go:36:  resource {<nil> <nil> <*>{&TypeMeta{Kind:,APIVersion:,} &ObjectMeta{Name:revision-timeout-wri-epyraejp,GenerateName:,Namespace:,SelfLink:,UID:,ResourceVersion:,Generation:0,CreationTimestamp:0001-01-01 00:00:00 +0000 UTC,DeletionTimestamp:<nil>,DeletionGracePeriodSeconds:nil,Labels:map[string]string{},Annotations:map[string]string{},OwnerReferences:[]OwnerReference{},Finalizers:[],ClusterName:,ManagedFields:[]ManagedFieldsEntry{},} {{&ObjectMeta{Name:,GenerateName:,Namespace:,SelfLink:,UID:,ResourceVersion:,Generation:0,CreationTimestamp:0001-01-01 00:00:00 +0000 UTC,DeletionTimestamp:<nil>,DeletionGracePeriodSeconds:nil,Labels:map[string]string{},Annotations:map[string]string{},OwnerReferences:[]OwnerReference{},Finalizers:[],ClusterName:,ManagedFields:[]ManagedFieldsEntry{},}} {<nil>}} {{0 <nil> <nil>} { } {<nil> <nil> <nil>}}} <nil>}
      === CONT  TestRevisionTimeout/writes_first_byte_before_timeout
          service.go:116: Waiting for Service to transition to Ready. service revision-timeout-wri-epyraejp
      === CONT  TestRevisionTimeout/writes_first_byte_before_timeout
          service.go:121: Checking to ensure Service Status is populated for Ready service
      === CONT  TestRevisionTimeout/writes_first_byte_before_timeout
          service.go:127: Getting latest objects Created by Service
      === CONT  TestRevisionTimeout/writes_first_byte_before_timeout
          service.go:130: Successfully created Service revision-timeout-wri-epyraejp
          revision_timeout_test.go:121: Probing to force at least one pod https://revision-timeout-wri-epyraejp-serving-tests.apps.ci-op-cy5zv9r0-b00d2.origin-ci-int-aws.dev.rhcloud.com
          spoof.go:104: Spoofing revision-timeout-wri-epyraejp-serving-tests.apps.ci-op-cy5zv9r0-b00d2.origin-ci-int-aws.dev.rhcloud.com -> revision-timeout-wri-epyraejp-serving-tests.apps.ci-op-cy5zv9r0-b00d2.origin-ci-int-aws.dev.rhcloud.com
      === CONT  TestRevisionTimeout/writes_first_byte_before_timeout
          spoof.go:104: Spoofing revision-timeout-wri-epyraejp-serving-tests.apps.ci-op-cy5zv9r0-b00d2.origin-ci-int-aws.dev.rhcloud.com -> revision-timeout-wri-epyraejp-serving-tests.apps.ci-op-cy5zv9r0-b00d2.origin-ci-int-aws.dev.rhcloud.com
      === CONT  TestRevisionTimeout/writes_first_byte_before_timeout
          revision_timeout_test.go:65: Response status code: 503, expected: 200
      === CONT  TestRevisionTimeout/writes_first_byte_before_timeout
          revision_timeout_test.go:47: URL: https://revision-timeout-wri-epyraejp-serving-tests.apps.ci-op-cy5zv9r0-b00d2.origin-ci-int-aws.dev.rhcloud.com, initialSleep: 0s, sleep: 15s, request elapsed 197 ms
      === CONT  TestRevisionTimeout/writes_first_byte_before_timeout
          revision_timeout_test.go:135: Failed request with initialSleep 0s, sleep 15s, with revision timeout 10s and expecting status 200: response status code = 503, want = 200, response = status: 503, body: <html>
                <head>
                  <meta name="viewport" content="width=device-width, initial-scale=1">
              
                <style type="text/css">
                /*!
                 * Bootstrap v3.3.5 (http://getbootstrap.com)
                 * Copyright 2011-2015 Twitter, Inc.
                 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
                 */
                /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
                html {
                  font-family: sans-serif;
                  -ms-text-size-adjust: 100%;
                  -webkit-text-size-adjust: 100%;
                }
                body {
                  margin: 0;
                }
                h1 {
                  font-size: 1.7em;
                  font-weight: 400;
                  line-height: 1.3;
                  margin: 0.68em 0;
                }
                * {
                  -webkit-box-sizing: border-box;
                  -moz-box-sizing: border-box;
                  box-sizing: border-box;
                }
                *:before,
                *:after {
                  -webkit-box-sizing: border-box;
                  -moz-box-sizing: border-box;
                  box-sizing: border-box;
                }
                html {
                  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
                }
                body {
                  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
                  line-height: 1.66666667;
                  font-size: 13px;
                  color: #333333;
                  background-color: #ffffff;
                  margin: 2em 1em;
                }
                p {
                  margin: 0 0 10px;
                  font-size: 13px;
                }
                .alert.alert-info {
                  padding: 15px;
                  margin-bottom: 20px;
                  border: 1px solid transparent;
                  background-color: #f5f5f5;
                  border-color: #8b8d8f;
                  color: #363636;
                  margin-top: 30px;
                }
                .alert p {
                  padding-left: 35px;
                }
                a {
                  color: #0088ce;
                }
              
                ul {
                  position: relative;
                  padding-left: 51px;
                }
                p.info {
                  position: relative;
                  font-size: 15px;
                  margin-bottom: 10px;
                }
                p.info:before, p.info:after {
                  content: "";
                  position: absolute;
                  top: 9%;
                  left: 0;
                }
                p.info:before {
                  content: "i";
                  left: 3px;
                  width: 20px;
                  height: 20px;
                  font-family: serif;
                  font-size: 15px;
                  font-weight: bold;
                  line-height: 21px;
                  text-align: center;
                  color: #fff;
                  background: #4d5258;
                  border-radius: 16px;
                }
              
                @media (min-width: 768px) {
                  body {
                    margin: 4em 3em;
                  }
                  h1 {
                    font-size: 2.15em;}
                }
              
                </style>
                </head>
                <body>
                  <div>
                    <h1>Application is not available</h1>
                    <p>The application is currently not serving requests at this endpoint. It may not have been started or is still starting.</p>
              
                    <div class="alert alert-info">
                      <p class="info">
                        Possible reasons you are seeing this page:
                      </p>
                      <ul>
                        <li>
                          <strong>The host doesn't exist.</strong>
                          Make sure the hostname was typed correctly and that a route matching this hostname exists.
                        </li>
                        <li>
                          <strong>The host exists, but doesn't have a matching path.</strong>
                          Check if the URL path was typed correctly and that the route was created using the desired path.
                        </li>
                        <li>
                          <strong>Route and path matches, but all pods are down.</strong>
                          Make sure that the resources exposed by this route (pods, services, deployment configs, etc) have at least one pod running.
                        </li>
                      </ul>
                    </div>
                  </div>
                </body>
              </html>
              , headers: map[Cache-Control:[private, max-age=0, no-cache, no-store] Connection:[close] Content-Type:[text/html] Pragma:[no-cache] Zipkin_trace_id:[e941718448ba074928ffae57ea852086]]
          --- FAIL: TestRevisionTimeout/writes_first_byte_before_timeout (12.38s)
      

              rhn-support-afield Alan Field
              maschmid@redhat.com Marek Schmidt
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated: