[HACKERS] MSVC odd TAP test problem

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема [HACKERS] MSVC odd TAP test problem
Дата
Msg-id cf63c631-61ea-1237-f0c5-8424e4328b6b@2ndQuadrant.com
обсуждение исходный текст
Ответы Re: [HACKERS] MSVC odd TAP test problem  (Craig Ringer <craig.ringer@2ndquadrant.com>)
Список pgsql-hackers
I have been working on enabling the remaining TAP tests on MSVC build in
the buildfarm client, but I have come across an odd problem. The bin
tests all run fine, but the recover tests crash and in such a way as to
crash the buildfarm client itself and require some manual cleanup. This
happens at some stage after the tests have run (the final "ok" is
output) but before the END handler in PostgresNode.pm (I put some traces
in there to see if I could narrow down where there were problems).

The symptom is that this appears at the end of the output when the
client calls "vcregress.pl taptest src/test/recover":
   Terminating on signal SIGBREAK(21)   Terminating on signal SIGBREAK(21)   Terminate batch job (Y/N)?

And at that point there is nothing at all apparently running, according
to Sysinternals Process Explorer, including the buildfarm client.

It's 100% repeatable on bowerbird, and I'm a bit puzzled about how to
fix it.


Anyone have any clues?


cheers


andrew

-- 
Andrew Dunstan                https://www.2ndQuadrant.com
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services




В списке pgsql-hackers по дате отправления:

Предыдущее
От: Fabien COELHO
Дата:
Сообщение: Re: [HACKERS] "CURRENT_ROLE" is not documented
Следующее
От: Vik Fearing
Дата:
Сообщение: Re: [HACKERS] CTE inlining