[
https://issues.apache.org/jira/browse/FLINK-32485?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17738861#comment-17738861
]
Yuan Mei edited comment on FLINK-32485 at 6/30/23 3:34 AM:
-----------------------------------------------------------
I can take a look
"test-jar" is usually used to share test code between modules.
If I remember correctly, there should not be any other module sharing the test
code of the changelog (It has been changed quite a lot, so I may make a
mistake).
Do you know where `ChangelogStateBackendTestUtils` is used (other than
flink-statebackend-changelog)?
was (Author: ym):
I can take a look
"test-jar" is usually used to share test code between modules.
If I remember correctly, there should not be any other module sharing the test
code of the changelog (It has been changed quite a lot, so I may make a
mistake).
Do you know where "ChangelogStateBackendTestUtils" is used (other than
flink-statebackend-changelog)?
> 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
> Priority: Major
> Labels: pull-request-available
>
> 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 like flink-rocks-db backend.
> {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)