You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Ran Tao (Jira)" <ji...@apache.org> on 2023/06/29 13:05:00 UTC

[jira] [Created] (FLINK-32485) Flink State Backend Changelog should support build test-jar

Ran Tao created FLINK-32485:
-------------------------------

             Summary: Flink State Backend Changelog should support build test-jar
                 Key: FLINK-32485
                 URL: https://issues.apache.org/jira/browse/FLINK-32485
             Project: Flink
          Issue Type: Improvement
          Components: Runtime / State Backends
    Affects Versions: 1.17.1
            Reporter: Ran Tao


In some scenarios, executing unit tests will report the following errors. In fact, since flink-state-backend-changelog test contains some util classes, we should build test jar


{code:java}
/Users/xxx/github/flink/flink-state-backends/flink-statebackend-changelog/src/test/java/org/apache/flink/state/changelog/ChangelogStateBackendTestUtils.java:29:37

java: Package org.apache.flink.changelog.fs not exist {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)