Skip to content

Commit 64bf93b

Browse files
authored
Update TestRoutingTargetHandler.java
1 parent 0fed463 commit 64bf93b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gateway-ha/src/test/java/io/trino/gateway/ha/handler/TestRoutingTargetHandler.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -302,13 +302,13 @@ void testPropagateErrorsTrueResponseGroupAndErrorsSet()
302302

303303
@Test
304304
void testResolveRoutingWithKnownQueryIdAndFailingFallback()
305-
throws Exception
306305
{
306+
// ref: https://github.com/trinodb/trino-gateway/issues/920
307307
// Simulate a request to /ui/query.html?queryId where the query ID is known
308308
// but the fallback routing (getRoutingTargetResponse) would fail because
309309
// there are no backends for the resolved routing group.
310310
// This tests that the eagerly-evaluated fallback does not throw when
311-
// previousCluster is present.
311+
// previousCluster is present.
312312
String queryId = "20240101_000000_00001_aaaaa";
313313
String backendUrl = "https://trino-backend.example.com";
314314

0 commit comments

Comments
 (0)