mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-08-28 02:44:59 +00:00
mark test helper as helper
If this fails, it'd be nice to know which invocation of it failed.
This commit is contained in:
parent
f205459003
commit
d6ec9649fc
1 changed files with 1 additions and 0 deletions
|
|
@ -7421,6 +7421,7 @@ func backupTest(t *testing.T, c *test.Cluster, index string) {
|
|||
}
|
||||
|
||||
func chkSumCluster(t *testing.T, c *test.Cluster) string {
|
||||
t.Helper()
|
||||
buf := &bytes.Buffer{}
|
||||
chkSumLog := logger.NewStandardLogger(buf)
|
||||
chkSum := ctl.NewChkSumCommand(chkSumLog)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue