diff --git a/regression-test/suites/schema_change_p0/test_schema_change_mow_with_empty_rowset.groovy b/regression-test/suites/schema_change_p0/test_schema_change_mow_with_empty_rowset.groovy index d7bcf69b3d5652..03644aba5c88ee 100644 --- a/regression-test/suites/schema_change_p0/test_schema_change_mow_with_empty_rowset.groovy +++ b/regression-test/suites/schema_change_p0/test_schema_change_mow_with_empty_rowset.groovy @@ -68,6 +68,7 @@ suite("test_schema_change_mow_with_empty_rowset", "p0") { Awaitility.await().atMost(30, TimeUnit.SECONDS).pollDelay(10, TimeUnit.MILLISECONDS).pollInterval(10, TimeUnit.MILLISECONDS).until( { String res = getJobState(tableName) + logger.info("alter table ${tableName} job state: ${res}") if (res == "FINISHED" || res == "CANCELLED") { assertEquals("FINISHED", res) return true