mirror of
https://github.com/sogou/workflow.git
synced 2026-02-08 01:33:17 +08:00
fix test case.
This commit is contained in:
@@ -224,6 +224,7 @@ TEST(upstream_unittest, AddAndRemove)
|
||||
wait_group.wait();
|
||||
EXPECT_TRUE(http_server1.start("127.0.0.1", 8001) == 0)
|
||||
<< "http server start failed";
|
||||
ns->del_policy(name.c_str());
|
||||
}
|
||||
|
||||
TEST(upstream_unittest, FuseAndRecover)
|
||||
@@ -285,6 +286,7 @@ TEST(upstream_unittest, FuseAndRecover)
|
||||
|
||||
series->start();
|
||||
wait_group.wait();
|
||||
ns->del_policy("test_policy");
|
||||
}
|
||||
|
||||
TEST(upstream_unittest, TryAnother)
|
||||
|
||||
Reference in New Issue
Block a user