graphprotocol / graphprotocol/graph-node
Tests for grafting of file data sources
未关闭
还没有人认领这个 Issue。
Stale
testing
- 主要语言
- Rust
- 星标
- 3.2k
- 派生
- 1.1k
- 平均合并
- 4 天 1 小时
- 30 天内合并 PR
- 1
描述
The entity copy query used by grafting has special cases for each combination of source and target has_causality_region value:
https://github.com/graphprotocol/graph-node/blob/7118fd82148c49da88f59043a73a84598be19116/store/postgres/src/relational_queries.rs#L3583-L3599
Except for the noop (false, false), these are not currently covered by our tests.
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
从 store/postgres/src/relational_queries.rs 的第 3583-3599 行开始,检查 grafting entities 复制查询的 has_causality_region 分支。为三个非 noop 的源/目标组合添加测试覆盖,然后运行相关测试套件并确认这些情况通过。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- postgresql, rust
- 领域
- database, testing
- Issue 类型
- 重构
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 45/100