文件最后提交记录最后更新时间
refactor: restructure example directories into benchmark and test Co-authored-by: liuao<royliu.chengdu@gmail.com> # message auto-generated for no-merge-commit merge: !557 merge develop into develop refactor: restructure example directories into benchmark and test Created-by: gcw_M5Xrk6cX Commit-by: liuao Merged-by: yrewzjsx Description: # Pull Request Template ## Description <!-- Provide a clear summary of the change, the problem it solves, and the technical approach. --> ## Related Issues <!-- Replace with actual issue numbers. Example: Closes #123, Related to #456 --> ## Type of Change - [ ] Bug fix - [ ] New feature - [ ] Performance optimization - [x] Documentation update - [x] Other (please describe):_______________ ## Testing <!-- Describe how the changes were tested. Include: - Unit/integration test coverage - Manual validation steps - Links to CI reports (e.g., CIDA) if available - Note any pending tests --> ## Checklist - [ ] I have performed a self-review of my own code. - [x] I have updated the documentation. - [ ] I have added tests to prove my changes are effective. See merge request: Ascend/memfabric_hybrid!5571 个月前
refactor: restructure example directories into benchmark and test Co-authored-by: liuao<royliu.chengdu@gmail.com> # message auto-generated for no-merge-commit merge: !557 merge develop into develop refactor: restructure example directories into benchmark and test Created-by: gcw_M5Xrk6cX Commit-by: liuao Merged-by: yrewzjsx Description: # Pull Request Template ## Description <!-- Provide a clear summary of the change, the problem it solves, and the technical approach. --> ## Related Issues <!-- Replace with actual issue numbers. Example: Closes #123, Related to #456 --> ## Type of Change - [ ] Bug fix - [ ] New feature - [ ] Performance optimization - [x] Documentation update - [x] Other (please describe):_______________ ## Testing <!-- Describe how the changes were tested. Include: - Unit/integration test coverage - Manual validation steps - Links to CI reports (e.g., CIDA) if available - Note any pending tests --> ## Checklist - [ ] I have performed a self-review of my own code. - [x] I have updated the documentation. - [ ] I have added tests to prove my changes are effective. See merge request: Ascend/memfabric_hybrid!5571 个月前
[docs] 文档一致性审查修复: 修复26个文档88项问题 Co-authored-by: j00808874<jiangchanghong3@huawei.com> # message auto-generated for no-merge-commit merge: !733 merge mrdoc into develop [docs] 文档一致性审查修复: 修复26个文档88项问题 Created-by: j00808874 Commit-by: j00808874 Merged-by: yrewzjsx Description: ![image.png](https://raw.gitcode.com/user-images/assets/7672916/991c4e3b-d6d3-477d-b6b9-48cfd3c07169/image.png 'image.png') ![image.png](https://raw.gitcode.com/user-images/assets/7672916/50117056-d687-43e1-a5dc-527c8dc710d5/image.png 'image.png') See merge request: Ascend/memfabric_hybrid!73313 天前
refactor: restructure example directories into benchmark and test Co-authored-by: liuao<royliu.chengdu@gmail.com> # message auto-generated for no-merge-commit merge: !557 merge develop into develop refactor: restructure example directories into benchmark and test Created-by: gcw_M5Xrk6cX Commit-by: liuao Merged-by: yrewzjsx Description: # Pull Request Template ## Description <!-- Provide a clear summary of the change, the problem it solves, and the technical approach. --> ## Related Issues <!-- Replace with actual issue numbers. Example: Closes #123, Related to #456 --> ## Type of Change - [ ] Bug fix - [ ] New feature - [ ] Performance optimization - [x] Documentation update - [x] Other (please describe):_______________ ## Testing <!-- Describe how the changes were tested. Include: - Unit/integration test coverage - Manual validation steps - Links to CI reports (e.g., CIDA) if available - Note any pending tests --> ## Checklist - [ ] I have performed a self-review of my own code. - [x] I have updated the documentation. - [ ] I have added tests to prove my changes are effective. See merge request: Ascend/memfabric_hybrid!5571 个月前
README.md

集成测试 (Integration Tests)

集成测试目录,用于验证各组件在真实环境下的功能和性能。

目录说明

test/integration/
├── decrypt/              # 自定义解密库示例
├── etcd_backend/         # Etcd 后端测试工具
└── config_store/         # 配置存储与集群发现测试

组件列表

名称 介绍 路径
decrypt 自定义解密库示例,用于 TLS 私钥密码解密 decrypt
etcd_backend Etcd 后端存储的并发 PrefixGet 性能测试 etcd_backend
config_store 配置存储自动选举、多进程 rendezvous、多集群隔离验证 config_store