Skip to content

[Improvement][server] unit test for SubProcessTask#3587

Closed
hsupu wants to merge 1 commit intoapache:devfrom
hsupu:dev-test-subproc-task
Closed

[Improvement][server] unit test for SubProcessTask#3587
hsupu wants to merge 1 commit intoapache:devfrom
hsupu:dev-test-subproc-task

Conversation

@hsupu
Copy link
Copy Markdown
Contributor

@hsupu hsupu commented Aug 25, 2020

What is the purpose of the pull request

add the unit test for SubProcessTask

Brief change log

  • add and enable the unit test for SubProcessTask

Verify this pull request

This change added tests and can be verified as follows:

  • Updated org.apache.dolphinscheduler.server.master.SubProcessTaskTest
  • Tested locally

@hsupu hsupu changed the title [Improvement][server] unit test for SubProcessTask [Improvement][common,server] unit test for SubProcessTask Aug 25, 2020
@hsupu hsupu force-pushed the dev-test-subproc-task branch from fe85fcc to 9a21bb6 Compare August 26, 2020 07:36
@hsupu hsupu changed the title [Improvement][common,server] unit test for SubProcessTask [Improvement][server] unit test for SubProcessTask Aug 26, 2020
@sonarqubecloud
Copy link
Copy Markdown

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

No Coverage information No Coverage information
0.0% 0.0% Duplication

Comment on lines +99 to +101
if (!Stopper.isRunning()) {
return;
}
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Will it directly return because the global Stopper.isRunning() return false?

@yangyichao-mango
Copy link
Copy Markdown
Contributor

Please resolve conflicts.

@hsupu hsupu closed this Sep 4, 2020
@hsupu
Copy link
Copy Markdown
Contributor Author

hsupu commented Sep 4, 2020

alternative to #3632

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.

2 participants