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

Fixes adding additional QueryParameters to http request #838

Merged
merged 5 commits into from
Aug 23, 2023

Conversation

tvdias
Copy link
Contributor

@tvdias tvdias commented Aug 11, 2023

It looks like there's an issue on HttpRequestMessageBuilder.Request getter. I've written a test and could check it doesn't do what I expected it to do.

I've changed it to get Uri's query parameters and always append QueryParameters.

@tvdias tvdias marked this pull request as ready for review August 14, 2023 09:39
@tvdias
Copy link
Contributor Author

tvdias commented Aug 14, 2023

hey @martijn00 , I've written an additional test making clear the expected behavior.

@martijn00
Copy link
Contributor

@ebozduman can you run this and review?

@martijn00
Copy link
Contributor

@tvdias can you run format on this branch?

@tvdias
Copy link
Contributor Author

tvdias commented Aug 21, 2023

@tvdias can you run format on this branch?

I run the tool to format both files and updated the PR, but it didn't run the pipeline again, so I can't confirm this is now as expected.

@tvdias tvdias force-pushed the FixHttpRequestMessageBuilder branch from 352f278 to 45c36f2 Compare August 21, 2023 13:21
@ebozduman
Copy link
Collaborator

@tvdias,

It looks like functional tests have failed.
Could you run functional tests and debug the issue?

Copy link
Collaborator

@ebozduman ebozduman left a comment

Choose a reason for hiding this comment

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

LGTM

@ebozduman ebozduman merged commit af5e161 into minio:master Aug 23, 2023
7 checks passed
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