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: test class name should end with Test #724

Merged
merged 1 commit into from
Mar 15, 2023

Conversation

kaijchen
Copy link
Contributor

What changes were proposed in this pull request?

Rename some tests:

  • SparkSQLWithDelegationShuffleManagerFallback.java => SparkSQLWithDelegationShuffleManagerFallbackTest.java
  • SparkSQLWithDelegationShuffleManager.java => SparkSQLWithDelegationShuffleManagerTest.java

Why are the changes needed?

test class name should end with Test

Does this PR introduce any user-facing change?

No.

How was this patch tested?

CI.

@codecov-commenter
Copy link

codecov-commenter commented Mar 15, 2023

Codecov Report

Merging #724 (1edeeac) into master (37d7659) will increase coverage by 2.18%.
The diff coverage is n/a.

@@             Coverage Diff              @@
##             master     #724      +/-   ##
============================================
+ Coverage     60.63%   62.81%   +2.18%     
  Complexity     1850     1850              
============================================
  Files           229      215      -14     
  Lines         12749    10785    -1964     
  Branches       1064     1064              
============================================
- Hits           7730     6775     -955     
+ Misses         4609     3660     -949     
+ Partials        410      350      -60     

see 14 files with indirect coverage changes

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

@jerqi jerqi merged commit ea4f8c4 into apache:master Mar 15, 2023
@kaijchen kaijchen deleted the fix-test-name branch March 15, 2023 10:50
advancedxy pushed a commit to advancedxy/incubator-uniffle that referenced this pull request Mar 21, 2023
### What changes were proposed in this pull request?

Rename some tests:

* SparkSQLWithDelegationShuffleManagerFallback.java => SparkSQLWithDelegationShuffleManagerFallbackTest.java
* SparkSQLWithDelegationShuffleManager.java => SparkSQLWithDelegationShuffleManagerTest.java

### Why are the changes needed?

test class name should end with Test

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

No.

### How was this patch tested?

CI.
xianjingfeng pushed a commit to xianjingfeng/incubator-uniffle that referenced this pull request Apr 5, 2023
### What changes were proposed in this pull request?

Rename some tests:

* SparkSQLWithDelegationShuffleManagerFallback.java => SparkSQLWithDelegationShuffleManagerFallbackTest.java
* SparkSQLWithDelegationShuffleManager.java => SparkSQLWithDelegationShuffleManagerTest.java

### Why are the changes needed?

test class name should end with Test

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

No.

### How was this patch tested?

CI.
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

4 participants