Subtle test problem

From: Dave Page <dpage(at)pgadmin(dot)org>
To: Yosry Muhammad <yosrym93(at)gmail(dot)com>
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Subtle test problem
Date: 2019-07-17 12:35:04
Message-ID: CA+OCxoxuxcOTajhH22_u6iaZKRS8NkbuUNhKgY_giB9Z250Hqg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

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

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Yosry Muhammad 2019-07-17 13:16:50 Re: Subtle test problem
Previous Message Dave Page 2019-07-17 12:25:23 Re: [pgAdmin4][Patch] - RE-SQL and modified SQL tests for Check Constraint node