Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
liunaijie committed Sep 13, 2024
1 parent b2878e6 commit 67a1362
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
import org.apache.seatunnel.api.table.catalog.TablePath;
import org.apache.seatunnel.api.table.type.SeaTunnelRow;
import org.apache.seatunnel.e2e.common.container.TestContainer;
import org.apache.seatunnel.e2e.common.container.TestContainerId;

import org.apache.commons.lang3.tuple.Pair;

Expand Down Expand Up @@ -114,12 +115,13 @@ JdbcCase getJdbcCase() {

@Override
void checkResult(String executeKey, TestContainer container, Container.ExecResult execResult) {
log.info("~~~~~~~~~~~~StarRocks IT Start \n");
log.info("~~~~~~StarRocks IT Start");
log.info(container.identifier().toString());
log.info("is seatunnel {}", container.identifier().equals(TestContainerId.SEATUNNEL));
log.info(
" has log : {}",
"has log {}",
execResult.getStdout().contains("Loading catalog tables for catalog"));
log.info("~~~~~~~~~~~~StarRocks IT End\n");
log.info("~~~~~~StarRocks IT End");
}

@Override
Expand Down

0 comments on commit 67a1362

Please sign in to comment.