-
Notifications
You must be signed in to change notification settings - Fork 296
feat(e2e): Add comprehensive signal-decision engine test coverage #695
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
✅ Deploy Preview for vllm-semantic-router ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
👥 vLLM Semantic Team NotificationThe following members have been identified for the changed files in this PR and have been automatically assigned: 📁
|
be04d47 to
bb8d3d2
Compare
Xunzhuo
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.
hopefully you can catch some bugs after adding the testcases, happy hacking! thanks
674043b to
bc5f724
Compare
|
We need to add this to dynamic config profile as well, plz check the relevant files |
bc5f724 to
3f607e3
Compare
…cture Signed-off-by: Yehudit Kerido <[email protected]>
3f607e3 to
03b5f9c
Compare
Signed-off-by: Yehudit Kerido <[email protected]>
c7d133f to
0ba3985
Compare
|
Hi @Xunzhuo. Test Accuracy:Quick Summary of Issues:I hope I have verified correctly the test implementations (proper headers, config, model parameter). I suggest the issues are backend bugs, but feel free to double check this conclusion. Should I open separate issues for these backend bugs, or would you prefer to fix them before merging? Tests currently "pass" in CI (0% threshold) so they won't block anything. Anyway I will be happy to take part in those future investigations. |
|
Thanks! |
|
@yehudit1987 would you like to try adding test cases around embedding signals? |
|
And plz create issues for your findings, if u can dig more that will be helpful |
I will, please leave it for me. Will create those next week and ask for your approval. |

Implements 6 new E2E test suites to validate the signal-decision
engine :
New Test Files:
Key Fixes:
Additional Changes:
Resolve #692