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

morrysnow pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/master by this push:
     new 69e75f04ab [fix](feut) should not enable InternalSchemaDb in fe ut 
(#23400)
69e75f04ab is described below

commit 69e75f04ab400ddf4de8c0ae9cee5ff1d26741da
Author: starocean999 <[email protected]>
AuthorDate: Fri Aug 25 11:03:37 2023 +0800

    [fix](feut) should not enable InternalSchemaDb in fe ut (#23400)
---
 fe/fe-core/src/test/java/org/apache/doris/qe/PartitionCacheTest.java | 2 ++
 1 file changed, 2 insertions(+)

diff --git 
a/fe/fe-core/src/test/java/org/apache/doris/qe/PartitionCacheTest.java 
b/fe/fe-core/src/test/java/org/apache/doris/qe/PartitionCacheTest.java
index 94216f74b4..4ccd783025 100644
--- a/fe/fe-core/src/test/java/org/apache/doris/qe/PartitionCacheTest.java
+++ b/fe/fe-core/src/test/java/org/apache/doris/qe/PartitionCacheTest.java
@@ -43,6 +43,7 @@ import org.apache.doris.catalog.Type;
 import org.apache.doris.catalog.View;
 import org.apache.doris.common.AnalysisException;
 import org.apache.doris.common.Config;
+import org.apache.doris.common.FeConstants;
 import org.apache.doris.common.UserException;
 import org.apache.doris.common.jmockit.Deencapsulation;
 import org.apache.doris.common.telemetry.Telemetry;
@@ -133,6 +134,7 @@ public class PartitionCacheTest {
     public static void start() {
         MetricRepo.init();
         try {
+            FeConstants.enableInternalSchemaDb = false;
             FrontendOptions.init();
             context = new ConnectContext();
             Config.cache_enable_sql_mode = true;


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to