Commit 0b88a42
committed
bench: pass schema to JobGetAvailable
`BenchmarkDriverRiverPgxV5_Executor` used a pooled executor without
setting `Schema` on `JobGetAvailable`, so it could hit default schema
and fail with missing `river_job`. Pass `Schema: bundle.schema` in both
`JobGetAvailable` benchmark calls so the queries always target the
migrated test schema.1 parent 675e8dd commit 0b88a42
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
441 | 441 | | |
442 | 442 | | |
443 | 443 | | |
| 444 | + | |
444 | 445 | | |
445 | 446 | | |
446 | 447 | | |
| |||
467 | 468 | | |
468 | 469 | | |
469 | 470 | | |
| 471 | + | |
470 | 472 | | |
471 | 473 | | |
472 | 474 | | |
| |||
0 commit comments