algorand / algorand/go-algorand
Set up Sandbox Round Testing on CI tests
Offen
Team Hyper Flow
- Vorherrschende Sprache
- Go
- Sterne
- 1.4k
- Forks
- 537
- Ø Merge
- 1 T. 6 Std.
- Gemergte PRs (30 T.)
- 17
Beschreibung
## 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
```
Beitragsleitfaden
Bewertung
Dieses Issue wurde noch nicht bewertet.