windows/meson cfbot warnings

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

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

--
Justin

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Geoghegan 2022-12-29 00:37:27 Re: Avoiding unnecessary clog lookups while freezing
Previous Message Andres Freund 2022-12-29 00:20:17 Re: Avoiding unnecessary clog lookups while freezing