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

[#2015] improvement(netty): Support Netty for MR integration test. #2016

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

Conversation

qijiale76
Copy link
Contributor

What changes were proposed in this pull request?

Support Netty for MR integration test.

Why are the changes needed?

Fix: #2015

Does this PR introduce any user-facing change?

No.

How was this patch tested?

Integration tests themselves.

@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 52.69%. Comparing base (5ddcc28) to head (f81b0f5).
Report is 31 commits behind head on master.

Additional details and impacted files
@@             Coverage Diff              @@
##             master    #2016      +/-   ##
============================================
- Coverage     52.77%   52.69%   -0.08%     
- Complexity     2498     2965     +467     
============================================
  Files           398      456      +58     
  Lines         18135    23972    +5837     
  Branches       1660     2228     +568     
============================================
+ Hits           9570    12633    +3063     
- Misses         7981    10523    +2542     
- Partials        584      816     +232     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link

github-actions bot commented Aug 6, 2024

Test Results

 2 746 files   - 1   2 746 suites   - 1   5h 49m 26s ⏱️ + 9m 47s
   984 tests +5     982 ✅ +4   1 💤 ±0  1 ❌ +1 
12 303 runs  +9  12 286 ✅ +7  15 💤 ±0  2 ❌ +2 

For more details on these failures, see this check.

Results for commit f81b0f5. ± Comparison against base commit 69e4cde.

This pull request removes 5 and adds 10 tests. Note that renamed tests count towards both.
org.apache.uniffle.test.DynamicConfTest ‑ dynamicConfTest
org.apache.uniffle.test.HadoopConfTest ‑ hadoopConfTest
org.apache.uniffle.test.LargeSorterTest ‑ largeSorterTest
org.apache.uniffle.test.SecondarySortTest ‑ secondarySortTest
org.apache.uniffle.test.WordCountTest ‑ wordCountTest
org.apache.uniffle.test.DynamicConfTest ‑ dynamicConfTest{ClientType}[1]
org.apache.uniffle.test.DynamicConfTest ‑ dynamicConfTest{ClientType}[2]
org.apache.uniffle.test.HadoopConfTest ‑ hadoopConfTest{ClientType}[1]
org.apache.uniffle.test.HadoopConfTest ‑ hadoopConfTest{ClientType}[2]
org.apache.uniffle.test.LargeSorterTest ‑ largeSorterTest{ClientType}[1]
org.apache.uniffle.test.LargeSorterTest ‑ largeSorterTest{ClientType}[2]
org.apache.uniffle.test.SecondarySortTest ‑ secondarySortTest{ClientType}[1]
org.apache.uniffle.test.SecondarySortTest ‑ secondarySortTest{ClientType}[2]
org.apache.uniffle.test.WordCountTest ‑ wordCountTest{ClientType}[1]
org.apache.uniffle.test.WordCountTest ‑ wordCountTest{ClientType}[2]

@rickyma rickyma changed the title [#2015] Improvement(netty): Support Netty for MR integration test. [#2015] improvement(netty): Support Netty for MR integration test. Aug 6, 2024
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.

[Improvement] Support Netty for MR integration test
2 participants