This is an automated email from the ASF dual-hosted git repository.

dlmarion pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/accumulo.git


The following commit(s) were added to refs/heads/main by this push:
     new 6765b4160c Fix KeywordStartIT
     new 2217fa988f Merge remote-tracking branch 'upstream/main'
6765b4160c is described below

commit 6765b4160cdec6e6c6c40c61e8f36ba0351c4b60
Author: Dave Marion <[email protected]>
AuthorDate: Fri Feb 20 19:19:04 2026 +0000

    Fix KeywordStartIT
---
 test/src/main/java/org/apache/accumulo/test/start/KeywordStartIT.java | 3 +++
 1 file changed, 3 insertions(+)

diff --git 
a/test/src/main/java/org/apache/accumulo/test/start/KeywordStartIT.java 
b/test/src/main/java/org/apache/accumulo/test/start/KeywordStartIT.java
index 39cb6e539b..c9bbe8c6e8 100644
--- a/test/src/main/java/org/apache/accumulo/test/start/KeywordStartIT.java
+++ b/test/src/main/java/org/apache/accumulo/test/start/KeywordStartIT.java
@@ -46,6 +46,7 @@ import org.apache.accumulo.core.file.rfile.PrintInfo;
 import org.apache.accumulo.core.file.rfile.SplitLarge;
 import org.apache.accumulo.core.util.CreateToken;
 import org.apache.accumulo.core.util.Help;
+import org.apache.accumulo.core.util.ShellCompletionCommand;
 import org.apache.accumulo.core.util.Version;
 import org.apache.accumulo.gc.GCExecutable;
 import org.apache.accumulo.gc.SimpleGarbageCollector;
@@ -236,6 +237,8 @@ public class KeywordStartIT {
     expectSet.add(new CommandInfo(CommandGroups.FILE, "rfile-info", 
PrintInfo.class));
     expectSet.add(new CommandInfo(CommandGroups.INSTANCE, "service-status", 
ServiceStatus.class));
     expectSet.add(new CommandInfo(CommandGroups.CLIENT, "shell", Shell.class));
+    expectSet.add(new CommandInfo(CommandGroups.CONFIG, 
"create-autocomplete-script",
+        ShellCompletionCommand.class));
     expectSet.add(new CommandInfo(CommandGroups.FILE, "split-large", 
SplitLarge.class));
     expectSet.add(new CommandInfo(CommandGroups.PROCESS, "sserver", 
ScanServerExecutable.class));
     expectSet.add(new CommandInfo(CommandGroups.PROCESS, "stop-all", 
StopAll.class));

Reply via email to