You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
? github.com/bigpanther/trober [no test files]
ok github.com/bigpanther/trober/actions 7.526s coverage: 57.8% of statements
ok github.com/bigpanther/trober/grifts 0.177s coverage: 71.3% of statements
ok github.com/bigpanther/trober/models 0.527s coverage: 58.5% of statements
What did you see instead?
INFO[0001] go test -p 1 -tags development -coverprofile=coverage.txt -covermode=atomic -race ./...
? github.com/bigpanther/trober [no test files]
ok github.com/bigpanther/trober/actions 136.434s coverage: 57.8% of statements
ok github.com/bigpanther/trober/grifts 1.184s coverage: 71.3% of statements
ok github.com/bigpanther/trober/models 14.464s coverage: 58.5% of statements
The text was updated successfully, but these errors were encountered:
On further investigation, this does not look like a golang issue. I validated running pure golang tests without third party deps and execution times are as expected. I think the slowness is coming from connectivity to the local docker container.
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yes
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
Ran the usual test suite on Mac m1 for my project. Tests usually take around 15s but on m1, take around 2 mins. The source code is available at https://github.com/bigpanther/trober
What did you expect to see?
Expect to see the tests run in under 15s as is the case for non m1 machines.
eg: See https://github.com/bigpanther/trober/runs/1606449367
What did you see instead?
The text was updated successfully, but these errors were encountered: