Remove duplicate deep researcher tests - #409
Merged
rapids-bot[bot] merged 1 commit intoJul 29, 2026
Merged
Conversation
Signed-off-by: Tanner Leach <tleach@nvidia.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Enterprise Run ID: 📒 Files selected for processing (1)
💤 Files with no reviewable changes (1)
WalkthroughDeep researcher tests now verify sanitized empty-source error handling, suppress duplicate failure logging, and short-circuit deep-agent creation and invocation when citation verification is disabled with no selected sources. ChangesDeep researcher test validation
Estimated code review effort: 2 (Simple) | ~10 minutes Possibly related PRs
Important Pre-merge checks failedPlease resolve all errors before merging. Addressing warnings is optional. ❌ Failed checks (1 error)
✅ Passed checks (4 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
AjayThorve
approved these changes
Jul 29, 2026
Member
|
/merge |
rapids-bot
Bot
merged commit Jul 29, 2026
7a9fb00
into
NVIDIA-AI-Blueprints:develop
11 checks passed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Overview
#406 forward merge retained both versions of three tests, causing Ruff F811. This removes the older 105-line duplicate block and retains the newer caplog-enhanced definitions. There is no production behavior change.
DCO sign-off for the squash commit
Signed-off-by: Tanner Leach tleach@nvidia.com
Validation
uv run ruff check tests/aiq_agent/agents/deep_researcher/test_agent.py(passed)uv run ruff format --check tests/aiq_agent/agents/deep_researcher/test_agent.py(1 file already formatted)uv run pytest tests/aiq_agent/agents/deep_researcher/test_agent.py(55 passed)uv run ruff check .(passed)I ran the relevant local checks or explained why they are not applicable.
I added or updated tests for behavior changes.
Not applicable: this change only removes shadowed duplicate tests and introduces no behavior change.
I updated documentation for user-facing or contributor-facing changes.
Not applicable: this change has no user-facing or contributor-facing behavior.
I confirmed this PR does not include secrets, credentials, or internal-only data.
I certify this contribution under the Developer Certificate of Origin (DCO) and signed my commits with
git commit -sor an equivalent sign-off.I replaced the DCO sign-off placeholder with my GitHub commit identity and kept the required angle brackets around the email address.
Where should reviewers start?
Start with the single deletion in
tests/aiq_agent/agents/deep_researcher/test_agent.py; verify that the caplog-enhanced definition remains.Related Issues
Summary by CodeRabbit