ZhengweiZhu commented on PR #3448: URL: https://github.com/apache/brpc/pull/3448#issuecomment-5296202024
CI update: all checks passed except `gcc-unittest-with-bazel`, which failed while running the unrelated `bthread_priority_queue_unittest` target. The first two `PriorityQueueTest` cases passed, then the process terminated during `PriorityQueueTest.start_foreground_priority_to_run` without a normal gtest assertion message. This PR only changes `brpc_controller_unittest.cpp`, and Bazel runs these test targets in separate processes. The target check for this fix, `clang-unittest-asan`, passed. The same GCC/Bazel job also passed on the current upstream master CI, PR #3423, PR #3445, and PR #3447, so this appears to be an intermittent priority-queue scheduling failure rather than a regression from this PR. Failed job: https://github.com/apache/brpc/actions/runs/31818586145/job/94826110622 I do not have permission to rerun Actions jobs in `apache/brpc`. Could a maintainer please rerun the failed job? -- 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]
