[MP] Fix UT after merge #2851#2931
Merged
maobaolong merged 1 commit intoLMCache:devfrom Apr 3, 2026
Merged
Conversation
Signed-off-by: baoloongmao <baoloongmao@tencent.com>
Contributor
There was a problem hiding this comment.
Code Review
This pull request updates the import path in the integration test file 'tests/v1/distributed/test_resp_l2_adapter_integration.py' to correctly reference 'resp_l2_adapter' instead of 'native_connector_l2_adapter'. I have no further feedback to provide.
sammshen
approved these changes
Apr 2, 2026
Contributor
sammshen
left a comment
There was a problem hiding this comment.
LGTM! Thanks for the fix
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.
What this PR does / why we need it:
Special notes for your reviewers:
If applicable:
Note
Low Risk
Low risk: test-only change updating an import to reference the correct
RESPL2AdapterConfiglocation; no production logic is modified.Overview
Fixes the RESP L2 adapter integration test to import
RESPL2AdapterConfigfromresp_l2_adapter(instead ofnative_connector_l2_adapter), aligning the factory-creation test with the current adapter/config module layout.Written by Cursor Bugbot for commit 89635c5. This will update automatically on new commits. Configure here.