Skip to content

Commit 63f4c00

Browse files
authored
Remove GitHub issue reference from test comments
Removed reference to GitHub issue 920 in test case comments.
1 parent 64bf93b commit 63f4c00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,6 @@ void testPropagateErrorsTrueResponseGroupAndErrorsSet()
303303
@Test
304304
void testResolveRoutingWithKnownQueryIdAndFailingFallback()
305305
{
306-
// ref: https://github.com/trinodb/trino-gateway/issues/920
307306
// Simulate a request to /ui/query.html?queryId where the query ID is known
308307
// but the fallback routing (getRoutingTargetResponse) would fail because
309308
// there are no backends for the resolved routing group.
@@ -327,6 +326,7 @@ void testResolveRoutingWithKnownQueryIdAndFailingFallback()
327326
.thenThrow(new IllegalStateException("Number of active backends found zero"));
328327

329328
// With orElse(), this throws. With orElseGet(), this succeeds.
329+
// ref: https://github.com/trinodb/trino-gateway/issues/920
330330
RoutingTargetResponse response = handler.resolveRouting(uiRequest);
331331

332332
assertThat(response.routingDestination().clusterHost()).isEqualTo(backendUrl);

0 commit comments

Comments
 (0)