hello-stephen commented on PR #62506:
URL: https://github.com/apache/doris/pull/62506#issuecomment-5248292614
[community-pipeline-root-cause DORIS-27883]
@Hastyshell @gavinchou,#62506 于 2026-08-10 15:26:56 +08:00 合入 master
后,`CloudSchemaChangeJobTest.FillVersionHolesBeforeNewTabletRunning` 在社区 BE UT
中开始持续失败:最近 300 个返回记录里 28 次有效失败,全部为 `cloud_schema_change_job_test.cpp:190` /
`[INTERNAL_ERROR] failed to find path in version_graph. spec_version: 2-2`。
因果链比较明确:该 fixture 设置 `request.alter_version=1`、mock
`start_resp.alter_version=2`,但 base tablet 没有 `[2,2]` rowset;本 PR 把 capture 判断从
`request.alter_version` 改为 `start_resp.alter_version` 后,测试会实际执行
`capture_rs_readers({2,2})` 并失败。失败分布在多个无关 PR,不是这些被测 PR 各自引入。
跟踪单:[DORIS-27883](http://39.106.86.136:8090/browse/DORIS-27883)。请补一个保持该测试原目标、同时与
registered alter version 一致的 fixture 修复,并以修复 PR checkout SHA 下该 exact BE UT
的终态通过作为闭环证据;当前 test 已 mute,整体 build 变绿本身不能作为通过证据。
--
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]