[https://nvbugs/6414762][fix] Minor fixes for helix tests - #15999
Conversation
|
/bot run --stage-list "A30-CPP-Post-Merge-1, A30-CPP-Post-Merge-2, DGX_B200-8_GPUs-PyTorch-1, DGX_B200-8_GPUs-PyTorch-2, DGX_B200-8_GPUs-PyTorch-3, DGX_B200-8_GPUs-PyTorch-4" |
📝 WalkthroughWalkthroughChanges enforce a strict non-empty check on input token IDs in the executor's request validation, replacing prior conditional warning logic. Test-side changes add a Blackwell-only skip decorator to a disaggregated test and remove two waive entries from the waives list. ChangesExecutor Request Validation
Test Configuration Updates
Estimated code review effort: 2 (Simple) | ~10 minutes Possibly related PRs
Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
PR_Github #57818 [ run ] triggered by Bot. Commit: |
|
PR_Github #57818 [ run ] completed with state
|
|
/bot run --disable-fail-fast |
|
PR_Github #57869 [ run ] triggered by Bot. Commit: |
|
PR_Github #57869 [ run ] completed with state
|
5ae56a5 to
d23fc4e
Compare
|
/bot run --disable-fail-fast |
|
PR_Github #58046 [ run ] triggered by Bot. Commit: |
|
PR_Github #58046 [ run ] completed with state
|
d23fc4e to
5ba9d2f
Compare
5ba9d2f to
6f9fe15
Compare
6f9fe15 to
b96d5b7
Compare
Signed-off-by: Balaram Buddharaju <169953907+brb-nv@users.noreply.github.com>
b96d5b7 to
388c148
Compare
|
/bot run --disable-fail-fast |
chzblych
left a comment
There was a problem hiding this comment.
Approved for the tests/ modifications.
|
PR_Github #59310 [ run ] triggered by Bot. Commit: |
|
PR_Github #59310 [ run ] completed with state
|
|
/bot run --disable-fail-fast |
|
PR_Github #59475 [ run ] triggered by Bot. Commit: |
|
PR_Github #59475 [ run ] completed with state
|
|
/bot run --disable-fail-fast |
|
PR_Github #59508 [ run ] triggered by Bot. Commit: |
|
PR_Github #59508 [ run ] completed with state
|
|
/bot run --disable-fail-fast |
|
PR_Github #59534 [ run ] triggered by Bot. Commit: |
|
PR_Github #59534 [ run ] completed with state
|
|
/bot run --disable-fail-fast |
|
PR_Github #59552 [ run ] triggered by Bot. Commit: |
|
/bot run --disable-fail-fast |
|
PR_Github #59560 [ run ] triggered by Bot. Commit: |
|
PR_Github #59552 [ run ] completed with state |
|
PR_Github #59560 [ run ] completed with state |
@coderabbitai summary
Description
This MR addresses a couple of issues:
Background:
cacheTransceiverTest.cpp) and not integration tests because of a discrepancy in how the requests are constructed in the unit test.This change makes unit test construct the request just the way integration test does so that we can bring the stronger assertion back.
Test Coverage
PR Checklist
Please review the following before submitting your PR:
PR description clearly explains what and why. If using CodeRabbit's summary, please make sure it makes sense.
PR Follows TRT-LLM CODING GUIDELINES to the best of your knowledge.
Test cases are provided for new code paths (see test instructions)
If PR introduces API changes, an appropriate PR label is added - either
api-compatibleorapi-breaking. Forapi-breaking, includeBREAKINGin the PR title.Any new dependencies have been scanned for license and vulnerabilities
CODEOWNERS updated if ownership changes
Documentation updated as needed
Update tava architecture diagram if there is a significant design change in PR.
The reviewers assigned automatically/manually are appropriate for the PR.
Please check this after reviewing the above items as appropriate for this PR.
GitHub Bot Help
To see a list of available CI bot commands, please comment
/bot help.