Skip to content

Commit

Permalink
test race
Browse files Browse the repository at this point in the history
  • Loading branch information
joshblum committed Jan 6, 2025
1 parent c594d07 commit d8fff7e
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions rpc/connection_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -357,8 +357,9 @@ func TestDialableTransport(t *testing.T) {
}
output := testLogOutput{t: t}
opts := ConnectionOpts{
WrapErrorFunc: testWrapError,
TagsFunc: testLogTags,
WrapErrorFunc: testWrapError,
TagsFunc: testLogTags,
DontConnectNow: true,
}

uriStr := "fmprpc://localhost:8080"
Expand Down Expand Up @@ -400,8 +401,9 @@ func TestDialableTLSConn(t *testing.T) {
}
output := testLogOutput{t: t}
opts := ConnectionOpts{
WrapErrorFunc: testWrapError,
TagsFunc: testLogTags,
WrapErrorFunc: testWrapError,
TagsFunc: testLogTags,
DontConnectNow: true,
}

uriStr := "fmprpc+tls://localhost:8080"
Expand Down

0 comments on commit d8fff7e

Please sign in to comment.