Re: psql - improve test coverage from 41% to 88%
Fabien COELHO <coelho@cri.ensmp.fr>
From: Fabien COELHO <coelho@cri.ensmp.fr>
To: vignesh C <vignesh21@gmail.com>
Cc: Michael Paquier <michael@paquier.xyz>,
PostgreSQL Developers <pgsql-hackers@lists.postgresql.org>
Date: 2019-09-12T08:45:06Z
Lists: pgsql-hackers
Attachments
- psql-tap-5.patch (text/x-diff) patch
>> Ok. Rebased version added, with some minor changes to improve readability >> (comments, variables). > > Few comments: [...] > > Commented line can be removed > Commented lines can be removed > ??? can be changed to some suitable heading > tab-complation to be changed to tab-completion > Commented lines can be removed, some more are present below these lines also. Thanks for this review. The lines were really tests I did that had some issues because of the way the Expect module works, and are not useful for inclusion in the code base. Here is a v5. -- Fabien Coelho - CRI, MINES ParisTech
Commits
-
Improve coverage of psql for backslash commands with \if and \elif
- aafe2762b152 13.0 landed
-
Fix comment in psql's describe.c
- 8a0deae8d9b6 13.0 landed