Commit cb873fb
committed
fix: migrate benchmarks to the current schema
benchmark/support.rb applied only the initial migration, so the state_revision column added in 0.4.0 was missing. Every message failed at commit with ActiveModel::UnknownAttributeError, retried with backoff, and the synchronous benchmarks timed out reporting waiting_on=not_yet_available. Apply both migrations, as the test helper already does.1 parent c6873d7 commit cb873fb
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
228 | 228 | | |
229 | 229 | | |
230 | 230 | | |
| 231 | + | |
231 | 232 | | |
| 233 | + | |
232 | 234 | | |
233 | 235 | | |
234 | 236 | | |
| |||
0 commit comments