valepakh commented on code in PR #2762:
URL: https://github.com/apache/ignite-3/pull/2762#discussion_r1377569013
##########
modules/cli/src/test/java/org/apache/ignite/internal/cli/core/repl/completer/DynamicCompletionInsiderTest.java:
##########
@@ -31,12 +31,6 @@ class DynamicCompletionInsiderTest {
private static Stream<Arguments> typedWordsSource() {
return Stream.of(
- // connect command needs a parameter
- Arguments.of(new String[]{"connect"}, false),
Review Comment:
> I think these test cases should not be removed but replaced with another
command.
I don't think we have another command with required completable parameter.
--
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]