Обсуждение: Subtle test problem

Поиск
Список
Период
Сортировка

Subtle test problem

От
Dave Page
Дата:
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

Re: Subtle test problem

От
Yosry Muhammad
Дата:
Working on it right now.

On Wed, Jul 17, 2019, 2:35 PM Dave Page <dpage@pgadmin.org> 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