Skip to content

Commit

Permalink
multiregionccl: add a missing log scope
Browse files Browse the repository at this point in the history
Epic: none

Release note: None
  • Loading branch information
ajwerner committed Jan 24, 2023
1 parent 6ce9710 commit f907b7d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/ccl/multiregionccl/regional_by_row_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -799,6 +799,7 @@ USE t;
for _, rbrChange := range regionalByRowChanges {
for _, regionChange := range regionChanges {
t.Run(fmt.Sprintf("setup %s executing %s with racing %s", rbrChange.setup, rbrChange.cmd, regionChange.cmd), func(t *testing.T) {
defer log.Scope(t).Close(t)
interruptStartCh := make(chan struct{})
interruptEndCh := make(chan struct{})
performInterrupt := false
Expand Down

0 comments on commit f907b7d

Please sign in to comment.