test(http-client-java): add e2e test#11263
Merged
XiaofeiCao merged 6 commits intoJul 16, 2026
Merged
Conversation
…d DiscriminatedUnionTests Co-authored-by: weidongxu-microsoft <53292327+weidongxu-microsoft@users.noreply.github.com>
Co-authored-by: weidongxu-microsoft <53292327+weidongxu-microsoft@users.noreply.github.com>
|
Azure Pipelines: Successfully started running 1 pipeline(s). 1 pipeline(s) were filtered out due to trigger conditions. There may be pipelines that require an authorized user to comment /azp run to run. |
Copilot created this pull request from a session on behalf of
weidongxu-microsoft
July 15, 2026 09:38
View session
…ars, routes, duration, and discriminated-union Co-authored-by: weidongxu-microsoft <53292327+weidongxu-microsoft@users.noreply.github.com>
Copilot
AI
changed the title
test(http-client-java): add e2e tests for SpecialChars, encode/boolean, and type/union/discriminated
test(http-client-java): fix test coverage gaps for routes, duration, and union
Jul 15, 2026
Contributor
|
All changed packages have been documented.
Show changes
|
Co-authored-by: weidongxu-microsoft <53292327+weidongxu-microsoft@users.noreply.github.com>
Copilot
AI
changed the title
test(http-client-java): fix test coverage gaps for routes, duration, and union
Stabilize Java RouteTests by isolating unsupported query-record expansion cases
Jul 15, 2026
Co-authored-by: weidongxu-microsoft <53292327+weidongxu-microsoft@users.noreply.github.com>
Copilot
AI
changed the title
Stabilize Java RouteTests by isolating unsupported query-record expansion cases
test(http-client-java): isolate unsupported route query expansion cases
Jul 15, 2026
|
You can try these changes here
|
XiaofeiCao
approved these changes
Jul 15, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The Java route end-to-end tests still left one unsupported query expansion explode case enabled after the earlier test split. This branch finishes that cleanup by grouping the remaining known-broken route query expansion cases under disabled coverage instead of letting them fail active runs.
What changed
testQueryExpansionExploderoute case into the disabled set inroutes/RouteTests.Why this matters
Code shape