Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1o5nCf-0002kH-FX for pgsql-hackers@arkaria.postgresql.org; Mon, 27 Jun 2022 11:46:53 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1o5nBf-00065p-Nw for pgsql-hackers@arkaria.postgresql.org; Mon, 27 Jun 2022 11:45:51 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1o5nBf-000649-Bq for pgsql-hackers@lists.postgresql.org; Mon, 27 Jun 2022 11:45:51 +0000 Received: from mail-il1-x136.google.com ([2607:f8b0:4864:20::136]) by makus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1o5nBa-0000bD-RI for pgsql-hackers@lists.postgresql.org; Mon, 27 Jun 2022 11:45:49 +0000 Received: by mail-il1-x136.google.com with SMTP id w10so5827242ilj.4 for ; Mon, 27 Jun 2022 04:45:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=telsasoft-com.20210112.gappssmtp.com; s=20210112; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=r1M8/uWcXsFs+eYcCTHkz1swQVexucqS2LN1XB/S7Bk=; b=nOKgPLZsarvS1kYzdf4P3b7aS1HGIpYhEoOLdan0/EP/rpZZT4WrTi7a8y4hwNk07n MoK8xTTkd7PIMKSdB5NaBS1bK/CY4ALmLTYfnY0se2G+9uD1YV9GhKWe1j0gs2JZZ7VU MnjAvZVXiZgwI9ANF6DSnPoU7Tq+hQjalZ+R4PidiCocCCxMzDBxlFj4ci4VEZsQv/1u C9TMBIhjeXjqp88TBJwnCtXeR4CCCmABqU03S3sR8U760LTJNIr1ziQ5DJboFEYUlYT6 E2WawnvNTqX8YmZBjCAw35C3ihF7oeQ+HtbyN1vvfjNXK7epxOSCLjETG+ihSu5nY9Sz ypwA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=r1M8/uWcXsFs+eYcCTHkz1swQVexucqS2LN1XB/S7Bk=; b=KjMtdNp0vb/lnBJFCGV79+VJ+XzAT+dY34XYkRR6obbW3kJ5BKHwghW35zK8/lpiyb PAL+gyFboM4p7iIQ+nmG8w+hjbwJqTZzvImCLmwSJIbXh2FJgDe3Pm3EGvc/MWqg3l6T 5w0wYpxlm/vXQkJMwJ1ZROredNpsG80DmfcgRwgzsGTp0QNTzSCCmxCmQK/oG5+FKSaS yo9tOZJJXEph3APJfA6mubVUBzmnHK8CP69taUq7lIrXAtqN3KuOuWLdINKGHVfEHQdP 6s/Tg4mXwc3fgXrAQ1Aunf6sBE844THREAFcrxXW9OJCSTTDWgOtHcnnXqjkuh7tOJAL zVvA== X-Gm-Message-State: AJIora9iU/TDAljWdVT2SDTGtAO5SifMHsmWVY1lyTj44Jpbu/01hDWz 6l6rWX2l07r0IzIIdnOMbcQZRg== X-Google-Smtp-Source: AGRyM1unDtmECF+Tz3a0A6YpG0PqChI2nt7aP7bESWQSm4VUAyfq/HmFUulY59/5JunER91yOFw3Lw== X-Received: by 2002:a05:6e02:1d14:b0:2d9:50d3:3634 with SMTP id i20-20020a056e021d1400b002d950d33634mr7096742ila.60.1656330345937; Mon, 27 Jun 2022 04:45:45 -0700 (PDT) Received: from pryzbyj.telsasoft (charmander.telsasoft.com. [50.244.222.1]) by smtp.gmail.com with ESMTPSA id n2-20020a5e8c02000000b00669ab35d790sm5208049ioj.8.2022.06.27.04.45.45 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Mon, 27 Jun 2022 04:45:45 -0700 (PDT) Received: by pryzbyj.telsasoft (Postfix, from userid 1000) id A6BD48009F4; Mon, 27 Jun 2022 06:45:44 -0500 (CDT) Date: Mon, 27 Jun 2022 06:45:44 -0500 From: Justin Pryzby To: Jelte Fennema Cc: Tom Lane , Robert Haas , Andres Freund , pgsql-hackers@lists.postgresql.org Subject: Re: Add non-blocking version of PQcancel Message-ID: <20220627114544.GA19662@telsasoft.com> References: <3453535.1648234019@sss.pgh.pa.us> <3457746.1648236890@sss.pgh.pa.us> <20220331054704.GL28503@telsasoft.com> <20220625003616.GA10293@telsasoft.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220625003616.GA10293@telsasoft.com> User-Agent: Mutt/1.9.4 (2018-02-28) List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk On Fri, Jun 24, 2022 at 07:36:16PM -0500, Justin Pryzby wrote: > Resending with a problematic email removed from CC... > > On Mon, Apr 04, 2022 at 03:21:54PM +0000, Jelte Fennema wrote: > > 2. Added some extra sleeps to the cancellation test, to remove random failures on FreeBSD. > > Apparently there's still an occasional issue. > https://cirrus-ci.com/task/6613309985128448 I think that failure is actually not related to this patch. There are probably others, but I noticed because it also affected one of my patches, which changes nothing relevant. https://cirrus-ci.com/task/5904044051922944