Re: Windows regress fails (latest HEAD)

From: Ranier Vilela <ranier(dot)vf(at)gmail(dot)com>
To: Andrew Dunstan <andrew(dot)dunstan(at)2ndquadrant(dot)com>
Cc: Pg Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Windows regress fails (latest HEAD)
Date: 2020-06-26 11:21:48
Message-ID: CAEudQAo8EiNZCsq2QZaY6KxU6Jw6BEsdJ1oGyL+EbObsNf4zKg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Em qui., 11 de jun. de 2020 às 10:28, Ranier Vilela <ranier(dot)vf(at)gmail(dot)com>
escreveu:

> Em qui., 11 de jun. de 2020 às 10:01, Andrew Dunstan <
> andrew(dot)dunstan(at)2ndquadrant(dot)com> escreveu:
>
>>
>> On 6/11/20 8:52 AM, Ranier Vilela wrote:
>> > Hi,
>> > Latest HEAD, fails with windows regress tests.
>> >
>> > float8 ... FAILED 517 ms
>> > partition_prune ... FAILED 3085 ms
>> >
>> >
>>
>> The first thing you should do when you find this is to see if there is a
>> buildfarm report of the failure. If there isn't then try to work out why.
>>
> Sorry, I will have to research the buildfarm, I have no reference to it.
>
>
>>
>> Also, when making a report like this, it is essential to let us know
>> things like:
>>
>> * which commit is causing the failure (git bisect is good for finding
>> this)
>>
> Thanks for hit (git bisect).
>
>
>> * what Windows version you're testing on
>>
> Windows 10 (2004)
>
> * which compiler you're using
>>
> msvc 2019 (64 bits)
>

Only for registry, if anyone else is using msvc 2019.
I'm using latest msvc 2019 64 bits (16.6.0)
Problably this is a compiler optimization bug.
vcregress check with build DEBUG, pass all 200 tests.

regards,
Ranier Vilela

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2020-06-26 12:00:37 Re: TAP tests and symlinks on Windows
Previous Message Ranier Vilela 2020-06-26 11:14:55 Re: Remove a redundant condition check