已开启
feat: add mysql-connector-python compatibility test for openGauss dolphin plugin #107
liuhaodong-2026创建于 19 天前
feat: add mysql-connector-python compatibility test for openGauss dolphin plugin #107
已开启
合并受阻
19 天前 创建了 pull request,commit d9de07bb
19 天前 添加了label:sig/Infra
opengauss_bot
19 天前 评论:
19 天前 评论:
Welcome To openGauss Community
Hey @liuhaodong-2026 , 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: Infra ,
and any of the maintainers: @CarrotGo, @chendong76, @chenxiaobin19, @congzhou2603, @dodders, @hwworkholic, @jemappellehc, @muyulinzhong, @quemingjian, @shenzheng4, @shirley_zhengx, @superlchf, @totaj, @wlff234, @wofanzheng, @ywzq1161327784 ,
and any of the committers: @ailoooong, @gzbang, @libiao2024, @zhangxubo .


19 天前 添加了label:stat/needs-squash
19 天前 添加了label:opengauss-cla/yes
opengauss_bot
19 天前 评论:
19 天前 评论:
18 天前 修改了pull request 的描述
18 天前 添加了label:ai-co-authored
18 天前 添加了label:ai-includes-code
opengauss_bot
18 天前 评论:
18 天前 评论:
AI Declaration Check Failed
@liuhaodong-2026, AI declaration compliance check failed, please try again later. ❌


12 天前 修改了pull request 的描述
12 天前 删除了label:ai-co-authoredai-includes-code
【标题】Add mysql-connector-python compatibility test for openGauss dolphin plugin
【实现内容】:
新增 mysql-connector-python 连接 openGauss B 兼容模式数据库的兼容性测试代码及自测报告,位于 MysqlConnectorCompatibility/ 目录。
【根因分析】:
现有 examples 仓库缺少 mysql-connector-python 驱动的兼容性验证,开发者无法了解该驱动连接 openGauss dolphin 插件的可行性及所需配置。
【实现方案】:
编写覆盖 18 个测试场景的测试脚本,发现并记录 3 个兼容性问题(collation 不支持、C 扩展认证失败、反斜杠转义不兼容),提供解决方案,全部测试通过(18/18)。
【关联需求或issue】: /
【开发自验报告】:
【当前PR是否有AI参与】:
[x] 否