Skip to content

Fix heavy tests#1250

Merged
aozherelyeva merged 1 commit intodevelopfrom
zarechneva/fix-heavy-tests
Dec 10, 2025
Merged

Fix heavy tests#1250
aozherelyeva merged 1 commit intodevelopfrom
zarechneva/fix-heavy-tests

Conversation

@aozherelyeva
Copy link
Copy Markdown
Contributor

Motivation and Context

Add support for a Qwen3-VL model and handle OpenRouter 502 errors + update the Qwen model in tests to use a more modern one

Breaking Changes


Type of the changes

  • New feature (non-breaking change which adds functionality)
  • Bug fix (non-breaking change which fixes an issue)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation update
  • Tests improvement
  • Refactoring

Checklist

  • The pull request has a description of the proposed change
  • I read the Contributing Guidelines before opening the pull request
  • The pull request uses develop as the base branch
  • Tests for the changes have been added
  • All new and existing tests passed
Additional steps for pull requests adding a new feature
  • An issue describing the proposed change exists
  • The pull request includes a link to the issue
  • The change was discussed and approved in the issue
  • Docs have been added / updated

@aozherelyeva aozherelyeva added the tests Add new tests or modify existing label Dec 10, 2025
…pdate Qwen model in tests to use a more modern one
@aozherelyeva aozherelyeva force-pushed the zarechneva/fix-heavy-tests branch from e0d97d6 to dbf6369 Compare December 10, 2025 13:32
@aozherelyeva aozherelyeva merged commit b561117 into develop Dec 10, 2025
9 checks passed
@aozherelyeva aozherelyeva deleted the zarechneva/fix-heavy-tests branch December 10, 2025 13:53
@github-actions
Copy link
Copy Markdown

Qodana for JVM

1188 new problems were found

Inspection name Severity Problems
Check Kotlin and Java source code coverage 🔶 Warning 1168
Missing KDoc for public API declaration 🔶 Warning 20
@@ Code coverage @@
+ 72% total lines covered
17155 lines analyzed, 12500 lines covered
# Calculated according to the filters of your coverage tool

☁️ View the detailed Qodana report

Contact Qodana team

Contact us at qodana-support@jetbrains.com

vova-jb pushed a commit that referenced this pull request Jan 27, 2026
<!--
Thank you for opening a pull request!

Please add a brief description of the proposed change here.
Also, please tick the appropriate points in the checklist below.
-->

## Motivation and Context
<!-- Why is this change needed? What problem does it solve? -->
Add support for a Qwen3-VL model and handle OpenRouter 502 errors +
update the Qwen model in tests to use a more modern one

## Breaking Changes
<!-- Will users need to update their code or configurations? -->

---

#### Type of the changes
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] Breaking change (fix or feature that would cause existing
functionality to change)
- [ ] Documentation update
- [x] Tests improvement
- [ ] Refactoring

#### Checklist
- [x] The pull request has a description of the proposed change
- [x] I read the [Contributing
Guidelines](https://github.com/JetBrains/koog/blob/main/CONTRIBUTING.md)
before opening the pull request
- [x] The pull request uses **`develop`** as the base branch
- [x] Tests for the changes have been added
- [x] All new and existing tests passed

##### Additional steps for pull requests adding a new feature
- [ ] An issue describing the proposed change exists
- [ ] The pull request includes a link to the issue
- [ ] The change was discussed and approved in the issue
- [ ] Docs have been added / updated
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

tests Add new tests or modify existing

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants