Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix a data race in app tests (#3269)
## Summary A test helper function `commitRound` accessed `l.trackers.lastFlushTime` without taking a lock. Fixed. ## Test Plan ``` go test ./ledger -run TestAppEmpty -race -count=50 ok github.com/algorand/go-algorand/ledger 4.078s ```
- Loading branch information