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 1hnj9b-0005Pl-C5 for pgadmin-hackers@arkaria.postgresql.org; Wed, 17 Jul 2019 12:35:27 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.89) (envelope-from ) id 1hnj9Y-0001rd-UY for pgadmin-hackers@arkaria.postgresql.org; Wed, 17 Jul 2019 12:35:24 +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 1hnj9Y-0001rW-NU for pgadmin-hackers@lists.postgresql.org; Wed, 17 Jul 2019 12:35:24 +0000 Received: from mail-wr1-x443.google.com ([2a00:1450:4864:20::443]) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1hnj9V-0000nN-QB for pgadmin-hackers@postgresql.org; Wed, 17 Jul 2019 12:35:23 +0000 Received: by mail-wr1-x443.google.com with SMTP id x1so9634964wrr.9 for ; Wed, 17 Jul 2019 05:35:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=pgadmin.org; s=google; h=mime-version:from:date:message-id:subject:to:cc; bh=m5NjSW2BjDyafCZiYKQSgaFdHfl+wBaSBhtaSGIiXBo=; b=A83JEs1jA3Yf7aY9Pm7BU15+R7fO8oWX884K72f5FoUAsjY1e85cunAir/vlZ90GFy LnxoA88SoT06gfY4WfLkaDdF3gmzkXgWO+atyHABw/dLo4hBlLBDThadiz7m0gN808Ln P1t3IUyRlwHkpydNrIxcGynk1XCE3L+WWgQRlUn6pnK3WOrI8O4U9V75NjcuViiCe8Hk CRF6iA9p+3VAlAQ3UpacBlixwjF+mPviWSbwr2ly8Eb8OKoZ83QcN0425ZpQOYoAn9La QmFnZAfYHFDcv8FIKKSngfXf2d0EmrFVMmZHzqJYUFnUPySsYcoo6A7P+evYznlEFNwf y3Gg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to:cc; bh=m5NjSW2BjDyafCZiYKQSgaFdHfl+wBaSBhtaSGIiXBo=; b=SovduuPPy1J0oDW0Qtn838toGgweTMdzHFfh/0J4BLAGb7t4rB2wPDDXk6ds91HYMI bBmI1lh286+QcxTRqjOJkYk3GkCW24dZbZWmkCIXvdnYfqR2IIL6XohroJBOtbLWr4kE iI73lO7CvMgtNxMugs7lFlfouR4GbosK4B1zzBK4FJTlPZFrdVrCTCt2V3hjvgqSkl0o u4LH5oJVB/sHq884k004vIAlKgHSD5jZbQbhQ3lCvrY5DAAi7kwlG8pJPcpqAXIPfba/ 4H8OOjAl2wW1OaKrNt094WJCQh24XMOUwy0zRJ/U1iOLeAx78wcfNO8BffcSz/D6q28q EXnA== X-Gm-Message-State: APjAAAUCrWOM2/O2dGrkugkHEd5y9cHMxtonZ0hvzFznBFXi5uAo1KKd yjXoBrVkf6mjlhvy5eixVdgHIOG9rwUzToxX3d7HyxmIeYg= X-Google-Smtp-Source: APXvYqzJyRjN6n6aTj1MZyz1Zj0McIrQba2n94wAQotf/uv8nssxvm2izwnncv3wKdM6N26gzWe/j9Z4XCtXaOgfw+c= X-Received: by 2002:adf:f104:: with SMTP id r4mr45009060wro.140.1563366916094; Wed, 17 Jul 2019 05:35:16 -0700 (PDT) MIME-Version: 1.0 From: Dave Page Date: Wed, 17 Jul 2019 13:35:04 +0100 Message-ID: Subject: Subtle test problem To: Yosry Muhammad Cc: pgadmin-hackers Content-Type: multipart/alternative; boundary="000000000000b00cd8058ddfb943" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk --000000000000b00cd8058ddfb943 Content-Type: text/plain; charset="UTF-8" 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 --000000000000b00cd8058ddfb943 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hi Yosry,

Now that your patch is commit= ted we're seeing a subtle failure on our internal (at EDB) CI/CD system= . Essentially we have multiple tests running concurrently, and it looks lik= e 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 f= ix that ASAP please?

Thanks.

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

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Compan= y
--000000000000b00cd8058ddfb943--