sourcegraph / appdash

Application tracing system for Go, based on Google's Dapper.
https://sourcegraph.com
Other
1.72k stars 137 forks source link

Potentially flaky CI test (TestCancelRequest) #105

Open slimsag opened 8 years ago

slimsag commented 8 years ago

From CI logs:

--- FAIL: TestCancelRequest (0.02s)
    client_test.go:142: got &url.Error{Op:"Get", URL:"http://example.com/foo", Err:(*http.httpError)(0xc82000b860)}, want Get http://example.com/foo: net/http: request canceled while waiting for connection

If it pops up again we can investigate.

chris-ramon commented 8 years ago

It did fail today again on travis - did not see it failing locally so far.

chris-ramon commented 8 years ago

failed again today on travis i'll look in deep as soon as have the chance.