Re: meson: Make test output much more useful on failure (both in CI and locally) - Mailing list pgsql-hackers

From Zsolt Parragi
Subject Re: meson: Make test output much more useful on failure (both in CI and locally)
Date
Msg-id CAN4CZFM-=hcVzKpHFX8QXqUsUxO8UirNTfRfFiMTC8Ui1_-d6Q@mail.gmail.com
Whole thread Raw
In response to meson: Make test output much more useful on failure (both in CI and locally)  ("Jelte Fennema-Nio" <postgres@jeltef.nl>)
List 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



pgsql-hackers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: Re: unnecessary executor overheads around seqscans
Next
From: Andres Freund
Date:
Subject: Re: AIX support