Skip to content

[None][infra] Waive 1 failed cases for main in pre-merge 50457 - #16978

Merged
JunyiXu-nv merged 1 commit into
NVIDIA:mainfrom
trtllm-agent:trtllm-ci-report/waive-20260729-014950
Jul 29, 2026
Merged

[None][infra] Waive 1 failed cases for main in pre-merge 50457#16978
JunyiXu-nv merged 1 commit into
NVIDIA:mainfrom
trtllm-agent:trtllm-ci-report/waive-20260729-014950

Conversation

@trtllm-agent

@trtllm-agent trtllm-agent commented Jul 29, 2026

Copy link
Copy Markdown
Collaborator

Auto-generated Waive PR

Created by: TensorRT LLM CI Report (requested by @JunyiXu-nv)
Target branch: main
Bug(s): 6529626

Waive entries added

full:DGX_H100/unittest/scaffolding SKIP (https://nvbugs/6529626)

This PR was auto-generated by TensorRT LLM CI Report. Please review the waive entries before merging.

Dev Engineer Review

  • Added a correctly formatted SKIP waiver for full:DGX_H100/unittest/scaffolding.
  • Includes the requested NVBug reference 6529626.
  • No duplicate waiver or unrelated changes identified.

QA Engineer Review

  • Modified only tests/integration/test_lists/waives.txt.
  • No test-db/ or qa/ files were modified; the related H100 test-db entry remains present.
  • Verdict: needs follow-up — CBTS coverage data is unavailable.

Bug(s): 6529626
Requested by: @JunyiXu-nv

Signed-off-by: trtllm-agent <296075020+trtllm-agent@users.noreply.github.com>
@coderabbitai

coderabbitai Bot commented Jul 29, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Enterprise

Run ID: 8b9ad660-f6f5-4fd5-a253-e5a5d4d0abef

📥 Commits

Reviewing files that changed from the base of the PR and between cb44a40 and bd590fa.

📒 Files selected for processing (1)
  • tests/integration/test_lists/waives.txt

Walkthrough

Adds an NVBug-linked SKIP waiver for full:DGX_H100/unittest/scaffolding in the integration test waiver list.

Changes

Integration Test Waiver

Layer / File(s) Summary
Add scaffolding test waiver
tests/integration/test_lists/waives.txt
Adds a SKIP waiver for full:DGX_H100/unittest/scaffolding, referencing NVBug 6529626.

Estimated code review effort: 1 (Trivial) | ~2 minutes

Possibly related PRs

Suggested reviewers: bowenfu, qijune

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title matches the PR template and clearly summarizes the infra waiver change.
Description check ✅ Passed The description identifies the auto-generated waive, target branch, bug link, and added waiver entry, though the template sections are not fully filled.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Comment @coderabbitai help to get the list of available commands.

@JunyiXu-nv

Copy link
Copy Markdown
Collaborator

/bot run --disable-fail-fast

@tensorrt-cicd

Copy link
Copy Markdown
Collaborator

PR_Github #62369 [ run ] triggered by Bot. Commit: bd590fa Link to invocation

@tensorrt-cicd

Copy link
Copy Markdown
Collaborator

PR_Github #62369 [ run ] completed with state SUCCESS. Commit: bd590fa
/LLM/main/L0_MergeRequest_PR pipeline #50535 completed with status: 'SUCCESS'

CI Report

Link to invocation

@JunyiXu-nv
JunyiXu-nv merged commit d9c53cc into NVIDIA:main Jul 29, 2026
12 checks passed
JunyiXu-nv added a commit to JunyiXu-nv/TensorRT-LLM that referenced this pull request Jul 29, 2026
…ng tests

mcp is unpinned, and mcp 2.0.0 (published 2026-07-28 13:45 UTC) removed
mcp.server.fastmcp: the package ships 19 files under mcp/server/fastmcp/
in 1.29.0 and none in 2.0.0. Any image built after that resolves the bare
requirement to 2.0.0, so the module-level import in
tests/unittest/scaffolding/test_mcp_worker.py raises while pytest is
collecting it.

A collection error is not a test failure. pytest reports "Interrupted: 1
error during collection" and exits 2 before running anything, so the other
seven files in tests/unittest/scaffolding never execute and no JUnit report
is written at all -- which is why this surfaced only as the outer wrapper's
"assert passed, failure reported in unittests", with no inner test named
anywhere in the archived stage results.

Nor could it be waived at test granularity: apply_waives and apply_waives_ut
both run inside pytest_collection_modifyitems and mark collected items, and
a module that fails to import produces none. NVIDIA#16978 therefore waived the
whole unittest/scaffolding directory as an interim unblock.

Pin rather than skip the test. tensorrt_llm/scaffolding/worker.py and
tensorrt_llm/scaffolding/contrib/mcp/mcp_utils.py both ship against the 1.x
API, and test_mcp_worker.py is the only CI coverage that exercises MCPWorker
against the installed mcp. Skipping it would drop that coverage precisely
when the dependency took a major version bump, hiding a library-level risk
rather than resolving it.

With the pin in place the collection error is gone, so NVIDIA#16978's waive is
removed in the same change: leaving it would keep all eight scaffolding
files skipped indefinitely for a cause that no longer exists.

Lifting the pin means migrating the library off the 1.x APIs first, not just
the test.

Signed-off-by: JunyiXu-nv <219237550+JunyiXu-nv@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants