-
Notifications
You must be signed in to change notification settings - Fork 563
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
e2e: Enhance the e2e testing of the ai-proxy plugin based on the LLM mock server #1742
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1742 +/- ##
==========================================
+ Coverage 35.91% 43.58% +7.67%
==========================================
Files 69 76 +7
Lines 11576 12358 +782
==========================================
+ Hits 4157 5386 +1229
+ Misses 7104 6634 -470
- Partials 315 338 +23 |
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
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
Ⅰ. Describe what this PR did
基于 LLM Mock Server 强化 ai-proxy 插件 e2e 测试:
Ⅱ. Does this pull request fix one issue?
fixes #1726
fixes #1730
fixes #1727
fixes #1728
fixes #1732
fixes #1731
fixes #1733
fixes #1735
fixes #1740
fixes #1737
Ⅲ. Why don't you add test cases (unit test/integration test)?
Ⅳ. Describe how to verify it
Ⅴ. Special notes for reviews