gocardless / pgreplay-go

Postgres load testing tool
MIT License
113 stars 15 forks source link

Remove pending work check #6

Closed craigfurman closed 5 years ago

craigfurman commented 5 years ago

The small risk of Go runtime panic that was called out in the comments was biting in practice. Rather than wrap the map in a mutex (e.g. by using a *sync.Map), we instead remove the feature altogether.