Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1hnjnx-00077b-Eb for pgadmin-hackers@arkaria.postgresql.org; Wed, 17 Jul 2019 13:17:09 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.89) (envelope-from ) id 1hnjnv-0005k3-6K for pgadmin-hackers@arkaria.postgresql.org; Wed, 17 Jul 2019 13:17:07 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1hnjnu-0005iQ-ST for pgadmin-hackers@lists.postgresql.org; Wed, 17 Jul 2019 13:17:06 +0000 Received: from mail-yb1-xb35.google.com ([2607:f8b0:4864:20::b35]) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1hnjns-0001HV-8G for pgadmin-hackers@postgresql.org; Wed, 17 Jul 2019 13:17:06 +0000 Received: by mail-yb1-xb35.google.com with SMTP id z128so6159424yba.6 for ; Wed, 17 Jul 2019 06:17:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=hXTQl/YBlvVeafu4ypN/2u0jRo3QHmhHCiNmUqh7tI4=; b=mO/5KDs5fzKT3Oo6he0jb1DCsP9CFaqIMsUDUeuGdFw2rSdqZH78iEqMA0ew0rPc0g irY7O/19g0ZFbr6n4f8iZfAErK+fMHmmFjbVJsx/Y8mWogCpIB1OI2i84jiq3KH4vaRr mUL5WMPxWh1IJM8uvtPQMnMOnarW03XmPtg8WRwCABZU9zktgHa+hZzoeDliozagN+j9 TcM54XWeTRDMxeQqr+aF6jEF1lFEsd+7GI7hDgUgfnRfPS3KgYdKnuOZ5/F1JvfhJzJI ATN/Sud2Z1k6zlFwLxatHSh0wa2+My2qPNzzxCsTHq5eJG1YlJ69Ys/ixUU85hQSqJ/r y9kA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=hXTQl/YBlvVeafu4ypN/2u0jRo3QHmhHCiNmUqh7tI4=; b=rJrNtvGJyA6SfGv3JqqIgGPelsFsARgDivbRuNHOIbqm+jXT17FM5XBDGkAN/9wMYG fEduvMmIvIUUotaKg/aHKq9u8eEZGyaj7jMS2MA3mmvmq4qkCJzkpDzx1N6uWqwcZVRQ 4+4zH4dzRbhfwm0aFTJYTVhjEQvvGQEwLDIwC+R0loUR2oxFSobps1S3smXQO2o8D2Hh LpoK6ZQ8E4JFShUn5Y2W15Ws0G2okT4Gfp1WyhWUk9uHFsOhp4zmykGoWb6obzMknYW6 Di60b1t/PP9pBcv3xDVzWsPpyCKZ/dmBUbgA2lUy8qMp2NOAF83If1WJPxOdm5wxGK4f /GfQ== X-Gm-Message-State: APjAAAWgttZpNeU3UKxScjvVg6ABO9QFNODflhuUvBb15dsZBvbewJEh LNGxS2PXX3GlHHbJgDLtruOpkjJihnNJpBP8ivA= X-Google-Smtp-Source: APXvYqyf4d0k7BV/AowRi7NJwp5nojJ4CnDTMS1z3GtiVfW32iuWl/SFpoqy84TlL0ZmwVOTs4X+Gfo7iOMtgycGlj0= X-Received: by 2002:a25:e08:: with SMTP id 8mr25302777ybo.177.1563369422060; Wed, 17 Jul 2019 06:17:02 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Yosry Muhammad Date: Wed, 17 Jul 2019 15:16:50 +0200 Message-ID: Subject: Re: Subtle test problem To: Dave Page Cc: pgadmin-hackers Content-Type: multipart/alternative; boundary="0000000000000e0221058de04f31" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk --0000000000000e0221058de04f31 Content-Type: text/plain; charset="UTF-8" Working on it right now. On Wed, Jul 17, 2019, 2:35 PM Dave Page wrote: > Hi Yosry, > > Now that your patch is committed we're seeing a subtle failure on our > internal (at EDB) CI/CD system. Essentially we have multiple tests running > concurrently, and it looks like you're using a fixed table name. In other > tests we make sure we have a random number on the end of the table name to > avoid this issue. Can you fix that ASAP please? > > Thanks. > > -- > Dave Page > Blog: http://pgsnake.blogspot.com > Twitter: @pgsnake > > EnterpriseDB UK: http://www.enterprisedb.com > The Enterprise PostgreSQL Company > --0000000000000e0221058de04f31 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Working on it right now.

On Wed, Jul 17, 2019, 2:35 PM Dav= e Page <dpage@pgadmin.org> w= rote:
Hi Yosry,
Now that your patch is committed we're seeing a subtle= failure on our internal (at EDB) CI/CD system. Essentially we have multipl= e tests running concurrently, and it looks like you're using a fixed ta= ble name. In other tests we make sure we have a random number on the end of= the table name to avoid this issue. Can you fix that ASAP please?

Thanks.

--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitte= r: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
Th= e Enterprise PostgreSQL Company
--0000000000000e0221058de04f31--