smarty / gunit

xUnit-style test fixture adapter for go test
Other
120 stars 11 forks source link

gunit.RunSequential currently required when running Go 1.14 #28

Closed mdwhatcott closed 4 years ago

mdwhatcott commented 4 years ago

https://youtrack.jetbrains.com/issue/GO-8985

joliver commented 4 years ago

Isn't this fixed in Go 1.14.1?

mdwhatcott commented 4 years ago

Nope. I performed all my tests for the youtrack issue using go 1.14.1. I should have been more clear in the post. Also, I don't think it's a duplicate issue so I've got more work to do to get the message across. Stay tuned...

mdwhatcott commented 4 years ago

Unfortunately, we may have to make RunSequential the default (temporarily) if this drags on.

mdwhatcott commented 4 years ago

https://github.com/golang/go/issues/38050