Skip to content

Commit

Permalink
Merge branch 'aneesh/import-multiple-tables-at-same-time-2' into anee…
Browse files Browse the repository at this point in the history
…sh/reuse-worker-pool-sequential-task-picker
  • Loading branch information
makalaaneesh committed Jan 29, 2025
2 parents 4bbbd0d + 0337345 commit e514e8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yb-voyager/test/containers/yugabytedb_container.go
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ func (yb *YugabyteDBContainer) ExecuteSqls(sqls ...string) {
time.Sleep(2 * time.Second)
}
if err != nil {
utils.ErrExit("failed to execute sql: %v", err)
utils.ErrExit("failed to execute sql '%s': %w", sql, err)
}
}
}

0 comments on commit e514e8c

Please sign in to comment.