Re: meson: Make test output much more useful on failure (both in CI and locally)

From: Zsolt Parragi <zsolt(dot)parragi(at)percona(dot)com>
To: Jelte Fennema-Nio <postgres(at)jeltef(dot)nl>
Cc: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>, Andres Freund <andres(at)anarazel(dot)de>, Nazir Bilal Yavuz <byavuz81(at)gmail(dot)com>
Subject: Re: meson: Make test output much more useful on failure (both in CI and locally)
Date: 2026-01-26 15:36:30
Message-ID: CAN4CZFM-=hcVzKpHFX8QXqUsUxO8UirNTfRfFiMTC8Ui1_-d6Q@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hello,

This is really useful!

- my $result = run_log($cmd);
- ok($result, $test_name);
+ # Doesn't rely on detecting end of file on the file descriptors,
+ # which can fail, causing the process to hang, notably on Msys
+ # when used with 'pg_ctl start'

The function comments still refer to run_log, for both command_ok and
command_fails

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Andres Freund 2026-01-26 15:41:02 Re: AIX support
Previous Message Heikki Linnakangas 2026-01-26 15:23:16 Re: unnecessary executor overheads around seqscans