Skip to content

Commit

Permalink
Revert "rollback initHttpServer update, might be flaky"
Browse files Browse the repository at this point in the history
This reverts commit fb25b6e.
  • Loading branch information
py023 committed Jul 31, 2024
1 parent 204433f commit f477a1a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
import org.apache.doris.common.ExceptionChecker.ThrowingRunnable;
import org.apache.doris.common.FeConstants;
import org.apache.doris.common.jmockit.Deencapsulation;
import org.apache.doris.common.util.UnitTestUtil;
import org.apache.doris.datasource.CatalogMgr;
import org.apache.doris.datasource.InternalCatalog;
import org.apache.doris.httpv2.HttpServer;
Expand Down Expand Up @@ -74,7 +75,6 @@

import java.io.File;
import java.io.IOException;
import java.net.ServerSocket;
import java.nio.file.Files;
import java.util.ArrayList;
import java.util.HashMap;
Expand Down

0 comments on commit f477a1a

Please sign in to comment.