Re: Improving isolationtester's data output
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Noah Misch <noah@leadboat.com>
Cc: Andres Freund <andres@anarazel.de>,
Alvaro Herrera <alvherre@alvh.no-ip.org>,
pgsql-hackers@lists.postgresql.org
Date: 2021-06-16T14:03:52Z
Lists: pgsql-hackers
Noah Misch <noah@leadboat.com> writes: > I'm +1 for back-patching this class of change. I've wasted time adapting a > back-patch's test case to account for non-back-patched test infrastructure > changes. Every back-patch of test infrastructure has been a strict win from > my perspective. Hearing few objections, I'll plan on back-patching. I'm thinking that the best thing to do is apply these changes after beta2 wraps, but before we branch v14. Waiting till after the branch would just create duplicate work. BTW, as long as we're thinking of back-patching nontrivial specfile changes, I have another modest proposal. What do people think of removing the requirement for step/session names to be double-quoted, and instead letting them work like SQL identifiers? A quick grep shows that practically all the existing names are plain identifiers, so we could just drop their quotes for a useful notational savings. While I haven't actually tried yet, I doubt it'd be hard to adopt scan.l's identifier rules into specscanner.l. (Probably wouldn't bother with auto case-folding, though.) regards, tom lane
Commits
-
Improve display of query results in isolation tests.
- 4a054069a360 14.0 landed
- e535a8899397 9.6.23 landed
- d7da3ef08989 12.8 landed
- b961bdfe1664 13.4 landed
- b1aa0f228465 11.13 landed
- 0a8929ca0b9e 10.18 landed
-
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 cited
-
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 cited