-
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
[Test][api] Improvement DataSourceServiceTest
#3558
Comments
yangyichao-mango
changed the title
[Test][api] Improvement DataSourceServiceTest
[Test][api] Improvement Aug 19, 2020
DataSourceServiceTest
Anyone who want to take it, welcome to leave a message~ |
This was referenced Aug 20, 2020
I will take [Test-3558] to write the unittest to full coverage. |
This was referenced Aug 24, 2020
davidzollo
pushed a commit
that referenced
this issue
Aug 24, 2020
* Fixed this bug "multiple threads creating folders will result in multiple identical folders" #3487 * 1. Improvement `DataSourceServiceTest` #3558 2. Get rid of some useless arguments to functions in the `DataSourceService` class * The rollback `ResourceService.java` * The rollback `ResourceService.java` * The rollback `ResourceService.java` * 1.Modify code styles. 2.Make improvement according to Yichao Yang's advice. Thank you very much for guidance.@yichao Yang * Modify code styles. * Circumventing the checkConnection problem * Modify code styles.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the question
Improvement the DataSourceServiceTest test case for DataSourceService for full coverage (100% method coverage).
Test case example
https://github.com/apache/incubator-dolphinscheduler/blob/dev/dolphinscheduler-api/src/test/java/org/apache/dolphinscheduler/api/service/ProcessDefinitionServiceTest.java
Test case specifications
https://dolphinscheduler.apache.org/zh-cn/docs/development/unit-test.html
Important: Need to improvement the test case according to the specifications
Which version of DolphinScheduler:
-[dev]
The text was updated successfully, but these errors were encountered: