mirror of
https://github.com/postgres/postgres.git
synced 2025-04-22 23:02:54 +03:00
Remove timeouts-long.out
bf82f43790 removes timeouts-long.spec, but forgets to remove timeouts-long.out. Reported-by: Alexander Lakhin
This commit is contained in:
parent
0413a55699
commit
eb49e1bdd9
@ -1,69 +0,0 @@
|
||||
Parsed test spec with 3 sessions
|
||||
|
||||
starting permutation: s7_begin s7_sleep s7_commit_and_chain s7_sleep s7_check s7_abort
|
||||
step s7_begin:
|
||||
BEGIN ISOLATION LEVEL READ COMMITTED;
|
||||
SET transaction_timeout = '1s';
|
||||
|
||||
step s7_sleep: SELECT pg_sleep(0.6);
|
||||
pg_sleep
|
||||
--------
|
||||
|
||||
(1 row)
|
||||
|
||||
step s7_commit_and_chain: COMMIT AND CHAIN;
|
||||
step s7_sleep: SELECT pg_sleep(0.6);
|
||||
pg_sleep
|
||||
--------
|
||||
|
||||
(1 row)
|
||||
|
||||
step s7_check: SELECT count(*) FROM pg_stat_activity WHERE application_name = 'isolation/timeouts/s7';
|
||||
count
|
||||
-----
|
||||
0
|
||||
(1 row)
|
||||
|
||||
step s7_abort: ABORT;
|
||||
|
||||
starting permutation: s8_begin s8_sleep s8_select_1 s8_check checker_sleep checker_sleep s8_check
|
||||
step s8_begin:
|
||||
BEGIN ISOLATION LEVEL READ COMMITTED;
|
||||
SET transaction_timeout = '900ms';
|
||||
|
||||
step s8_sleep: SELECT pg_sleep(0.6);
|
||||
pg_sleep
|
||||
--------
|
||||
|
||||
(1 row)
|
||||
|
||||
step s8_select_1: SELECT 1;
|
||||
?column?
|
||||
--------
|
||||
1
|
||||
(1 row)
|
||||
|
||||
step s8_check: SELECT count(*) FROM pg_stat_activity WHERE application_name = 'isolation/timeouts/s8';
|
||||
count
|
||||
-----
|
||||
0
|
||||
(1 row)
|
||||
|
||||
step checker_sleep: SELECT pg_sleep(0.3);
|
||||
pg_sleep
|
||||
--------
|
||||
|
||||
(1 row)
|
||||
|
||||
step checker_sleep: SELECT pg_sleep(0.3);
|
||||
pg_sleep
|
||||
--------
|
||||
|
||||
(1 row)
|
||||
|
||||
step s8_check: SELECT count(*) FROM pg_stat_activity WHERE application_name = 'isolation/timeouts/s8';
|
||||
count
|
||||
-----
|
||||
0
|
||||
(1 row)
|
||||
|
Loading…
x
Reference in New Issue
Block a user