From 9048332b0e0e90bf72b15e104c04230e04a5dc12 Mon Sep 17 00:00:00 2001 From: Taimoor Zaeem Date: Tue, 16 Jun 2026 19:33:54 +0500 Subject: [PATCH] test(io): clarify test names Signed-off-by: Taimoor Zaeem --- test/io/test_io.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/test/io/test_io.py b/test/io/test_io.py index d03198945..5ad1078ac 100644 --- a/test/io/test_io.py +++ b/test/io/test_io.py @@ -1904,7 +1904,7 @@ def test_log_pool_req_observation(level, defaultenv): assert len(output) == 0 -def test_proxy_status_header(defaultenv, metapostgrest): +def test_proxy_status_header_with_role_statement_timeout(defaultenv, metapostgrest): "Test Proxy-Status header in statement timeout error" role = "timeout_authenticator" @@ -2029,7 +2029,9 @@ def test_db_pre_config_with_pg_reserved_words(defaultenv): ) -def test_server_timing_transaction_duration(defaultenv, metapostgrest): +def test_server_timing_transaction_duration_with_role_statement_timeout( + defaultenv, metapostgrest +): "server-timing transaction duration should be accurate" # just to ensure we don't timeout