This is an automated email from the ASF dual-hosted git repository.
casion pushed a commit to branch dev-1.3.2
in repository https://gitbox.apache.org/repos/asf/linkis.git
The following commit(s) were added to refs/heads/dev-1.3.2 by this push:
new 777fe600a fix test case failed (#4102)
777fe600a is described below
commit 777fe600a86e2482acccd5d0e5d0056fa1a8caff
Author: GuoPhilipse <[email protected]>
AuthorDate: Mon Jan 9 09:59:24 2023 +0800
fix test case failed (#4102)
---
.../test/scala/org/apache/linkis/hadoop/common/conf/HadoopConfTest.scala | 1 -
1 file changed, 1 deletion(-)
diff --git
a/linkis-commons/linkis-hadoop-common/src/test/scala/org/apache/linkis/hadoop/common/conf/HadoopConfTest.scala
b/linkis-commons/linkis-hadoop-common/src/test/scala/org/apache/linkis/hadoop/common/conf/HadoopConfTest.scala
index 0a1117fa0..44ca1dabc 100644
---
a/linkis-commons/linkis-hadoop-common/src/test/scala/org/apache/linkis/hadoop/common/conf/HadoopConfTest.scala
+++
b/linkis-commons/linkis-hadoop-common/src/test/scala/org/apache/linkis/hadoop/common/conf/HadoopConfTest.scala
@@ -32,7 +32,6 @@ class HadoopConfTest {
Assertions.assertFalse(HadoopConf.KEYTAB_HOST_ENABLED.getValue)
Assertions.assertFalse(HadoopConf.KEYTAB_PROXYUSER_ENABLED.getValue)
Assertions.assertEquals("hadoop",
HadoopConf.KEYTAB_PROXYUSER_SUPERUSER.getValue)
- Assertions.assertEquals("", HadoopConf.hadoopConfDir)
Assertions.assertEquals(
"/appcom/config/external-conf/hadoop",
HadoopConf.HADOOP_EXTERNAL_CONF_DIR_PREFIX.getValue
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]