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

chesnay pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git


    from a6119121164 [FLINK-28474][checkpoint] Fix the bug 
ChannelStateWriteResult might not fail after checkpoint abort
     new 40f0540a3fa [FLINK-29510][tests] Test NOTICE file parsing
     new cff8637af70 [FLINK-25910][tests] Test checks for a given NOTICE file
     new 617f5fe7df4 [FLINK-29510][tests] Tests high-level logic
     new 42b00efdc7c [FLINK-29510][tests] Test deploy-plugin parsing

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../tools/ci/licensecheck/NoticeFileChecker.java   | 243 +++++++++++----------
 .../flink/tools/ci/utils/deploy/DeployParser.java  |  74 +++++++
 .../tools/ci/utils/notice/NoticeContents.java      |  30 ++-
 .../flink/tools/ci/utils/notice/NoticeParser.java  |  82 +++++++
 .../ci/licensecheck/NoticeFileCheckerTest.java     | 175 +++++++++++++++
 .../tools/ci/utils/deploy/DeployParserTest.java    |  60 +++++
 .../tools/ci/utils/notice/NoticeParserTest.java    |  85 +++++++
 tools/maven/suppressions.xml                       |   1 +
 8 files changed, 615 insertions(+), 135 deletions(-)
 create mode 100644 
tools/ci/flink-ci-tools/src/main/java/org/apache/flink/tools/ci/utils/deploy/DeployParser.java
 copy 
flink-runtime/src/main/java/org/apache/flink/runtime/rest/messages/EmptyMessageParameters.java
 => 
tools/ci/flink-ci-tools/src/main/java/org/apache/flink/tools/ci/utils/notice/NoticeContents.java
 (55%)
 create mode 100644 
tools/ci/flink-ci-tools/src/main/java/org/apache/flink/tools/ci/utils/notice/NoticeParser.java
 create mode 100644 
tools/ci/flink-ci-tools/src/test/java/org/apache/flink/tools/ci/licensecheck/NoticeFileCheckerTest.java
 create mode 100644 
tools/ci/flink-ci-tools/src/test/java/org/apache/flink/tools/ci/utils/deploy/DeployParserTest.java
 create mode 100644 
tools/ci/flink-ci-tools/src/test/java/org/apache/flink/tools/ci/utils/notice/NoticeParserTest.java

Reply via email to