Add mssing test to test_decoding/meson.build
Started by kuroda.hayato@fujitsu.comover 3 years ago3 messages
Hi hackers,
I found that the test catalog_change_snapshot was missed in test_decoding/meson.build file.
PSA the patch to fix it.
Best Regards,
Hayato Kuroda
FUJITSU LIMITED
Attachments:
0001-add-missing-test-to-test_decoding-meson.build.patchapplication/octet-stream; name=0001-add-missing-test-to-test_decoding-meson.build.patchDownload
From 5572d75ec4945c8fd6a1deb577d6fe32610beaac Mon Sep 17 00:00:00 2001
From: "kuroda.hayato%40jp.fujitsu.com" <kuroda.hayato@jp.fujitsu.com>
Date: Thu, 13 Oct 2022 04:24:26 +0000
Subject: [PATCH] add missing test to test_decoding/meson.build
---
contrib/test_decoding/meson.build | 1 +
1 file changed, 1 insertion(+)
diff --git a/contrib/test_decoding/meson.build b/contrib/test_decoding/meson.build
index 6376103c68..6876792fd8 100644
--- a/contrib/test_decoding/meson.build
+++ b/contrib/test_decoding/meson.build
@@ -49,6 +49,7 @@ tests += {
'mxact',
'delayed_startup',
'ondisk_startup',
+ 'catalog_change_snapshot',
'concurrent_ddl_dml',
'oldest_xmin',
'snapshot_transfer',
--
2.27.0
Re: Add mssing test to test_decoding/meson.build
On Thu, Oct 13, 2022 at 04:25:50AM +0000, kuroda.hayato@fujitsu.com wrote:
I found that the test catalog_change_snapshot was missed in test_decoding/meson.build file.
PSA the patch to fix it.
Thanks, applied. This was an oversight of 7f13ac8, and the CI accepts
the test.
--
Michael