LuciferYang commented on PR #67779: URL: https://github.com/apache/doris/pull/67779#issuecomment-5634629200
BE UT is red here for a repo-wide reason rather than anything in this diff. `doris_be_test` aborts in `RemoteDorisV2ReaderTest.RuntimeCancellationInterruptsBlockedFlightDoGet` with an ASAN SEGV at `pc 0x0` inside absl's seed reader, which is hitting most BE UT builds since 2026-09-10 (26 of 76 that day, 51 of 63 the next) across unrelated pull requests. Filed as #67871 with the stack, the per-day counts and a hypothesis. This build (1042618) is one of the six I confirmed carry that signature. Because the binary aborts at that test, `LegacyFloatZoneMapWithoutHasNanDegradesToPassAll` never ran in CI. It passes locally, and both the guard and its `has_not_null()` conjunct were checked by mutation: removing either makes the test fail. Every other check is green, including P0 (build 1042425). -- 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]
