| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
test(ut): raise MIDI branch coverage above 75% Add deterministic unit tests for shared-ring, client/server lifecycle, device connection, BLE callback, and UMP conversion branches. Exclude test sources from the strict coverage corpus and keep production code unchanged. Co-Authored-By: Agent <agent@example.com> Signed-off-by: owen_creeper <ouhanjun3@huawei.com> | 1 个月前 | |
!87 merge master into master fix(midi-ble): 安全告警修复 Created-by: acorwa Commit-by: 蒋志庆 Merged-by: openharmony_ci Description: ### 一、内容说明(相关的Issue) https://gitcode.com/openharmony/multimedia_midi_framework/issues/71 ### 二、建议测试周期和提测地址 建议测试完成时间:xxxx.xx.xx 投产上线时间:xxxx.xx.xx 提测地址:CI环境/压测环境 测试账号: ### 三、变更内容 * 3.1 关联PR列表 * 3.2 数据库和部署说明 1. 常规更新 2. 重启unicorn 3. 重启sidekiq 4. 迁移任务:是否有迁移任务,没有写 "无" 5. rake脚本: bundle exec xxx RAILS_ENV = production;没有写 "无" * 3.4 其他技术优化内容(做了什么,变更了什么) - 重构了 xxxx 代码 - xxxx 算法优化 * 3.5 废弃通知(什么字段、方法弃用?) * 3.6 后向不兼容变更(是否有无法向后兼容的变更?) ### 四、研发自测点(自测哪些?冒烟用例全部自测?) 自测测试结论: ### 五、测试关注点(需要提醒QA重点关注的、可能会忽略的地方) 检查点: | 需求名称 | 是否影响xx公共模块 | 是否需要xx功能 | 需求升级是否依赖其他子产品 | |------|------------|----------|---------------| | xxx | 否 | 需要 | 不需要 | | | | | | 接口测试: 性能测试: 并发测试: 其他: See merge request: openharmony/multimedia_midi_framework!87 | 1 个月前 | |
midi_client_connection_unittest 补充 midi_framework_interface 直接依赖 midi_device_connection_unittest 补充 midi_framework_interface 直接依赖 共享符号去重后 common 不再导出 MidiSharedRing,测试直接使用该符号, 需按依赖卫生原则显式声明直接依赖。 Co-Authored-By: Agent <agent@example.com> Signed-off-by: 蒋志庆 <jiangzhiqing4@h-partners.com> | 14 天前 | |
修复 BleOpenAndDestroyedClientBranches001 的错误断言 DestroyMidiClient 后三个回调(NotifyDeviceChange/NotifyError/NotifyDeviceOpened) 均被 destroyed-client 守卫丢弃,capture 计数应保持销毁前的 0/0/2。原断言误用了 未销毁场景的期望(2/1),导致用例失败。 - 将 deviceChangeCount、errorCount 断言改为 0,与守卫语义及 ExpiredClientCallbackBranches001 保持一致 - 补充 CloseDevice(7001) 的 mock expectation,避免 CloseAndRemoveDevice 触发 uninteresting-call 警告并消除对 gmock 默认返回值的隐式依赖 Co-Authored-By: Agent <agent@example.com> Signed-off-by: acorwa <jiangzhiqing4@h-partners.com> | 1 个月前 | |
midi_client_connection_unittest 补充 midi_framework_interface 直接依赖 midi_device_connection_unittest 补充 midi_framework_interface 直接依赖 共享符号去重后 common 不再导出 MidiSharedRing,测试直接使用该符号, 需按依赖卫生原则显式声明直接依赖。 Co-Authored-By: Agent <agent@example.com> Signed-off-by: 蒋志庆 <jiangzhiqing4@h-partners.com> | 14 天前 | |
fix(ut): resolve CodeCheck findings Use local camelCase constants, name reported literals, and replace the default lambda capture with explicit references. Co-Authored-By: Agent <agent@example.com> Signed-off-by: owen_creeper <ouhanjun3@huawei.com> | 1 个月前 | |
test(ut): raise MIDI branch coverage above 75% Add deterministic unit tests for shared-ring, client/server lifecycle, device connection, BLE callback, and UMP conversion branches. Exclude test sources from the strict coverage corpus and keep production code unchanged. Co-Authored-By: Agent <agent@example.com> Signed-off-by: owen_creeper <ouhanjun3@huawei.com> | 1 个月前 | |
fix(ut): repair TDD compilation Expose test-only controller helpers to the MIDI server unit-test target and keep the unload delay constant in the scope where it is used. Co-Authored-By: Agent <agent@example.com> Signed-off-by: owen_creeper <ouhanjun3@huawei.com> | 1 个月前 | |
test(ut): raise MIDI branch coverage above 75% Add deterministic unit tests for shared-ring, client/server lifecycle, device connection, BLE callback, and UMP conversion branches. Exclude test sources from the strict coverage corpus and keep production code unchanged. Co-Authored-By: Agent <agent@example.com> Signed-off-by: owen_creeper <ouhanjun3@huawei.com> | 1 个月前 | |
fix(ut): repair TDD compilation Expose test-only controller helpers to the MIDI server unit-test target and keep the unload delay constant in the scope where it is used. Co-Authored-By: Agent <agent@example.com> Signed-off-by: owen_creeper <ouhanjun3@huawei.com> | 1 个月前 | |
fix(ut): resolve CodeCheck findings Use local camelCase constants, name reported literals, and replace the default lambda capture with explicit references. Co-Authored-By: Agent <agent@example.com> Signed-off-by: owen_creeper <ouhanjun3@huawei.com> | 1 个月前 | |
!87 merge master into master fix(midi-ble): 安全告警修复 Created-by: acorwa Commit-by: 蒋志庆 Merged-by: openharmony_ci Description: ### 一、内容说明(相关的Issue) https://gitcode.com/openharmony/multimedia_midi_framework/issues/71 ### 二、建议测试周期和提测地址 建议测试完成时间:xxxx.xx.xx 投产上线时间:xxxx.xx.xx 提测地址:CI环境/压测环境 测试账号: ### 三、变更内容 * 3.1 关联PR列表 * 3.2 数据库和部署说明 1. 常规更新 2. 重启unicorn 3. 重启sidekiq 4. 迁移任务:是否有迁移任务,没有写 "无" 5. rake脚本: bundle exec xxx RAILS_ENV = production;没有写 "无" * 3.4 其他技术优化内容(做了什么,变更了什么) - 重构了 xxxx 代码 - xxxx 算法优化 * 3.5 废弃通知(什么字段、方法弃用?) * 3.6 后向不兼容变更(是否有无法向后兼容的变更?) ### 四、研发自测点(自测哪些?冒烟用例全部自测?) 自测测试结论: ### 五、测试关注点(需要提醒QA重点关注的、可能会忽略的地方) 检查点: | 需求名称 | 是否影响xx公共模块 | 是否需要xx功能 | 需求升级是否依赖其他子产品 | |------|------------|----------|---------------| | xxx | 否 | 需要 | 不需要 | | | | | | 接口测试: 性能测试: 并发测试: 其他: See merge request: openharmony/multimedia_midi_framework!87 | 1 个月前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 1 个月前 | ||
| 1 个月前 | ||
| 14 天前 | ||
| 1 个月前 | ||
| 14 天前 | ||
| 1 个月前 | ||
| 1 个月前 | ||
| 1 个月前 | ||
| 1 个月前 | ||
| 1 个月前 | ||
| 1 个月前 | ||
| 1 个月前 |