shuke987 opened a new pull request, #64903: URL: https://github.com/apache/doris/pull/64903
## Proposed changes Add a `logger.info` to print the alter table job state that is polled inside the Awaitility loop in `test_schema_change_mow_with_empty_rowset.groovy`. The test waits for the schema-change job to reach `FINISHED`/`CANCELLED` but does not log the intermediate state. When the job stalls or ends up `CANCELLED`, the regression log shows no trace of the observed state, making failures hard to diagnose. Logging the polled `res` each iteration makes such failures self-explanatory from the test output. No behavior change to the test logic itself. ## Checklist - [x] No new test needed (logging-only change to an existing regression test) 🤖 Generated with [Claude Code](https://claude.com/claude-code) -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
