liunaijie commented on code in PR #7578:
URL: https://github.com/apache/seatunnel/pull/7578#discussion_r1758232328
##########
seatunnel-e2e/seatunnel-connector-v2-e2e/connector-jdbc-e2e/connector-jdbc-e2e-part-2/src/test/java/org/apache/seatunnel/connectors/seatunnel/jdbc/JdbcStarRocksdbIT.java:
##########
@@ -111,7 +115,12 @@ JdbcCase getJdbcCase() {
}
@Override
- void compareResult(String executeKey) {}
+ void checkResult(String executeKey, TestContainer container,
Container.ExecResult execResult) {
+ if (container.identifier().equals(TestContainerId.SEATUNNEL)) {
+ Assertions.assertTrue(
+ execResult.getStdout().contains("Loading catalog tables
for catalog"));
+ }
Review Comment:
i run some test, find the stdout and container log is different on different
engine and version.
so here only check seatunnel engine's log.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]