Skip to content

Commit 320f737

Browse files
committed
add test
Signed-off-by: Bugen Zhao <[email protected]>
1 parent 6a29110 commit 320f737

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

e2e_test/batch/catalog/pg_settings.slt.part

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,14 @@ query TT
6363
SELECT * FROM pg_catalog.pg_settings where name='dummy';
6464
----
6565

66+
# https://github.com/risingwavelabs/risingwave/issues/15125
67+
query TT
68+
SELECT min(name) name, context FROM pg_catalog.pg_settings GROUP BY context;
69+
----
70+
application_name user
71+
backup_storage_directory postmaster
72+
block_size_kb internal
73+
6674
# Tab-completion of `SET` command
6775
query T
6876
SELECT name

0 commit comments

Comments
 (0)