Flaugh24 commented on code in PR #2673:
URL: https://github.com/apache/ignite-3/pull/2673#discussion_r1358195060
##########
modules/runner/src/integrationTest/java/org/apache/ignite/internal/rest/ItRestPortsTestTest.java:
##########
@@ -51,7 +51,7 @@
import org.junit.jupiter.params.provider.MethodSource;
/** Tests for the REST port range configuration. */
-public class ItPortRangeTest extends IgniteIntegrationTest {
+public class ItRestPortsTestTest extends IgniteIntegrationTest {
Review Comment:
Before removing the range, the test checked whether the range worked for
both ports in different cases (only HTTP, only HTTPS, dual protocol). What does
it check now?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]