You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by yi...@apache.org on 2022/07/27 00:18:40 UTC

[doris] branch master updated: [fix](ut) fix FE ut (#11215)

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

yiguolei 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 c6b0df5cbe [fix](ut) fix FE ut (#11215)
c6b0df5cbe is described below

commit c6b0df5cbec2679f636c6aab4876fc97458c7309
Author: Mingyu Chen <mo...@gmail.com>
AuthorDate: Wed Jul 27 08:18:31 2022 +0800

    [fix](ut) fix FE ut (#11215)
---
 .../src/test/java/org/apache/doris/utframe/TestWithFeService.java       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fe/fe-core/src/test/java/org/apache/doris/utframe/TestWithFeService.java b/fe/fe-core/src/test/java/org/apache/doris/utframe/TestWithFeService.java
index 5daca492b4..c0b1f37934 100644
--- a/fe/fe-core/src/test/java/org/apache/doris/utframe/TestWithFeService.java
+++ b/fe/fe-core/src/test/java/org/apache/doris/utframe/TestWithFeService.java
@@ -108,7 +108,7 @@ public abstract class TestWithFeService {
     @AfterAll
     public final void afterAll() throws Exception {
         runAfterAll();
-        Catalog.getCurrentCatalog().clear();
+        Env.getCurrentEnv().clear();
         cleanDorisFeDir(runningDir);
     }
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org