-
Notifications
You must be signed in to change notification settings - Fork 108
Multi-step integration tests #1613
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
|
Hi! I started running the integration tests on your PR. You will receive a comment with the results shortly. |
🧪 Integration Tests ResultsOverall Success Rate: 96.0% 📁 Detailed Logs & ArtifactsClick the links below to access detailed agent/LLM logs showing the complete reasoning process for each model. On the GitHub Actions page, scroll down to the 'Artifacts' section to download the logs.
📊 Summary
📋 Detailed Resultslitellm_proxy_mistral_devstral_2512
Skipped Tests:
Failed Tests:
litellm_proxy_moonshot_kimi_k2_thinking
Skipped Tests:
litellm_proxy_claude_sonnet_4_5_20250929
litellm_proxy_deepseek_deepseek_chat
Skipped Tests:
litellm_proxy_gpt_5.1_codex_max
Skipped Tests:
litellm_proxy_vertex_ai_gemini_3_pro_preview
|
|
Looks like there are a few issues preventing this PR from being merged!
If you'd like me to help, just leave a comment, like Feel free to include any additional details that might help me get this PR into a better state. You can manage your notification settings |
enyst
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.
Thank you!
Summary
Refactors the
BaseIntegrationTest.run_instructionmethod into two separate methods:BaseIntegrationTest.run_integration_testis the new entry point and does the setup/teardown + logging. Feeding instructions to the agent is delegated to...BaseIntegrationTest.run_instructions, which feeds the instruction class variable to the conversation and can be overridden for more complicated conversation control (multiple messages, condensation, etc.)Also updates the test runner to respect these new methods. No changes to existing integration or behavior test.
This PR is partially inspired by struggles to implement #1584.
Checklist
Agent Server images for this PR
• GHCR package: https://github.com/OpenHands/agent-sdk/pkgs/container/agent-server
Variants & Base Images
eclipse-temurin:17-jdknikolaik/python-nodejs:python3.12-nodejs22golang:1.21-bookwormPull (multi-arch manifest)
# Each variant is a multi-arch manifest supporting both amd64 and arm64 docker pull ghcr.io/openhands/agent-server:8c04604-pythonRun
All tags pushed for this build
About Multi-Architecture Support
8c04604-python) is a multi-arch manifest supporting both amd64 and arm648c04604-python-amd64) are also available if needed