Investigate runtime grey box testing (db queries/file system/security etc.)
未关闭
post-mainnet
- 主要语言
- Go
- 星标
- 8
- 派生
- 6
- PR 合并指标
- 30 天内没有已合并 PR
描述
Now that we have good black box coverage, I think it would be useful to introduce some grey box tests.
These would be against the full running system, but have access to some internal state.
Some things I am thinking of but we can expand:
- Query DB state, is everything as expected
- Query M/S/B filesystem
- Network traffic between services
etc.
贡献指南
这个仓库没有索引到贡献指南
调研方向
查看仓库中现有的黑盒测试以理解系统架构。识别用于监控数据库状态、文件系统(M/S/B)和服务间网络流量的入口点。确定如何对运行中的系统进行插装以暴露内部状态供验证。通过创建几个验证内部一致性的灰盒测试示例来定义“完成”的标准。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- go
- 领域
- testing
- Issue 类型
- 功能
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 45/100