File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
gateway-ha/src/test/java/io/trino/gateway/ha/router Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -202,7 +202,10 @@ void testTrinoQueryPropertiesResourceGroupQueryType()
202202 throws IOException
203203 {
204204 RoutingGroupSelector routingGroupSelector =
205- RoutingGroupSelector .byRoutingRulesEngine ("src/test/resources/rules/routing_rules_trino_query_properties.yml" , requestAnalyzerConfig );
205+ RoutingGroupSelector .byRoutingRulesEngine (
206+ "src/test/resources/rules/routing_rules_trino_query_properties.yml" ,
207+ oneHourRefreshPeriod ,
208+ requestAnalyzerConfig );
206209 HttpServletRequest mockRequest = prepareMockRequest ();
207210 when (mockRequest .getReader ()).thenReturn (new BufferedReader (new StringReader ("CREATE TABLE cat.schem.foo (c1 int)" )));
208211
You can’t perform that action at this time.
0 commit comments