algorand / algorand/go-algorand
Set up Sandbox Round Testing on CI tests
未关闭
Team Hyper Flow
- 主要语言
- Go
- 星标
- 1.4k
- 派生
- 537
- 平均合并
- 1 天 7 小时
- 30 天内合并 PR
- 18
描述
## Test extension ideas
Rounds advancing
Rounds recorded in both indexer and algod
GIthub Repo: https://github.com/algorand/sandbox
Notes: https://docs.google.com/document/d/1rXrXjoB0hA96QKY4Q8mis-w1XNsfGdIhuO9TwbQmcbA/edit?usp=sharing
## Acceptance Criteria
Add to CI workflow to test that the rounds are advancing in the health checkpoint `curl "localhost:8980/health" | test -qs $(jq ".round") -ne 0`
Make sure to test it out and check that it works as expected in the CI tool.
```
./sandbox clean && ./sandbox up -v $CONFIG && sleep 30 && curl "localhost:8980/health" | test $(jq ".round") -ne 0
```
贡献指南
评估
这个 Issue 还没有评估数据。