File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
gateway-ha/src/test/java/io/trino/gateway/ha/handler Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments