shuke987 opened a new pull request, #65214:
URL: https://github.com/apache/doris/pull/65214

   ## Summary
   
   Fix `test_routine_load_error_info` cleanup after the Kafka `read_committed` 
lag hint assertion.
   
   The failing NonConcurrent build showed the target assertion had already 
passed: `SHOW ROUTINE LOAD` exposed the expected `some records may be in 
uncommitted transactions` hint. The case then immediately stopped routine load 
and used a plain `DROP TABLE`, which raced a committed routine-load transaction 
still waiting to complete.
   
   Use `try_sql` cleanup plus `DROP TABLE IF EXISTS ... FORCE` for this case's 
test-owned tables so cleanup does not mask a successful assertion with a 
transient committed-transaction drop failure. If setup/assertion fails earlier 
in a future run, cleanup will also avoid hiding the original failure.
   
   ## Testing
   
   - [x] `git diff --check`
   - [ ] Runtime regression not run locally; current machine does not have the 
required Doris/Kafka endpoints (`172.19.0.2:9131`, `127.0.0.1:19193`).
   


-- 
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]

Reply via email to