Add ORDER BY to stabilize tablespace test for partitioned index

From: Pavel Borisov <pashkin(dot)elfe(at)gmail(dot)com>
To: Postgres hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Add ORDER BY to stabilize tablespace test for partitioned index
Date: 2021-04-09 08:00:26
Message-ID: CALT9ZEEAWTtycG0NHOXsQd8aFxti2HrWM8afpwivJCRV6-dy-A@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi, hackers!
I noticed the Peter's commit 7e3c54168d9ec058cb3c9d47f8105b1d32dc8ceb that
stabilizes certain tests by adding ORDER BY clause in tests and remember
that I saw the same error in tablespaces test for creation of partitioned
index. It comes very rarely and test fails on inverted order of parent and
child.

PFA small patch that stabilizes that test in the same style by adding ORDER
BY.

--
Best regards,
Pavel Borisov

Postgres Professional: http://postgrespro.com <http://www.postgrespro.com>

Attachment Content-Type Size
v1-0001-Stabilize-tablespaces-test-for-partitioned-indexe.patch application/octet-stream 2.0 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Magnus Hagander 2021-04-09 08:04:53 Re: Postgresql 13 supported on Solaris 11 O/S on SPARC hardware?
Previous Message Peter Smith 2021-04-09 07:03:11 Re: [HACKERS] logical decoding of two-phase transactions