You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by li...@apache.org on 2020/02/14 02:39:09 UTC

[incubator-dolphinscheduler] branch dev updated (44b7646 -> cdd53a7)

This is an automated email from the ASF dual-hosted git repository.

lidongdai pushed a change to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-dolphinscheduler.git.


    from 44b7646  Adapting partial code(file name start with C) to the sonar cloud rules (#1918)
     add cdd53a7  Fix socket bug: read before sock connect. Add UT for FourLetterWordMain. (#1954)

No new revisions were added by this update.

Summary of changes:
 .../api/utils/FourLetterWordMain.java              |  31 +--
 .../api/utils/FourLetterWordMainTest.java          | 218 +++++++++++++++++++++
 pom.xml                                            |   1 +
 3 files changed, 238 insertions(+), 12 deletions(-)
 create mode 100644 dolphinscheduler-api/src/test/java/org/apache/dolphinscheduler/api/utils/FourLetterWordMainTest.java