test: add new integration checks and fix failing ones#2075
Merged
Conversation
Anastasiia Zarechneva (zarechneva-a)
force-pushed
the
zarechneva/tests
branch
2 times, most recently
from
May 28, 2026 07:46
f494383 to
1513eb7
Compare
Anastasiia Zarechneva (zarechneva-a)
requested a review
from Mark Tkachenko (Rizzen)
May 28, 2026 10:08
Anastasiia Zarechneva (zarechneva-a)
force-pushed
the
zarechneva/tests
branch
2 times, most recently
from
June 1, 2026 09:39
cd15d92 to
4adb15b
Compare
Jakub Amanowicz (Amaneusz)
left a comment
Collaborator
There was a problem hiding this comment.
Thank you for this PR, it looks good! I would approve if not for one thing that emerged, see comment: https://github.com/JetBrains/koog/pull/2075/changes#r3333497432
There are some minor nonblocking nit comments as well, but the one above is a bit more important
Anastasiia Zarechneva (zarechneva-a)
requested a review
from Jakub Amanowicz (Amaneusz)
June 1, 2026 11:03
Jakub Amanowicz (Amaneusz)
approved these changes
Jun 1, 2026
Anastasiia Zarechneva (zarechneva-a)
merged commit Jun 1, 2026
e439121
into
develop
22 checks passed
Andrey Bragin (EugeneTheDev)
pushed a commit
that referenced
this pull request
Jun 15, 2026
<!-- PR title should follow Conventional Commits format: type(scope): description For breaking changes, append ! after type/scope: type(scope)!: description Examples: feat(agents): add streaming response node fix(prompt): handle null responses in PromptExecutor refactor(agents)!: remove deprecated methods from Tool See CONTRIBUTING.md for more details --> Replace a deprecated Google model with an up-to-date version. Add DeepSeek integration tests, ACP message conversion tests, Metadata retrieval tests, and nullable tool schema support. Fix Ollama tests run. (cherry picked from commit e439121)
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.
Replace a deprecated Google model with an up-to-date version.
Add DeepSeek integration tests, ACP message conversion tests, Metadata retrieval tests, and nullable tool schema support.
Fix Ollama tests run.