Regression test failure in regression test temp.sql
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Postgres hackers <pgsql-hackers@lists.postgresql.org>
Date: 2019-08-07T13:24:22Z
Lists: pgsql-hackers
Attachments
- temp-partition-test.patch (text/x-diff) patch
Hi all,
While browsing the buildfarm failures, I have found this problem on
anole for the test temp:
https://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=anole&dt=2019-08-07%2006%3A39%3A35
select relname from pg_class where relname like 'temp_parted_oncommit_test%';
relname
----------------------------
- temp_parted_oncommit_test
temp_parted_oncommit_test1
(2 rows)
drop table temp_parted_oncommit_test;
--- 276,283 ----
select relname from pg_class where relname like 'temp_parted_oncommit_test%';
relname
----------------------------
temp_parted_oncommit_test1
+ temp_parted_oncommit_test
(2 rows)
This could be solved just with an ORDER BY as per the attached. Any
objections?
Thanks,
--
Michael
Commits
-
Fix random regression failure in test case "collate.icu.utf8"
- b626483bd97b 12.0 landed
- 96e7e1bc0891 13.0 landed
-
Fix random regression failure in test case "temp"
- fc8c6ae5fdeb 10.11 landed
- 72f92549b641 11.6 landed
- 4c0b9cf9e073 12.0 landed
- 2d7d67cc74d0 13.0 landed