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

Internalize a Go SDK I/O test case + prevent bad dispatch requests #379

Merged
merged 3 commits into from
Aug 10, 2023

Conversation

thibaultcha
Copy link
Member

No description provided.

@coveralls
Copy link

coveralls commented Aug 8, 2023

Pull Request Test Coverage Report for Build 5817420381

  • 24 of 24 (100.0%) changed or added relevant lines in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.01%) to 91.014%

Totals Coverage Status
Change from base Build 5801854422: 0.01%
Covered Lines: 7536
Relevant Lines: 8280

💛 - Coveralls

@thibaultcha thibaultcha force-pushed the tests/internalize-go-dispatch branch 2 times, most recently from 22c6fa4 to 7ea44b7 Compare August 8, 2023 23:08
location /uuid {
# Generating a uuid seems excessive; $request_id has some
# randomness on a distribution of runs of this test.
echo $request_id;
}
}
Copy link
Contributor

Choose a reason for hiding this comment

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

❤️

@thibaultcha thibaultcha force-pushed the tests/internalize-go-dispatch branch 3 times, most recently from e3594b2 to adb9a44 Compare August 9, 2023 15:36
@@ -51,7 +51,7 @@ pushd $DIR_PROXY_WASM_GO_SDK
)

-const clusterName = "httpbin"
+const clusterName = "httpbin.org"
+const clusterName = "httpbin:2000"
Copy link
Collaborator

Choose a reason for hiding this comment

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

nice!

@thibaultcha thibaultcha force-pushed the tests/internalize-go-dispatch branch 2 times, most recently from 7649e4e to e4e2c86 Compare August 10, 2023 03:07
Currently the most unreliable test case in CI.

Pin it to port 2000 (arbitrary)
@thibaultcha thibaultcha merged commit a035f01 into main Aug 10, 2023
31 checks passed
@thibaultcha thibaultcha deleted the tests/internalize-go-dispatch branch August 10, 2023 15:28
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.

4 participants