Skip to content

Commit

Permalink
[Feature][Zeta engine] Added the metrics information of table statist…
Browse files Browse the repository at this point in the history
…ics in multi-table mode apache#6959
  • Loading branch information
hawk9821 committed Jun 27, 2024
1 parent a15db44 commit 993bb8d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ public void testDoris(TestContainer container) throws InterruptedException, Exec
Thread.sleep(10 * 1000);
super.container.stop();
Assertions.assertNotEquals(0, future.get().getExitCode());
log.info("doris error log: \n" + future.get().getStderr());
Assertions.assertTrue(
future.get()
.getStderr()
Expand All @@ -89,7 +90,6 @@ public void testDoris(TestContainer container) throws InterruptedException, Exec
.getStderr()
.contains(
"at org.apache.seatunnel.connectors.doris.sink.writer.RecordBuffer.checkErrorMessageByStreamLoad"));
log.info("doris error log: \n" + future.get().getStderr());
super.container.start();
// wait for the container to restart
given().ignoreExceptions()
Expand Down

0 comments on commit 993bb8d

Please sign in to comment.