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 <55968745+caicong...@users.noreply.github.com> AuthorDate: Thu Apr 29 09:21:02 2021 +0800 [UT] Fix ut failed for CreateTableTest (#5721) Co-authored-by: caiconghui <caicong...@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-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org