Skip to content

Commit

Permalink
Logs
Browse files Browse the repository at this point in the history
  • Loading branch information
nathan-artie committed Mar 1, 2024
1 parent 29de61f commit 2838bf0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions integration_tests/mysql/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -597,6 +597,7 @@ func testScan(db *sql.DB) error {
}

for _, batchSize := range []int{1, 2, 5, 6, 24, 25, 26} {
slog.Info(fmt.Sprintf("Testing scan with batchSize of %d...", batchSize))
rows, err := readTable(db, tempTableName, batchSize)
if err != nil {
return err
Expand Down
1 change: 1 addition & 0 deletions integration_tests/postgres/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -814,6 +814,7 @@ func testScan(db *sql.DB) error {
}

for _, batchSize := range []int{1, 2, 5, 6, 24, 25, 26} {
slog.Info(fmt.Sprintf("Testing scan with batchSize of %d...", batchSize))
rows, err := readTable(db, tempTableName, batchSize)
if err != nil {
return err
Expand Down

0 comments on commit 2838bf0

Please sign in to comment.