Skip to content

Commit 291b040

Browse files
authored
Update and rename output_example.log to output_example_failed.log
1 parent 168b673 commit 291b040

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

procedures/execute_attempt/output_example.log renamed to procedures/execute_attempt/output_example_failed.log

-12
Original file line numberDiff line numberDiff 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
131
call execute_attempt('alter table person alter column email type varchar(320)')
142
[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
153
[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

Comments
 (0)