flink-cdc icon indicating copy to clipboard operation
flink-cdc copied to clipboard

[FLINK-35888][cdc-connector][paimon] Add e2e test for PaimonDataSink.

Open lvyanquan opened this issue 1 year ago • 3 comments

Add e2e test for PaimonDataSink.

lvyanquan avatar Jul 23 '24 23:07 lvyanquan

@yuxiqian Can you help to review this?

lvyanquan avatar Jul 24 '24 02:07 lvyanquan

Seems CI is failing since https://github.com/apache/flink-cdc/commit/17ff659ff72e6d144e06256ed12162e604dc4804 doesn't generate test jar by default, which is required by Paimon E2e tests. Some changes like

    <build>
        <plugins>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-jar-plugin</artifactId>
                <executions>
                    <execution>
                        <id>test-jar</id>
                        <goals>
                            <goal>test-jar</goal>
                        </goals>
                    </execution>
                </executions>
            </plugin>
        </plugins>
    </build>

might be necessary.

yuxiqian avatar Jul 29 '24 04:07 yuxiqian

This pull request has been automatically marked as stale because it has not had recent activity for 60 days. It will be closed in 30 days if no further activity occurs.

github-actions[bot] avatar Sep 28 '24 00:09 github-actions[bot]

This pull request has been closed because it has not had recent activity. You could reopen it if you try to continue your work, and anyone who are interested in it are encouraged to continue work on this pull request.

github-actions[bot] avatar Oct 28 '24 00:10 github-actions[bot]

@leonardBang Could you please reopen this?

yuxiqian avatar Dec 26 '24 05:12 yuxiqian

Close this and trace in https://github.com/apache/flink-cdc/pull/3818 as this pr rely on https://github.com/apache/flink-cdc/pull/3818 to fix some bugs and https://github.com/apache/flink-cdc/pull/3818 also need to verify by e2e.

lvyanquan avatar Jan 07 '25 08:01 lvyanquan