Skip to content

Commit 688239d

Browse files
authored
Create output_example_success.log
1 parent 291b040 commit 688239d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
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

Comments
 (0)