Skip to content

Commit

Permalink
[fix](fe-ut) Add be port to mocked backends
Browse files Browse the repository at this point in the history
  • Loading branch information
TangSiyang2001 committed Jan 24, 2025
1 parent cc183eb commit 7983ad1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ public static void createEsTable(Database db) throws DdlException {

public static Backend createBackend(long id, String host, int heartPort, int bePort, int httpPort) {
Backend backend = new Backend(id, host, heartPort);
// backend.updateOnce(bePort, httpPort, 10000);
backend.updateOnce(bePort, httpPort, 10000);
backend.setAlive(true);
return backend;
}
Expand Down

0 comments on commit 7983ad1

Please sign in to comment.