diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/graph_table_rls.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/graph_table_rls.out --- /tmp/cirrus-ci-build/src/test/regress/expected/graph_table_rls.out 2025-11-30 16:21:53.788450000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/graph_table_rls.out 2025-11-30 16:28:23.591600000 +0000 @@ -22,12 +22,19 @@ RESET client_min_messages; -- initial setup CREATE USER graph_rls_alice NOLOGIN; +WARNING: roles created by regression test cases should have names starting with "regress_" CREATE USER graph_rls_bob NOLOGIN; +WARNING: roles created by regression test cases should have names starting with "regress_" CREATE USER graph_rls_carol NOLOGIN; +WARNING: roles created by regression test cases should have names starting with "regress_" CREATE USER graph_rls_dave NOLOGIN; +WARNING: roles created by regression test cases should have names starting with "regress_" CREATE USER graph_rls_exempt_user BYPASSRLS NOLOGIN; +WARNING: roles created by regression test cases should have names starting with "regress_" CREATE ROLE graph_rls_group1 NOLOGIN; +WARNING: roles created by regression test cases should have names starting with "regress_" CREATE ROLE graph_rls_group2 NOLOGIN; +WARNING: roles created by regression test cases should have names starting with "regress_" GRANT graph_rls_group1 TO graph_rls_dave; GRANT graph_rls_group2 TO graph_rls_bob; CREATE SCHEMA graph_rls_schema;