v1-0001-prevent-test-from-failing-on-slower-machines.patch
text/x-patch
Filename: v1-0001-prevent-test-from-failing-on-slower-machines.patch
Type: text/x-patch
Part: 0
Patch
Format: format-patch
Series: patch v1-0001
Subject: prevent test from failing on slower machines
| File | + | − |
|---|---|---|
| src/test/modules/brin/t/02_wal_consistency.pl | 1 | 1 |
From 75a56e7bd5bc718481099bda3668855f9c200e98 Mon Sep 17 00:00:00 2001
From: Karina Litskevich <litskevichkarina@gmail.com>
Date: Fri, 23 Dec 2022 16:35:23 +0300
Subject: [PATCH v1] prevent test from failing on slower machines
---
src/test/modules/brin/t/02_wal_consistency.pl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/test/modules/brin/t/02_wal_consistency.pl b/src/test/modules/brin/t/02_wal_consistency.pl
index f7dbb0d014..cbc269b1df 100644
--- a/src/test/modules/brin/t/02_wal_consistency.pl
+++ b/src/test/modules/brin/t/02_wal_consistency.pl
@@ -60,7 +60,7 @@ begin
end
$$;
});
-my $end_lsn = $whiskey->lsn('insert');
+my $end_lsn = $whiskey->lsn('flush');
my ($ret, $out, $err) = $whiskey->psql(
'postgres', qq{
--
2.25.1