You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by ya...@apache.org on 2021/04/29 01:21:11 UTC

[incubator-doris] branch master updated: [UT] Fix ut failed for CreateTableTest (#5721)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new faf5adc  [UT] Fix ut failed for CreateTableTest (#5721)
faf5adc is described below

commit faf5adc4eef45569b4d52dc0a041c0fc2d700a5c
Author: caiconghui <55...@users.noreply.github.com>
AuthorDate: Thu Apr 29 09:21:02 2021 +0800

    [UT] Fix ut failed for CreateTableTest (#5721)
    
    Co-authored-by: caiconghui <ca...@xiaomi.com>
---
 fe/fe-core/src/test/java/org/apache/doris/utframe/UtFrameUtils.java | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/fe/fe-core/src/test/java/org/apache/doris/utframe/UtFrameUtils.java b/fe/fe-core/src/test/java/org/apache/doris/utframe/UtFrameUtils.java
index 7b4f6de..8b416dc 100644
--- a/fe/fe-core/src/test/java/org/apache/doris/utframe/UtFrameUtils.java
+++ b/fe/fe-core/src/test/java/org/apache/doris/utframe/UtFrameUtils.java
@@ -190,6 +190,9 @@ public class UtFrameUtils {
         be.setDisks(ImmutableMap.copyOf(disks));
         be.setAlive(true);
         be.setOwnerClusterName(SystemInfoService.DEFAULT_CLUSTER);
+        be.setBePort(be_thrift_port);
+        be.setHttpPort(be_http_port);
+        be.setBeRpcPort(be_brpc_port);
         Catalog.getCurrentSystemInfo().addBackend(be);
     }
 

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