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

[MINOR] test: fix CoordinatorGrpcTest#shuffleServerHeartbeatTest on Linux SSD platform #738

Merged
merged 1 commit into from
Mar 18, 2023

Conversation

kaijchen
Copy link
Contributor

What changes were proposed in this pull request?

Fix CoordinatorGrpcTest#shuffleServerHeartbeatTest on Linux SSD platform

Why are the changes needed?

[INFO] Results:                                                                                                                     
[INFO]                                                                                                                              
[ERROR] Failures:                                                                                                                   
[ERROR]   CoordinatorGrpcTest.shuffleServerHeartbeatTest:240 expected: <HDD> but was: <SSD>                                         
[ERROR] Errors:                                                                                                                     
[ERROR]   CoordinatorGrpcTest.getShuffleAssignmentsTest:125 » Runtime No shuffle server ...                                         
[ERROR]   CoordinatorGrpcTest.rpcMetricsTest:274 » Runtime No shuffle server connected                                              
[INFO]                                                                                                                              
[ERROR] Tests run: 6, Failures: 1, Errors: 2, Skipped: 0                                                                            

Does this PR introduce any user-facing change?

No.

How was this patch tested?

[INFO] Running org.apache.uniffle.test.CoordinatorGrpcTest                                                                          
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 21.622 s - in org.apache.uniffle.test.CoordinatorGrpcTest    
[INFO]                                                                                                                              
[INFO] Results:                                                                                                                     
[INFO]                                                                                                                              
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0                                                                             
[INFO] 

@codecov-commenter
Copy link

codecov-commenter commented Mar 17, 2023

Codecov Report

Merging #738 (2dcfe1c) into master (d398148) will increase coverage by 2.15%.
The diff coverage is n/a.

@@             Coverage Diff              @@
##             master     #738      +/-   ##
============================================
+ Coverage     60.73%   62.88%   +2.15%     
+ Complexity     1859     1858       -1     
============================================
  Files           231      217      -14     
  Lines         12861    10897    -1964     
  Branches       1073     1073              
============================================
- Hits           7811     6853     -958     
+ Misses         4635     3688     -947     
+ Partials        415      356      -59     

see 15 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@kaijchen kaijchen merged commit 1021031 into apache:master Mar 18, 2023
@kaijchen kaijchen deleted the shuffleServerHeartbeatTest branch March 18, 2023 14:30
advancedxy pushed a commit to advancedxy/incubator-uniffle that referenced this pull request Mar 21, 2023
…inux SSD platform (apache#738)

### What changes were proposed in this pull request?

Fix CoordinatorGrpcTest#shuffleServerHeartbeatTest on Linux SSD platform

### Why are the changes needed?

```
[INFO] Results:                                                                                                                     
[INFO]                                                                                                                              
[ERROR] Failures:                                                                                                                   
[ERROR]   CoordinatorGrpcTest.shuffleServerHeartbeatTest:240 expected: <HDD> but was: <SSD>                                         
[ERROR] Errors:                                                                                                                     
[ERROR]   CoordinatorGrpcTest.getShuffleAssignmentsTest:125 » Runtime No shuffle server ...                                         
[ERROR]   CoordinatorGrpcTest.rpcMetricsTest:274 » Runtime No shuffle server connected                                              
[INFO]                                                                                                                              
[ERROR] Tests run: 6, Failures: 1, Errors: 2, Skipped: 0                                                                            
```

### Does this PR introduce _any_ user-facing change?

No.

### How was this patch tested?

```
[INFO] Running org.apache.uniffle.test.CoordinatorGrpcTest                                                                          
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 21.622 s - in org.apache.uniffle.test.CoordinatorGrpcTest    
[INFO]                                                                                                                              
[INFO] Results:                                                                                                                     
[INFO]                                                                                                                              
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0                                                                             
[INFO] 
```
xianjingfeng pushed a commit to xianjingfeng/incubator-uniffle that referenced this pull request Apr 5, 2023
…inux SSD platform (apache#738)

### What changes were proposed in this pull request?

Fix CoordinatorGrpcTest#shuffleServerHeartbeatTest on Linux SSD platform

### Why are the changes needed?

```
[INFO] Results:                                                                                                                     
[INFO]                                                                                                                              
[ERROR] Failures:                                                                                                                   
[ERROR]   CoordinatorGrpcTest.shuffleServerHeartbeatTest:240 expected: <HDD> but was: <SSD>                                         
[ERROR] Errors:                                                                                                                     
[ERROR]   CoordinatorGrpcTest.getShuffleAssignmentsTest:125 » Runtime No shuffle server ...                                         
[ERROR]   CoordinatorGrpcTest.rpcMetricsTest:274 » Runtime No shuffle server connected                                              
[INFO]                                                                                                                              
[ERROR] Tests run: 6, Failures: 1, Errors: 2, Skipped: 0                                                                            
```

### Does this PR introduce _any_ user-facing change?

No.

### How was this patch tested?

```
[INFO] Running org.apache.uniffle.test.CoordinatorGrpcTest                                                                          
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 21.622 s - in org.apache.uniffle.test.CoordinatorGrpcTest    
[INFO]                                                                                                                              
[INFO] Results:                                                                                                                     
[INFO]                                                                                                                              
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0                                                                             
[INFO] 
```
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.

None yet

3 participants