This is an automated email from the ASF dual-hosted git repository.
krathbun 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 10e6e869a1 Fix ShellIT.configTest (#5437)
10e6e869a1 is described below
commit 10e6e869a146ed385222c21149b6657b44a3fb2b
Author: Kevin Rathbun <[email protected]>
AuthorDate: Mon Mar 31 11:39:08 2025 -0400
Fix ShellIT.configTest (#5437)
fixes test broken by changes in #5301
---
test/src/main/java/org/apache/accumulo/test/shell/ShellIT.java | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/test/src/main/java/org/apache/accumulo/test/shell/ShellIT.java
b/test/src/main/java/org/apache/accumulo/test/shell/ShellIT.java
index 7bb4b1c616..ac83451c7f 100644
--- a/test/src/main/java/org/apache/accumulo/test/shell/ShellIT.java
+++ b/test/src/main/java/org/apache/accumulo/test/shell/ShellIT.java
@@ -513,6 +513,12 @@ public class ShellIT extends SharedMiniClusterBase {
case PATH:
case PREFIX:
case STRING:
+ case FATE_THREADPOOL_SIZE:
+ // deprecated value
+ case FATE_META_CONFIG:
+ // json based type
+ case FATE_USER_CONFIG:
+ // json based type
case JSON:
Shell.log.debug("Skipping " + propertyType + " Property Types");
continue;