Re: pgsql: Fix pattern matching logic for logs in TAP tests of pgbench
Fabien COELHO <coelho@cri.ensmp.fr>
From: Fabien COELHO <coelho@cri.ensmp.fr>
To: Andrew Dunstan <andrew@dunslane.net>,
Michael Paquier <michael@paquier.xyz>
Cc: pgsql-committers@lists.postgresql.org,
PostgreSQL Developers <pgsql-hackers@lists.postgresql.org>
Date: 2021-06-26T06:47:34Z
Lists: pgsql-hackers
Attachments
- pgbench-tap-eval-1.patch (text/x-diff) patch
Hello Andrew & Michaël, My 0.02€: > There's a whole lot wrong with this code. To start with, why is that > unchecked eval there. Yep. The idea was that other tests would go on being collected eg if the file is not found, but it should have been checked anyway. > And why is it reading in log files on its own instead of using > TestLib::slurp_file, which, among other things, normalizes line endings? Indeed. However, if slurp_file fails it raises an exception and aborts the whole TAP unexpectedly, which is pretty unclean. So I'd suggest to keep the eval, as attached. I tested it by changing the file name so that the slurp fails. > There's a very good chance that this latter is the issue. It only > affects msys which is why you didn't see an issue on MSVC. And also, why > does it carefully unlink the log files so that any trace of what's gone > wrong is deleted? > Based on the little I've seen this file needs a serious code review. Probably: My very old perl expertise is fading away because I'm not using it much these days. Cannot say I miss it:-) -- Fabien.
Commits
-
Cleanup some code related to pgbench log checks in TAP tests
- c4c9c77e56e7 11.13 landed
- 79c24a0c21c4 12.8 landed
- af2e67b47afe 13.4 landed
- 38ff135d9466 14.0 landed
-
Add more debugging information with log checks in TAP tests of pgbench
- 87b2124dfa07 14.0 landed
-
Fix pattern matching logic for logs in TAP tests of pgbench
- c13585fe9e55 14.0 cited