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

More HTTP testing refactor prework #7630

Merged
merged 14 commits into from
Jan 23, 2023

Conversation

breedx-splk
Copy link
Contributor

This is another follow-up from #7616. This makes the test options class immutable and uses @AutoValue and @AutoValue.Builder. As a result, a bunch of the configuration/setup code for these said options now flings around a builder instance. This isn't great, but I think it's an incremental improvement that can be seen in the @BeforeAll AbstractHttpClientTest.setupOptions() method, where the immutable options are (finally) instantiated.

@breedx-splk breedx-splk marked this pull request as ready for review January 20, 2023 22:15
@breedx-splk breedx-splk requested a review from a team as a code owner January 20, 2023 22:15
@trask trask merged commit db6b764 into open-telemetry:main Jan 23, 2023
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.

None yet

3 participants