-
Notifications
You must be signed in to change notification settings - Fork 4.6k
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
[Improvement][Test] Remove the usage of powermock in datasource-plugin module #12194
Conversation
c720741
to
3dd9a7f
Compare
import org.apache.dolphinscheduler.spi.utils.StringUtils; | ||
|
||
import sun.security.krb5.Config; |
Check notice
Code scanning / CodeQL
Access to unsupported JDK-internal API
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is the order rearrangement by spotless, not new import added.
efb4bb2
to
d736c6b
Compare
Codecov Report
@@ Coverage Diff @@
## dev #12194 +/- ##
============================================
- Coverage 39.44% 39.44% -0.01%
+ Complexity 4142 4140 -2
============================================
Files 1011 1011
Lines 37845 37852 +7
Branches 4345 4347 +2
============================================
+ Hits 14929 14930 +1
- Misses 21185 21191 +6
Partials 1731 1731
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
SonarCloud Quality Gate failed. |
…n module (apache#12194) * Remove the usage of powermock in datasource-plugin module * Switch datasource-plugin module to use PropertyUtils in common module
…n module (apache#12194) * Remove the usage of powermock in datasource-plugin module * Switch datasource-plugin module to use PropertyUtils in common module
Purpose of the pull request
Brief change log
common
module instead of that inspi
module.Verify this pull request