pgsql: Detect unused steps in isolation specs and do some cleanup

2021-06-16 Thread Michael Paquier
Detect unused steps in isolation specs and do some cleanup This is useful for developers to find out if an isolation spec is over-engineered or if it needs more work by warning at the end of a test run if a step is not used, generating a failure with extra diffs. While on it, clean up all the spe

pgsql: Detect unused steps in isolation specs and do some cleanup

2021-06-16 Thread Michael Paquier
Detect unused steps in isolation specs and do some cleanup This is useful for developers to find out if an isolation spec is over-engineered or if it needs more work by warning at the end of a test run if a step is not used, generating a failure with extra diffs. While on it, clean up all the spe

pgsql: Detect unused steps in isolation specs and do some cleanup

2021-06-16 Thread Michael Paquier
Detect unused steps in isolation specs and do some cleanup This is useful for developers to find out if an isolation spec is over-engineered or if it needs more work by warning at the end of a test run if a step is not used, generating a failure with extra diffs. While on it, clean up all the spe

pgsql: Detect unused steps in isolation specs and do some cleanup

2021-06-16 Thread Michael Paquier
Detect unused steps in isolation specs and do some cleanup This is useful for developers to find out if an isolation spec is over-engineered or if it needs more work by warning at the end of a test run if a step is not used, generating a failure with extra diffs. While on it, clean up all the spe

Re: pgsql: Detect unused steps in isolation specs and do some cleanup

2019-08-23 Thread Michael Paquier
On Fri, Aug 23, 2019 at 11:07:49PM -0400, Stephen Frost wrote: > Buildfarm didn't particularly like this. Thanks, I have noticed that. The problem should be fixed now thanks to 06fdc4e. -- Michael signature.asc Description: PGP signature

Re: pgsql: Detect unused steps in isolation specs and do some cleanup

2019-08-23 Thread Stephen Frost
Greetings, * Michael Paquier (mich...@paquier.xyz) wrote: > Detect unused steps in isolation specs and do some cleanup > > This is useful for developers to find out if an isolation spec is > over-engineered or if it needs more work by warning at the end of a > test run if a step is not used, gene

pgsql: Detect unused steps in isolation specs and do some cleanup

2019-08-23 Thread Michael Paquier
Detect unused steps in isolation specs and do some cleanup This is useful for developers to find out if an isolation spec is over-engineered or if it needs more work by warning at the end of a test run if a step is not used, generating a failure with extra diffs. While on it, clean up all the spe