Re: create_index test fails when synchronous_commit = off @ master
Aleksander Alekseev <aleksander@timescale.com>
From: Aleksander Alekseev <aleksander@timescale.com>
To: Andres Freund <andres@anarazel.de>
Cc: David Rowley <dgrowleyml@gmail.com>, Tom Lane <tgl@sss.pgh.pa.us>, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2022-02-28T13:31:59Z
Lists: pgsql-hackers
Attachments
- fix-flacky-tests.patch (application/octet-stream) patch
Hi Andres, > So it might be reasonable to use synchronous_commit=on in test_setup.sql? > It's not super satisfying, but I don't immediately see what else could prevent > all-visible to be set in this case? I don't see what else can be done either. Here is the corresponding patch. -- Best regards, Aleksander Alekseev
Commits
-
Set synchronous_commit=on in test_setup.sql.
- 02fea8fdda65 15.0 landed