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

feat: protocoltest: enable endpoint tests #2243

Merged
merged 5 commits into from
Aug 18, 2023
Merged

Conversation

lucix-aws
Copy link
Contributor

@lucix-aws lucix-aws commented Aug 16, 2023

Modify protocol test codegen logic to include endpoint prefix/host label cases which was previously skipped and deal with request with mock http client. Will resolve #1631

@lucix-aws lucix-aws requested a review from a team as a code owner August 16, 2023 20:39
@lucix-aws lucix-aws changed the title restore changes from corrupted branch feat-protocol-test feat: protocoltest: enable endpoint tests Aug 17, 2023
defer server.Close()
serverURL := server.URL
actualReq := &http.Request{}
serverURL := "http://localhost:8888/"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

left a nit comment on @wty-Bryant corresponding PR that since the value of this serverURL doesnt matter, we should make the value more obvious that its a placeholder.

@wty-Bryant wty-Bryant merged commit 5d3382b into main Aug 18, 2023
13 of 19 checks passed
@wty-Bryant wty-Bryant deleted the feat-protocol-test-2 branch August 18, 2023 16:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

codegen: Protocol tests for endpoint prefix are skipped
3 participants