From abf8347c85bceed774f60fdd0d75e43b236f2558 Mon Sep 17 00:00:00 2001 From: GremSnoort Date: Fri, 27 Feb 2026 12:23:45 +0300 Subject: [PATCH] Enable more subscription tests for Oriole --- src/test/subscription/oriole_tests.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/test/subscription/oriole_tests.txt b/src/test/subscription/oriole_tests.txt index f3aac24b3bd..1b729f7e7d8 100644 --- a/src/test/subscription/oriole_tests.txt +++ b/src/test/subscription/oriole_tests.txt @@ -1,13 +1,21 @@ # List of subscription tests to run with OrioleDB # Add test files here, one per line +t/002_types.pl +t/003_constraints.pl t/004_sync.pl t/005_encoding.pl t/006_rewrite.pl t/007_ddl.pl t/008_diff_schema.pl +t/009_matviews.pl t/010_truncate.pl t/011_generated.pl +t/012_collation.pl +t/014_binary.pl t/020_messages.pl t/024_add_drop_pub.pl +t/025_rep_changes_for_schema.pl t/026_stats.pl +t/030_origin.pl +t/032_subscribe_use_index.pl