[Feature-5087][SqlTask] Add a switch to send mail and print head logs in SqlTask#5088
Merged
CalvinKirs merged 2 commits intoapache:devfrom Mar 19, 2021
Merged
Conversation
1273cca to
c37af40
Compare
c37af40 to
08e4dba
Compare
Codecov Report
@@ Coverage Diff @@
## dev #5088 +/- ##
============================================
- Coverage 47.23% 47.17% -0.06%
+ Complexity 3685 3680 -5
============================================
Files 569 569
Lines 23895 23905 +10
Branches 2749 2753 +4
============================================
- Hits 11287 11278 -9
- Misses 11580 11593 +13
- Partials 1028 1034 +6
Continue to review full report at Codecov.
|
Member
Author
|
@CalvinKirs I have tried to improve the unit test coverage to |
Member
|
btw, send email default value should is true. please reviewers notice. |
ea3f0c9 to
fb333d1
Compare
|
SonarCloud Quality Gate failed. |
chengshiwen
added a commit
to chengshiwen/dolphinscheduler
that referenced
this pull request
Mar 18, 2021
…print head logs in SqlTask apache#5088
chengshiwen
added a commit
to chengshiwen/dolphinscheduler
that referenced
this pull request
Mar 20, 2021
…print head logs in SqlTask apache#5088
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Purpose of the pull request
*[Feature-5087][SqlTask] Add a switch to send mail and print head logs in SqlTask
This closes #174 closes #547 closes #5087
Brief change log
Verify this pull request
This pull request is already covered by existing tests, such as (please describe tests).
(and)
This change added tests and can be verified as follows:
Snapshots
Configure SQLTask:
Picture 1:

Picture 2:

Picture 3:

Send email but failed
Turn off sending email
@dailidong @CalvinKirs @chenxingchun