Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support HTTP2 status code #482

Merged
merged 1 commit into from
Oct 8, 2021

Conversation

syslxg
Copy link
Member

@syslxg syslxg commented Oct 5, 2021

HTTP2 no longer return the message after the the status code

Authored-by: Gary Liu garyliu@vmware.com

Are you submitting this PR against the develop branch?

All PR's to CATs should be submitted to develop and will be merged to main once they've passed acceptance.

What is this change about?

CATS fails when http2 is enabled on haproxy job. This is because the 202 is returned instead of 202 Accepted.

  Expected
      <string>: HTTP/1.1 202 
      Connection: close
      Transfer-Encoding: chunked
      ...

  to contain substring
      <string>: 202 Accepted

Please provide contextual information.

Include any links to other PRs, stories, slack discussions, etc... that will help establish context.

What version of cf-deployment have you run this cf-acceptance-test change against?

n/a

Please check all that apply for this PR:

  • introduces a new test --- Are you sure everyone should be running this test?
  • changes an existing test
  • requires an update to a CATs integration-config

Did you update the README as appropriate for this change?

  • YES
  • N/A

How should this change be described in cf-acceptance-tests release notes?

support http2 status code

How many more (or fewer) seconds of runtime will this change introduce to CATs?

n/a

What is the level of urgency for publishing this change?

  • Urgent - unblocks current or future work
  • Slightly Less than Urgent

Tag your pair, your PM, and/or team!

@syslxg @crhntr

HTTP2 no longer return the message after the the status code

Authored-by: Gary Liu <garyliu@vmware.com>
@davewalter davewalter added this to In progress in CF Acceptance Tests Oct 8, 2021
@davewalter davewalter merged commit 147c995 into cloudfoundry:develop Oct 8, 2021
CF Acceptance Tests automation moved this from In progress to Done Oct 8, 2021
@davewalter
Copy link
Member

Thanks @syslxg!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

None yet

2 participants