Skip to content

Commit

Permalink
log
Browse files Browse the repository at this point in the history
  • Loading branch information
liunaijie committed Sep 11, 2024
1 parent 52c10d5 commit abd4938
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ JdbcCase getJdbcCase() {
void checkResult(String executeKey, TestContainer container, Container.ExecResult execResult) {
log.info(
"~~~~~~~~~~~~~~~~~~~~~~~~~~~~~StarRocksdb checkResult Start~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~");
log.info(container.getServerLogs());
log.info(execResult.getStdout());
log.info(
"~~~~~~~~~~~~~~~~~~~~~~~~~~~~~StarRocksdb checkResult Done~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~");
}
Expand Down

0 comments on commit abd4938

Please sign in to comment.