From 03f6e5d234c82a476ee9e31587a845b2891c5b8c Mon Sep 17 00:00:00 2001 From: "xue.xiao" Date: Fri, 19 Jan 2024 11:19:51 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E7=BC=BA=E9=99=B7=E5=AF=86?= =?UTF-8?q?=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...346\265\213\350\257\225\346\212\245\345\221\212.md" | 8 ++++++-- ...346\265\213\350\257\225\346\212\245\345\221\212.md" | 10 ++++++++-- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git "a/Test_Result/openGauss_5.1.1/\345\205\274\345\256\271\346\200\247/openGauss 5.1.1 walsender\346\265\213\350\257\225\346\212\245\345\221\212.md" "b/Test_Result/openGauss_5.1.1/\345\205\274\345\256\271\346\200\247/openGauss 5.1.1 walsender\346\265\213\350\257\225\346\212\245\345\221\212.md" index 962b42b..4b34fa7 100644 --- "a/Test_Result/openGauss_5.1.1/\345\205\274\345\256\271\346\200\247/openGauss 5.1.1 walsender\346\265\213\350\257\225\346\212\245\345\221\212.md" +++ "b/Test_Result/openGauss_5.1.1/\345\205\274\345\256\271\346\200\247/openGauss 5.1.1 walsender\346\265\213\350\257\225\346\212\245\345\221\212.md" @@ -119,10 +119,14 @@ openGauss openGauss中增加函数:gs_stat_walsender、gs_stat_walreceiver、g | -------- | ---------- | ------------ | ------------ | ------------ | | openGauss 5.1.1 build 6aa32485 | 42 | Passed: 42
Failed: 0 | 0 | 0% | +**数据项说明:** + +- 缺陷密度:0(缺陷个数)/0.95kloc(代码行数)=0(个/kloc) + ## 4.3 后续测试建议 无 # 5 附件 - -无 +- 资料pr https://gitee.com/opengauss/docs/pulls/5945 +- 代码PR https://gitee.com/opengauss/openGauss-server/pulls/4416/files diff --git "a/Test_Result/openGauss_5.1.1/\345\205\274\345\256\271\346\200\247/openGauss 5.1.1 \350\247\206\345\233\276\350\247\243\350\200\246\346\265\213\350\257\225\346\212\245\345\221\212.md" "b/Test_Result/openGauss_5.1.1/\345\205\274\345\256\271\346\200\247/openGauss 5.1.1 \350\247\206\345\233\276\350\247\243\350\200\246\346\265\213\350\257\225\346\212\245\345\221\212.md" index 819e653..c3364c0 100644 --- "a/Test_Result/openGauss_5.1.1/\345\205\274\345\256\271\346\200\247/openGauss 5.1.1 \350\247\206\345\233\276\350\247\243\350\200\246\346\265\213\350\257\225\346\212\245\345\221\212.md" +++ "b/Test_Result/openGauss_5.1.1/\345\205\274\345\256\271\346\200\247/openGauss 5.1.1 \350\247\206\345\233\276\350\247\243\350\200\246\346\265\213\350\257\225\346\212\245\345\221\212.md" @@ -103,7 +103,7 @@ openGauss dolphin插件以及兼容A库下实现视图解耦功能,共计执 | 测试步骤 | 测试结果 | | -------- | -------- | -| 1. 在兼容"A"、"B"类型数据库下执行所有测试用例
2. 用例全部执行,正常返结果,执行完成后数据库稳定运行 | 执行80条用例,发现1个问题,5个用例没有通过,其他测试通过 | +| 1. 在兼容"A"、"B"类型数据库下执行所有测试用例,用例全部执行,正常返结果,执行完成后数据库稳定运行 | 执行80条用例,发现1个问题,5个用例没有通过,其他测试通过 | ### 4.1.3 资料测试 @@ -119,10 +119,16 @@ openGauss dolphin插件以及兼容A库下实现视图解耦功能,共计执 | -------- | ---------- | ------------ | ------------ | ------------ | | openGauss 5.1.1 build 7442024f | 80 | Passed: 75
Failed: 5 | 1 | 1% | | openGauss 6.0.0 build d2533e77 | 80 | Passed: 80
Failed: 0 | 0 | 0% | + +**数据项说明:** + +- 缺陷密度:1(缺陷个数)/0.49kloc(代码行数)=2.04(个/kloc) + ## 4.3 后续测试建议 无 # 5 附件 -无 +- 代码PR https://gitee.com/opengauss/openGauss-server/pulls/4553/files +- 资料PR https://docs-opengauss.osinfra.cn/zh/docs/latest/docs/SQLReference/ALTER-TABLE.html -- Gitee