提交 da23de4c 编写于 作者: A Allen Wang

correct test name.

上级 866c0e0e
...@@ -122,7 +122,7 @@ public class RibbonTest { ...@@ -122,7 +122,7 @@ public class RibbonTest {
} }
@Test @Test
public void testCacheMiss() { public void testCacheHit() {
ILoadBalancer lb = LoadBalancerBuilder.newBuilder().buildFixedServerListLoadBalancer(Lists.newArrayList(new Server("localhost", 12345))); ILoadBalancer lb = LoadBalancerBuilder.newBuilder().buildFixedServerListLoadBalancer(Lists.newArrayList(new Server("localhost", 12345)));
HttpClient<ByteBuf, ByteBuf> httpClient = RibbonTransport.newHttpClient(lb, HttpClient<ByteBuf, ByteBuf> httpClient = RibbonTransport.newHttpClient(lb,
DefaultClientConfigImpl.getClientConfigWithDefaultValues().setPropertyWithType(IClientConfigKey.CommonKeys.MaxAutoRetriesNextServer, 1)); DefaultClientConfigImpl.getClientConfigWithDefaultValues().setPropertyWithType(IClientConfigKey.CommonKeys.MaxAutoRetriesNextServer, 1));
...@@ -156,7 +156,7 @@ public class RibbonTest { ...@@ -156,7 +156,7 @@ public class RibbonTest {
} }
@Test @Test
public void testCacheHit() throws IOException { public void testCacheMiss() throws IOException {
MockWebServer server = new MockWebServer(); MockWebServer server = new MockWebServer();
String content = "Hello world"; String content = "Hello world";
server.enqueue(new MockResponse().setResponseCode(200).setHeader("Content-type", "text/plain") server.enqueue(new MockResponse().setResponseCode(200).setHeader("Content-type", "text/plain")
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册