bosswnx commented on PR #67310: URL: https://github.com/apache/doris/pull/67310#issuecomment-5497139666
While running the full local FE unit test suite to validate this PR against latest master (merge commit `5fbe3600024`), I found two test failures that exist on **master itself**, introduced by unrelated PRs (#66348 vs #66345, and #66475 vs #64522) landing in a conflicting order. They are unrelated to this PR's changes (`MasterOpExecutor` / `FrontendServiceImpl` / thrift definitions). Tracked in #67403, with root-cause analysis and suggested fixes. All tests related to this PR pass locally: `MasterOpExecutorNotMasterTest` (5/5), plus the surrounding `MasterOpExecutor*` / `FEOpExecutor*` / `FrontendServiceImpl*` classes (39/39). -- 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]
