Re: windows/meson cfbot warnings

From: Andres Freund <andres(at)anarazel(dot)de>
To: Justin Pryzby <pryzby(at)telsasoft(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org, Thomas Munro <thomas(dot)munro(at)gmail(dot)com>
Subject: Re: windows/meson cfbot warnings
Date: 2022-12-29 01:44:47
Message-ID: 20221229014447.lmpr6wlgbp53q7cc@awork3.anarazel.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

On 2022-12-28 18:35:38 -0600, Justin Pryzby wrote:
> Since a few days ago, the windows/meson task has been spewing messages for each tap
> test:
>
> | Unknown TAP version. The first line MUST be `TAP version <int>`. Assuming version 12.
>
> I guess because the image is updated to use meson v1.0.0.
> https://github.com/mesonbuild/meson/commit/b7a5c384a1f1ba80c09904e7ef4f5160bdae3345
>
> mesonbuild/mtest.py- if version is None:
> mesonbuild/mtest.py: self.warnings.append('Unknown TAP version. The first line MUST be `TAP version <int>`. Assuming version 12.')
> mesonbuild/mtest.py- version = 12

I think the change is somewhat likely to be reverted in the next meson minor
version. It apparently came about due to somewhat odd language in the tap-14
spec... So I think we should just wait for now.

Greetings,

Andres Freund

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message diaa 2022-12-29 02:10:38 GSOC2023
Previous Message Justin Pryzby 2022-12-29 01:29:10 Re: BUG #17717: Regression in vacuumdb (15 is slower than 10/11 and possible memory issue)