Re: Tab completion regression test failed on illumos

From: Noah Misch <noah(at)leadboat(dot)com>
To: Japin Li <japinli(at)hotmail(dot)com>
Cc: "pgsql-hackers(at)lists(dot)postgresql(dot)org" <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Tab completion regression test failed on illumos
Date: 2023-11-02 05:01:22
Message-ID: 20231102050122.c4@rfd.leadboat.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, Nov 01, 2023 at 03:19:39PM +0800, Japin Li wrote:
> I try to run regression test on illumos, the 010_tab_completion will
> failed because of timeout.

> Any suggestions? Thanks in advance!

This test failed for me, in a different way, when I briefly installed IO::Pty
on a Solaris buildfarm member:
https://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=wrasse&dt=2023-01-03%2022%3A39%3A26

The IPC::Run pty tests also fail on Solaris. If I were debugging this, I'd
start by fixing IO::Pty and IPC::Run to pass their own test suites on Solaris
or illumos. Then I'd see if problems continue for this postgresql test.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Corey Huinker 2023-11-02 05:01:49 Re: Statistics Import and Export
Previous Message Alexander Lakhin 2023-11-02 05:00:00 Re: [PATCH] Clarify the behavior of the system when approaching XID wraparound