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

   ## Summary
   - Fix branch-4.0 External Regression flaky failure in 
`test_streaming_mysql_job`.
   - `test_streaming_mysql_job_dup` used the same streaming job name as 
`test_streaming_mysql_job`, so concurrent execution could drop the main case 
job while it was waiting for CDC incremental data.
   - Use an isolated job name for the dup case, matching branch-4.1/master 
behavior.
   
   ## Testing
   - [x] `git diff --check`
   - [x] Verified diff is limited to `test_streaming_mysql_job_dup.groovy`
   - [ ] External Regression / buildall pending
   
   Failure evidence: TeamCity build 986509, `jobInfo: []` at 
`test_streaming_mysql_job.groovy:158` after concurrent `DROP JOB ... 
test_streaming_mysql_job_name` from `test_streaming_mysql_job_dup.groovy`.


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