Skip to content

Commit d37af61

Browse files
gaultierory-bot
authored andcommitted
fix: x data race and parallize some tests
GitOrigin-RevId: 737267e41d80a6278bcb8cc657208a3a0cf13dcd
1 parent 106865d commit d37af61

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

oryx/watcherx/changefeed.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -211,10 +211,6 @@ func WatchChangeFeed(ctx context.Context, cx *sqlx.DB, tableName string, out Eve
211211
}
212212
}()
213213

214-
if err := rows.Err(); err != nil {
215-
return nil, errors.WithStack(err)
216-
}
217-
218214
return d, nil
219215
}
220216

0 commit comments

Comments
 (0)