We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e63cca0 commit 2f481caCopy full SHA for 2f481ca
iprepd_test.go
@@ -55,6 +55,11 @@ func TestMain(m *testing.M) {
55
if renv != "" {
56
tcfg.Redis.Addr = renv
57
}
58
+ sruntime.statsd, err = newStatsdClient(tcfg)
59
+ if err != nil {
60
+ fmt.Fprintf(os.Stderr, "%v\n", err)
61
+ os.Exit(1)
62
+ }
63
sruntime.redis, err = newRedisLink(tcfg)
64
if err != nil {
65
fmt.Fprintf(os.Stderr, "%v\n", err)
0 commit comments