CalvinKirs commented on PR #20786:
URL: https://github.com/apache/doris/pull/20786#issuecomment-1592218499

   > It can't avoid such issue, because the merge time may be far behind the 
commit time. This GA can't handle that issue.↳
   
   When a development branch falls behind the main branch, even if there are no 
conflicts, bugs may still arise when the development branch is merged into the 
main branch. Git can only detect conflicts, but it is powerless when our code 
conflicts logically.
   
   This pull request will address this issue as much as possible, but it cannot 
solve it completely. However, at least when a contributor creates a pull 
request, the development branch will not fall too far behind the main branch.
   
   Looking back over the past few months, we have had too many meaningless test 
cases. When the code falls behind the main branch, running test cases may be 
meaningless. In addition, test cases are a heavyweight resource and should be 
avoided as much as possible when the code is not yet ready. Therefore, when the 
development branch falls behind the main branch, we should try to avoid running 
test cases.


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