Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qyPpi-008I3V-Bf for pgsql-hackers@arkaria.postgresql.org; Thu, 02 Nov 2023 05:01:30 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1qyPph-00B2CY-2C for pgsql-hackers@arkaria.postgresql.org; Thu, 02 Nov 2023 05:01:29 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qyPpg-00B2CQ-Oo for pgsql-hackers@lists.postgresql.org; Thu, 02 Nov 2023 05:01:28 +0000 Received: from mail-yw1-x112e.google.com ([2607:f8b0:4864:20::112e]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.94.2) (envelope-from ) id 1qyPpe-003YJv-8g for pgsql-hackers@lists.postgresql.org; Thu, 02 Nov 2023 05:01:27 +0000 Received: by mail-yw1-x112e.google.com with SMTP id 00721157ae682-5a87ac9d245so7020527b3.3 for ; Wed, 01 Nov 2023 22:01:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=leadboat.com; s=google; t=1698901285; x=1699506085; darn=lists.postgresql.org; h=user-agent:in-reply-to:content-disposition:mime-version:references :message-id:subject:cc:to:from:date:from:to:cc:subject:date :message-id:reply-to; bh=2kuLQIq7dVlZRIiBkYVCjcHcVPg45Wkh9znuVs1dnfo=; b=Kn4MkHQZyBO26A/UxXlsIEWX0eX/goFc2OCpDkdHGZZNPJQQAwP2VqlUibwWwyy7d2 mQj8bM2MXUgt5wGBfYUfeHMRUNVk2BUel4MtldNcRWrP2uQuZ2dZPaS44zQXzGWUzA5y niLa59z93xdNmMxSlS02mn+/AY9fsCU26I3x4= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1698901285; x=1699506085; h=user-agent:in-reply-to:content-disposition:mime-version:references :message-id:subject:cc:to:from:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=2kuLQIq7dVlZRIiBkYVCjcHcVPg45Wkh9znuVs1dnfo=; b=qXs7EUAtzreED+E/6sbyFBwm+EopXqtdwaHiip9rtoIRbZcwyxfNIG/DwEP5uUL0od 5C/WFS/x6XQrU7k/ZHfNEDw/BAjYL9Vi56MVQQbeAuHNbidewx08B/XTamdZ1lt808HY WndhAPgE9wFM+DzxNFJbvPzoATlR3PiiCkWLzGHiUff8qdo2jKdN1AhFp93G0Hxx4HiM gvwLPeoyGABAlRGfKswZUTyclKyzfIE8pVC48zxkw1dwdkzuxGwn0IY93lV2bVk2CefI jZ7gFe51mGJW+tXx5lLoEDmN4FYITO81agBh9ezDO/iKNHfh1K8nhwUlDgi42VRlEGeH P8oQ== X-Gm-Message-State: AOJu0YxJlErG6LnyXLD0yIn5zidMzu3YIK43qpSSfcY4eT8rpxsNZxTl gpAO/Y+gsOZD1uMWmVQYkevPDg== X-Google-Smtp-Source: AGHT+IHJxg613Qz+ws450xW+dtIvcyaqzaIGFEieC64u9JGI7XMnnJe6sY9n0kNoZHt8VOW9T+Xvog== X-Received: by 2002:a81:9949:0:b0:5ad:d6b5:822a with SMTP id q70-20020a819949000000b005add6b5822amr18356934ywg.21.1698901285322; Wed, 01 Nov 2023 22:01:25 -0700 (PDT) Received: from rfd.leadboat.com ([2600:1702:a20:5750::48]) by smtp.gmail.com with ESMTPSA id u138-20020a817990000000b005a206896d62sm807350ywc.111.2023.11.01.22.01.24 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Wed, 01 Nov 2023 22:01:24 -0700 (PDT) Date: Wed, 1 Nov 2023 22:01:22 -0700 From: Noah Misch To: Japin Li Cc: "pgsql-hackers@lists.postgresql.org" Subject: Re: Tab completion regression test failed on illumos Message-ID: <20231102050122.c4@rfd.leadboat.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/2.2.12 (2023-09-09) List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk 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.