Open Raynos opened 7 years ago
either /health_test.go:223
or the test block before that hangs. so TestRuntimeMetrics
or TestHealthMetrics
raynos at raynos-ThinkPad-T440p
~/gocode/src/github.com/uber/zanzibar on url-params-server-side
$ while ZANZIBAR_CACHE=1 go test ./test/ -run TestRuntimeMetrics ; do sleep 1 ; done
ok github.com/uber/zanzibar/test 0.035s
ok github.com/uber/zanzibar/test 0.047s
ok github.com/uber/zanzibar/test 0.057s
ok github.com/uber/zanzibar/test 0.036s
Confirmed it is TestRuntimeMetrics
that hangs.
Sometimes the
./test/
package itself will hang in a test caseHere is a dump of sigabort to see why the tests / goroutines are hanging