From: | Andrew Dunstan <andrew(dot)dunstan(at)2ndquadrant(dot)com> |
---|---|
To: | PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org> |
Subject: | MSVC odd TAP test problem |
Date: | 2017-05-06 20:22:56 |
Message-ID: | cf63c631-61ea-1237-f0c5-8424e4328b6b@2ndQuadrant.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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
From | Date | Subject | |
---|---|---|---|
Next Message | Vik Fearing | 2017-05-06 20:38:33 | Re: CTE inlining |
Previous Message | Fabien COELHO | 2017-05-06 19:13:29 | Re: "CURRENT_ROLE" is not documented |