Re: Cleanup isolation specs from unused steps
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Melanie Plageman <melanieplageman@gmail.com>
Cc: Alvaro Herrera <alvherre@2ndquadrant.com>, Tom Lane <tgl@sss.pgh.pa.us>, Postgres hackers <pgsql-hackers@lists.postgresql.org>
Date: 2019-08-22T02:53:35Z
Lists: pgsql-hackers
Attachments
- v3-0001-Remove-dry-run-mode-from-isolationtester.patch (text/x-diff) patch v3-0001
- v3-0002-Improve-detection-of-unused-steps-in-isolation-sp.patch (text/x-diff) patch v3-0002
On Wed, Aug 21, 2019 at 11:07:19AM -0700, Melanie Plageman wrote: > So, I think I completely misunderstood the purpose of 'dry-run'. If no > one is using it, having a check for unused steps in dry-run may not be > useful. Okay. After sleeping on it and seeing how this thread evolves, it looks that we have more arguments in favor of just let dry-run go to the void. So attached is an updated patch set: - 0001 removes the dry-run mode from isolationtester. - 0002 cleans up the specs of unused steps and adds the discussed sanity checks, as proposed for this thread. -- Michael
Commits
-
Detect unused steps in isolation specs and do some cleanup
- 484c81bf7765 9.6.23 landed
- feac82fa8550 10.18 landed
- 8f32299424d9 11.13 landed
- 96f3661e4540 12.8 landed
- 989d23b04bea 13.0 landed
-
Remove dry-run mode from isolationtester
- b7cd5c5b02fa 9.6.23 landed
- 0ed218048932 10.18 landed
- 834cb7269166 11.13 landed
- a8f687927eea 12.8 landed
- 9903338b5ea5 13.0 landed