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 @l3007kkk , 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. You can self-configure the PR merge rules for this repository. For more details, please refer to Here.
Contact Guide
If you have any questions, please contact the SIG: Community ,
and any of the maintainers: @CarrotGo, @chendong76, @chenxiaobin19, @congzhou2603, @dodders, @hwworkholic, @jemappellehc, @libiao2024, @muyulinzhong, @quemingjian, @shenzheng4, @shirley_zhengx, @superlchf, @totaj, @wlff234, @wofanzheng, @ywzq1161327784 ,
and any of the committers: @Louisyzh, @hw_hbj, @libiao2024, @wang4721, @wang_xingmiao, @zengseliang, @zhangxubo .


自验时间:2026-09-09
自验版本:7.0.0 B022
自验步骤:
step1. 开启录制,然后开启业务


跑业务后的结果:

step2. 开启解析

step3. 开启回放

回放后的结果:

自验通过


回归结论:通过
回归版本:7.0.0-LTS b0023
回归截图:



测试类型
工具功能
测试版本
7.0.0LTS
问题描述
opengauss向opengaus录制回放 解析报错
操作系统和硬件信息
2203
测试环境
企业版单机
被测功能
opengauss向opengauss B库录制回放
预置条件
建立java文件,opengauss建立B库db_0826
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.Statement;
import java.sql.Timestamp;
import java.math.BigDecimal;
/**
*/
public class OgJdbcDemo {
}
操作步骤
step1 建立录制,opengauss向opengauss。窗口1执行录制,窗口2运行上述java文件
step2 分析
预期输出
分析结果正常
实际输出
报错
日志信息
提单组织
测试团队
测试代码