adhocteam / pushup

Pushup is for making modern, page-oriented web apps in Go
https://pushup.adhoc.dev
MIT License
840 stars 30 forks source link

remove cmd.Wait in test process killing goroutine #72

Closed llimllib closed 1 year ago

llimllib commented 1 year ago

See https://github.com/adhocteam/pushup/issues/38 for evidence that it's causing #38. I can't say that I have a good theory for why, but empirically the tests don't hang and they seem to do what they're supposed to without it.