JNSimba opened a new pull request, #65294:
URL: https://github.com/apache/doris/pull/65294
### What problem does this PR solve?
Issue Number: None
Problem Summary: The MySQL duplicate-job regression case reused the same
streaming job name as the normal MySQL streaming job case on branch-4.0. When
the two cases run concurrently, the duplicate-job case can drop the normal
case's running job and make its later jobs() query return no rows. This patch
gives the duplicate-job case its own job name.
### Release note
None
### Check List (For Author)
- Test: Manual test
- Verified the diff only changes the duplicate-job case name, and the
normal and duplicate MySQL streaming cases now use distinct job names.
- Behavior changed: No
- Does this need documentation: No
--
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]