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

doc(oonirun): document v2.go and v2_test.go #1565

Merged
merged 26 commits into from
Apr 24, 2024
Merged

doc(oonirun): document v2.go and v2_test.go #1565

merged 26 commits into from
Apr 24, 2024

Conversation

bassosimone
Copy link
Member

@bassosimone bassosimone commented Apr 24, 2024

This diff includes a first attempt at consolidating the patterns with
which we invoke OONI and third-party API calls.

I have refactored the code of httpx and httpapi into a new package
called httpclientx, added some tests, started converting some parts
of the tree, and explained myself in a design document.

Part of ooni/probe#2700
Spotted thanks to a very paranoid check inside ./internal/oonirun.

Was not a problem before for `httpx` because of its usage pattern and may
or may not be a problem for the `httpapi` package (did not check since
this work is focused on replacing both `httpx` and `httpapi`).
Previously, we were gracefully handling this case, but honestly it is
not the best approach to pretend there's an empty structure if the server
breaks the API and returns `"null"` rather than an object.

That said, it was still awesome to have this test in place because it
helped us to figure out this extra condition of which httpclientx should
be aware and that this problem needs to be dealt with systematically
inside the httpclientx package.
Conflicts:
	internal/enginelocate/cloudflare.go
	internal/enginelocate/ubuntu.go
@bassosimone bassosimone changed the title Issue/2700c doc(oonirun): document v2.go and v2_test.go Apr 24, 2024
@bassosimone bassosimone marked this pull request as ready for review April 24, 2024 10:47
@@ -60,9 +60,6 @@ type V2Nettest struct {
TestName string `json:"test_name"`
}

// ErrHTTPRequestFailed indicates that an HTTP request failed.
var ErrHTTPRequestFailed = errors.New("oonirun: HTTP request failed")

Copy link
Member Author

Choose a reason for hiding this comment

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

This error was unused

@bassosimone bassosimone merged commit 9b47e1e into master Apr 24, 2024
18 of 20 checks passed
@bassosimone bassosimone deleted the issue/2700c branch April 24, 2024 11:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant