Skip to content

Commit

Permalink
WIP fixup to test on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
andyyang890 committed Feb 3, 2023
1 parent 76cc703 commit 3fcbd03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/sql/logictest/logic.go
Original file line number Diff line number Diff line change
Expand Up @@ -1187,7 +1187,7 @@ func (t *logicTest) getOrOpenClient(user string, nodeIdx int) *gosql.DB {
}
var cleanupFunc func()
pgURL, cleanupFunc = sqlutils.PGUrl(t.rootT, addr, "TestLogic", url.User(pgUser))
t.clusterCleanupFuncs = append(t.clusterCleanupFuncs, cleanupFunc)
defer cleanupFunc()
}
pgURL.Path = "test"

Expand Down

0 comments on commit 3fcbd03

Please sign in to comment.