Skip to content

Commit

Permalink
Fix HttpTestSuite tests
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoxmeng committed Dec 19, 2023
1 parent 038ff56 commit 7c0ae48
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@ class HttpTestSuite : public ::testing::TestWithParam<bool> {
}

protected:
static void SetUpTestCase() {
memory::MemoryManager::testingSetInstance({});
}

std::unique_ptr<http::HttpServer> getServer(
bool useHttps,
const std::shared_ptr<folly::IOThreadPoolExecutor>& ioPool = nullptr) {
Expand Down

0 comments on commit 7c0ae48

Please sign in to comment.