-
Notifications
You must be signed in to change notification settings - Fork 176
Add StreamableHttpClientTest with test infrastructure setup and dependencies
#316
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
Conversation
3bb4c72 to
4226096
Compare
…ort-test' into kpavlov/streamable-client-transport-test
8373929 to
8cc6f64
Compare
| junitXml.includeSystemOutLog.set(true) | ||
| junitXml.includeSystemErrLog.set(true) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
for visibility
| forkEvery = 100 | ||
| testLogging { | ||
| exceptionFormat = TestExceptionFormat.SHORT | ||
| showStandardStreams = true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
for visibility
e5l
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm, nice library
8cc6f64 to
a75f379
Compare
|
I extracted MockMcp abstraction, need another +1 |
- Add Netty convention plugin - Update Kotlin compiler and junit platform settings - Mock DELETE /mcp in StreamableHttpClientTest; Refactor Mokksy calls
a75f379 to
d82fc22
Compare
aozherelyeva
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me. Thank you!
Add
StreamableHttpClientTestwith test infrastructure setup and dependenciesMotivation and Context
To test Streaming HTTP Transport
How Has This Been Tested?
Integration test added
Breaking Changes
No, only tests
Types of changes
Checklist
Additional context