Re: CFbot failed on Windows platform

From: Nazir Bilal Yavuz <byavuz81(at)gmail(dot)com>
To: Tatsuo Ishii <ishii(at)postgresql(dot)org>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: CFbot failed on Windows platform
Date: 2024-07-11 09:04:42
Message-ID: CAN55FZ0_+FbmNY-xdqBjWEGJpTUpMUO2DVrcDKwheJSScM0LAQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

On Thu, 11 Jul 2024 at 11:07, Tatsuo Ishii <ishii(at)postgresql(dot)org> wrote:
>
> Hi,
>
> A cfbot test suddenly failed with regression test error.
>
> http://cfbot.cputube.org/highlights/all.html#4460
>
> Following the link "regress" shows:
> https://api.cirrus-ci.com/v1/artifact/task/5428792720621568/testrun/build/testrun/recovery/027_stream_regress/data/regression.diffs
>
> diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/collate.windows.win1252.out C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/collate.windows.win1252.out
> --- C:/cirrus/src/test/regress/expected/collate.windows.win1252.out 2024-07-11 02:44:08.385966100 +0000
> +++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/collate.windows.win1252.out 2024-07-11 02:49:51.280212100 +0000
> @@ -21,10 +21,10 @@
> );
> \d collate_test1
> Table "collate_tests.collate_test1"
> - Column | Type | Collation | Nullable | Default
> + Column | Type | Collation | Nullable | Default
> --------+---------+-----------+----------+---------
> - a | integer | | |
> - b | text | en_US | not null |
> + a | integer | | |
> + b | text | en_US | not null |
> :
> :
>
> The differences are that the result has an extra space at the end of
> line. I am not familiar with Windows and has no idea why this could
> happen (I haven't changed the patch set since May 24. The last
> succeeded test was on July 9 14:58:44 (I am not sure about time zone).
> Also I see exactly the same test failures in some other tests (for
> example http://cfbot.cputube.org/highlights/all.html#4337)
>
> Any idea?

I think It is related to the '628c1d1f2c' commit. This commit changed
the output of the regress test in Windows.

--
Regards,
Nazir Bilal Yavuz
Microsoft

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message shveta malik 2024-07-11 09:06:13 Re: Conflict detection and logging in logical replication
Previous Message Nazir Bilal Yavuz 2024-07-11 08:59:57 Re: tests fail on windows with default git settings