Skip to content

Commit

Permalink
more cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Vaillancourt <[email protected]>
  • Loading branch information
timvaillancourt committed Dec 19, 2024
1 parent 895fcb5 commit 4736966
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions go/vt/topo/stats_conn_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@ func createTestReadSemaphoreContention(ctx context.Context, duration time.Durati

// TestStatsConnTopoListDir emits stats on ListDir
func TestStatsConnTopoListDir(t *testing.T) {
testStatsConnStatsReset()
defer testStatsConnStatsReset()

conn := &fakeConn{}
Expand Down Expand Up @@ -229,6 +230,7 @@ func TestStatsConnTopoListDir(t *testing.T) {

// TestStatsConnTopoCreate emits stats on Create
func TestStatsConnTopoCreate(t *testing.T) {
testStatsConnStatsReset()
defer testStatsConnStatsReset()

conn := &fakeConn{}
Expand All @@ -251,6 +253,7 @@ func TestStatsConnTopoCreate(t *testing.T) {

// TestStatsConnTopoUpdate emits stats on Update
func TestStatsConnTopoUpdate(t *testing.T) {
testStatsConnStatsReset()
defer testStatsConnStatsReset()

conn := &fakeConn{}
Expand All @@ -273,6 +276,7 @@ func TestStatsConnTopoUpdate(t *testing.T) {

// TestStatsConnTopoGet emits stats on Get
func TestStatsConnTopoGet(t *testing.T) {
testStatsConnStatsReset()
defer testStatsConnStatsReset()

conn := &fakeConn{}
Expand Down Expand Up @@ -300,6 +304,7 @@ func TestStatsConnTopoGet(t *testing.T) {

// TestStatsConnTopoDelete emits stats on Delete
func TestStatsConnTopoDelete(t *testing.T) {
testStatsConnStatsReset()
defer testStatsConnStatsReset()

conn := &fakeConn{}
Expand All @@ -322,6 +327,7 @@ func TestStatsConnTopoDelete(t *testing.T) {

// TestStatsConnTopoLock emits stats on Lock
func TestStatsConnTopoLock(t *testing.T) {
testStatsConnStatsReset()
defer testStatsConnStatsReset()

conn := &fakeConn{}
Expand Down Expand Up @@ -350,6 +356,7 @@ func TestStatsConnTopoLock(t *testing.T) {

// TestStatsConnTopoWatch emits stats on Watch
func TestStatsConnTopoWatch(t *testing.T) {
testStatsConnStatsReset()
defer testStatsConnStatsReset()

conn := &fakeConn{}
Expand All @@ -364,6 +371,7 @@ func TestStatsConnTopoWatch(t *testing.T) {

// TestStatsConnTopoNewLeaderParticipation emits stats on NewLeaderParticipation
func TestStatsConnTopoNewLeaderParticipation(t *testing.T) {
testStatsConnStatsReset()
defer testStatsConnStatsReset()

conn := &fakeConn{}
Expand All @@ -385,6 +393,7 @@ func TestStatsConnTopoNewLeaderParticipation(t *testing.T) {

// TestStatsConnTopoClose emits stats on Close
func TestStatsConnTopoClose(t *testing.T) {
testStatsConnStatsReset()
defer testStatsConnStatsReset()

conn := &fakeConn{}
Expand Down

0 comments on commit 4736966

Please sign in to comment.