This issue requires an assignee. Since you haven't specified one, we've assigned TestManager as the default assignee for this issue.


Welcome To openGauss Community
Hey @Miyano , thanks for your contribution to the community.
Bot Usage Manual
I'm the Bot here serving you. You can find the instructions on how to interact with me at Here . That means you can comment below every pull request or issue to trigger Bot Commands.
Contact Guide
If you have any questions, please contact the SIG: StorageEngine, AI, CM, CloudNative, SecurityTechnology, SQLEngine ,
and any of the maintainers: @CarrotGo, @chendong76, @chenxiaobin19, @congzhou2603, @dodders, @hwworkholic, @jemappellehc, @muyulinzhong, @quemingjian, @shenzheng4, @shirley_zhengx, @superlchf, @totaj, @wlff234, @ywzq1161327784 ,
and any of the committers: @Igali, @bihua111, @cailei19, @h_ray, @levy53071, @libiao2024, @lihaixiao, @mrzack, @wangfeihuo, @wuyuechuan, @xiong_xjun, @zhangfengzhi123, @zhangxubo, @zhangzq131, @zjh_hw .


B020自验
日看护流水线正常



连续七日流水线正常


测试类型
SQL功能
测试版本
7.0.0-RC3
问题描述
资源池化CI:FORWARD_OLDEST_XMIN Case0003 sql执行时间过长,与以往差距过大
操作系统和硬件信息
NAME="openEuler"
VERSION="20.03 (LTS)"
ID="openEuler"
VERSION_ID="20.03"
PRETTY_NAME="openEuler 20.03 (LTS)"
ANSI_COLOR="0;31"
测试环境
资源池化
被测功能
预置条件
操作步骤
gsql -d tpcc -p 19327 -r -c "(select o_w_id, o_d_id, sum(o_ol_cnt) from bmsql_oorder
group by o_w_id, o_d_id) except (select ol_w_id, ol_d_id, count(ol_o_id) from bmsql_order_line
group by ol_w_id, ol_d_id);"
预期输出
45分钟内执行完毕
实际输出
无法在45min内执行完成用例
日志信息
以往截图


提单组织
内部开发
测试代码