Skip to content

combine logback config of master/worker/alert/api server to one#1898

Merged
davidzollo merged 34 commits intoapache:devfrom
davidzollo:dev
Feb 6, 2020
Merged

combine logback config of master/worker/alert/api server to one#1898
davidzollo merged 34 commits intoapache:devfrom
davidzollo:dev

Conversation

@davidzollo
Copy link
Copy Markdown
Contributor

combine logback config of master/worker/alert/api server to one

DanielLeens and others added 30 commits September 5, 2019 17:48
update rpc maven compile to 1.8
…duler into dev

# Conflicts:
#	dolphinscheduler-api/pom.xml
# Conflicts:
#	dolphinscheduler-api/pom.xml
@Jave-Chen
Copy link
Copy Markdown
Contributor

UT coverage analysis need add include record at pom.xml . Like this:

<plugin>
    <groupId>org.apache.maven.plugins</groupId>
    <artifactId>maven-surefire-plugin</artifactId>
    <version>${maven-surefire-plugin.version}</version>
    <configuration>
        <includes>
             ...
            <!-- add here -->
            <include>**/path/to/new/file.java</include>
        </includes>
        <!-- <skip>true</skip> -->
    </configuration>
</plugin>

@codecov-io
Copy link
Copy Markdown

codecov-io commented Feb 5, 2020

Codecov Report

Merging #1898 into dev will decrease coverage by 0.59%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##              dev    #1898     +/-   ##
=========================================
- Coverage   22.47%   21.87%   -0.6%     
=========================================
  Files         296      296             
  Lines       14176    14261     +85     
  Branches     2340     2376     +36     
=========================================
- Hits         3186     3120     -66     
- Misses      10635    10783    +148     
- Partials      355      358      +3
Impacted Files Coverage Δ
...er/server/worker/task/AbstractCommandExecutor.java 0% <ø> (ø) ⬆️
...phinscheduler/common/log/TaskLogDiscriminator.java 70% <ø> (ø)
...e/dolphinscheduler/common/log/MasterLogFilter.java 16.66% <ø> (ø)
...he/dolphinscheduler/server/utils/ProcessUtils.java 0% <ø> (ø) ⬆️
...e/dolphinscheduler/common/log/WorkerLogFilter.java 16.66% <ø> (ø)
...che/dolphinscheduler/common/log/TaskLogFilter.java 16.66% <ø> (ø)
...duler/server/worker/runner/TaskScheduleThread.java 0% <ø> (ø) ⬆️
...lphinscheduler/common/utils/SensitiveLogUtils.java 100% <ø> (ø)
...che/dolphinscheduler/common/utils/LoggerUtils.java 92.85% <100%> (ø)
...inscheduler/common/log/SensitiveDataConverter.java 94.11% <100%> (ø)
... and 19 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c6d1557...8ab680f. Read the comment docs.

@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud bot commented Feb 5, 2020

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities (and Security Hotspot 0 Security Hotspots to review)
Code Smell A 0 Code Smells

77.8% 77.8% Coverage
0.0% 0.0% Duplication

Copy link
Copy Markdown
Contributor

@qiaozhanwei qiaozhanwei left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1

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.

5 participants