We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
make test go list ./... | grep -v vendor | grep -v ^_ | xargs go test -race ================== WARNING: DATA RACE Read at 0x00c42008e4d8 by goroutine 62: github.com/kamilsk/retry_test.Example_httpClient.func1() /Users/kamilsk/Development/go/src/github.com/kamilsk/retry/example_http_client_test.go:43 +0x4a net/http.HandlerFunc.ServeHTTP() /usr/local/Cellar/go/1.10/libexec/src/net/http/server.go:1947 +0x51 net/http.serverHandler.ServeHTTP() /usr/local/Cellar/go/1.10/libexec/src/net/http/server.go:2694 +0xb9 net/http.(*conn).serve() /usr/local/Cellar/go/1.10/libexec/src/net/http/server.go:1830 +0x7dc Previous write at 0x00c42008e4d8 by goroutine 57: github.com/kamilsk/retry_test.Example_httpClient.func1() /Users/kamilsk/Development/go/src/github.com/kamilsk/retry/example_http_client_test.go:47 +0xd9 net/http.HandlerFunc.ServeHTTP() /usr/local/Cellar/go/1.10/libexec/src/net/http/server.go:1947 +0x51 net/http.serverHandler.ServeHTTP() /usr/local/Cellar/go/1.10/libexec/src/net/http/server.go:2694 +0xb9 net/http.(*conn).serve() /usr/local/Cellar/go/1.10/libexec/src/net/http/server.go:1830 +0x7dc Goroutine 62 (running) created at: net/http.(*Server).Serve() /usr/local/Cellar/go/1.10/libexec/src/net/http/server.go:2795 +0x364 net/http/httptest.(*Server).goServe.func1() /usr/local/Cellar/go/1.10/libexec/src/net/http/httptest/server.go:280 +0xa2 Goroutine 57 (running) created at: net/http.(*Server).Serve() /usr/local/Cellar/go/1.10/libexec/src/net/http/server.go:2795 +0x364 net/http/httptest.(*Server).goServe.func1() /usr/local/Cellar/go/1.10/libexec/src/net/http/httptest/server.go:280 +0xa2 ================== FAIL FAIL github.com/kamilsk/retry 0.685s ok github.com/kamilsk/retry/backoff 1.024s ok github.com/kamilsk/retry/classifier 1.029s ok github.com/kamilsk/retry/cmd/retry 1.047s ok github.com/kamilsk/retry/jitter 1.024s ok github.com/kamilsk/retry/strategy 1.185s
The text was updated successfully, but these errors were encountered:
fix #110: add quick start; fix #111: add scrutinizer config; fix #112:…
324dcca
… add go1.10; fix #113: fix rstrange race in example
kamilsk
No branches or pull requests
The text was updated successfully, but these errors were encountered: