Skip to content

Commit f019ba9

Browse files
workloadccl: fix multi-table fixture generation
This was broken in f4a0350. Release note: None
1 parent 920c907 commit f019ba9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/ccl/workloadccl/fixture.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,7 @@ func MakeFixture(
265265
g := ctxgroup.WithContext(ctx)
266266

267267
for _, t := range gen.Tables() {
268+
t := t
268269
g.Go(func() error {
269270
q := fmt.Sprintf(`BACKUP "%s"."%s" TO $1`, dbName, t.Name)
270271
output := config.objectPathToURI(filepath.Join(fixtureFolder, t.Name))

0 commit comments

Comments
 (0)