Commit 2bd1dfb
committed
Let other config keys through the skip_was_running_backfill stub
The three seed migration specs stub Config#get so that only
:skip_was_running_backfill is allowed. After each example the shared
migration context runs every newer migration. Main now has
20260811120000_add_root_job_guid_to_jobs, which on Postgres calls
Config#get(:migration_psql_concurrent_statement_timeout_in_seconds).
The stub rejected that call, so the three specs failed on Postgres
only. The stub now calls the real method for every other key.1 parent 7e85936 commit 2bd1dfb
3 files changed
Lines changed: 3 additions & 0 deletions
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
150 | 150 | | |
151 | 151 | | |
152 | 152 | | |
| 153 | + | |
153 | 154 | | |
154 | 155 | | |
155 | 156 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
| 108 | + | |
108 | 109 | | |
109 | 110 | | |
110 | 111 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
| 109 | + | |
109 | 110 | | |
110 | 111 | | |
111 | 112 | | |
| |||
0 commit comments