Re: anole's failed timeouts test

2019-02-10 Thread Tom Lane
Thomas Munro writes: > Hello, > step lsto: SET lock_timeout = 5000; SET statement_timeout = 6000; > step update: DELETE FROM accounts WHERE accountid = 'checking'; > step update: <... completed> > -ERROR: canceling statement due to lock timeout > +ERROR: canceling statement due to statement

anole's failed timeouts test

2019-02-10 Thread Thomas Munro
Hello, step lsto: SET lock_timeout = 5000; SET statement_timeout = 6000; step update: DELETE FROM accounts WHERE accountid = 'checking'; step update: <... completed> -ERROR: canceling statement due to lock timeout +ERROR: canceling statement due to statement timeout No matter how slow the m