You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: procedures/execute_attempt/output_example_failed.log
-12
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,3 @@
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
11
-
12
-
-- Failed story example
13
1
call execute_attempt('alter table person alter column email type varchar(320)')
14
2
[2021-11-18 01:39:58] [01000] Attempt 1 of 50 to execute query failed due lock timeout 100ms, next replay after 1.00 second
15
3
[2021-11-18 01:40:00] [01000] Attempt 2 of 50 to execute query failed due lock timeout 100ms, next replay after 1.10 second
0 commit comments