xxsc0529 commented on code in PR #9072: URL: https://github.com/apache/seatunnel/pull/9072#discussion_r2020751814
########## seatunnel-e2e/seatunnel-connector-v2-e2e/connector-jdbc-e2e/connector-jdbc-e2e-part-2/src/test/java/org/apache/seatunnel/connectors/seatunnel/jdbc/JdbcOceanBaseMilvusIT.java: ########## @@ -275,6 +275,18 @@ public void testMilvusToOceanBase(TestContainer container) throws Exception { } } + @TestTemplate + public void testMilvusToOceanBaseNotTable(TestContainer container) throws Exception { + try { + dropOceanBaseTable(); + Container.ExecResult execResult = + container.executeJob("/jdbc_milvus_source_and_oceanbase_sink.conf"); + Assertions.assertEquals(0, execResult.getExitCode(), execResult.getStderr()); Review Comment: Do you think it is feasible to check whether the table creation statement is working as expected after the synchronization is completed? -- 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: commits-unsubscr...@seatunnel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org