Skip to content
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

[#2282][FOLLOWUP] test: Add UT for DelegationRssShuffleManager#getReader #2287

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

maobaolong
Copy link
Member

What changes were proposed in this pull request?

Add UT for DelegationRssShuffleManager#getReader

Why are the changes needed?

Fix: #2282

Does this PR introduce any user-facing change?

No.

How was this patch tested?

New UT

Copy link

Test Results

 2 927 files   2 927 suites   6h 12m 45s ⏱️
 1 097 tests  1 095 ✅  2 💤 0 ❌
13 655 runs  13 625 ✅ 30 💤 0 ❌

Results for commit 4c39534.

@maobaolong maobaolong marked this pull request as draft December 12, 2024 08:22
@maobaolong
Copy link
Member Author

The failed test caused by there is no specific getReader method, in spark 3.0, but it exists in other minor version of spark 3.x

@jerqi
Copy link
Contributor

jerqi commented Dec 24, 2024

The failed test caused by there is no specific getReader method, in spark 3.0, but it exists in other minor version of spark 3.x

You should use reflection to solve the similar issue.

@maobaolong
Copy link
Member Author

@jerqi Sorry I have no idea to solve this mock api through reflection.

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.

[Bug] Invalid invoking in the DelegationRssShuffleManager#getReader
2 participants