|
| 1 | +-- Success story example |
| 2 | +call execute_attempt($sql$ |
| 3 | + alter table region add constraint region_russia_federal_district_required check (country_id is distinct from 1 /*РФ*/ or federal_district_id is not null) not valid; |
| 4 | + $sql$) |
| 5 | +[2023年03月14日 16:49:07] [01000] Attempt 1 of 50 to execute query failed due lock timeout 100ms, next replay after 1.00 second |
| 6 | +[2023年03月14日 16:49:08] [01000] Attempt 2 of 50 to execute query failed due lock timeout 100ms, next replay after 1.01 second |
| 7 | +[2023年03月14日 16:49:10] [01000] Attempt 3 of 50 to execute query failed due lock timeout 100ms, next replay after 1.22 second |
| 8 | +[2023年03月14日 16:49:11] [01000] Attempt 4 of 50 to execute query failed due lock timeout 100ms, next replay after 1.77 second |
| 9 | +[2023年03月14日 16:49:13] [01000] Attempt 5 of 50 to execute query failed due lock timeout 100ms, next replay after 2.26 second |
| 10 | +[2023年03月14日 16:49:15] completed in 7 s 832 ms |
0 commit comments