You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pulsar-broker/src/test/java/com/yahoo/pulsar/discovery/service/web/DiscoveryServiceWebTest.java
+14-12Lines changed: 14 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -96,10 +96,12 @@ public void testRiderectUrlWithServerStarted() throws Exception {
96
96
* verify : every time when vip receives a request: it redirects to above brokers sequentially and broker
97
97
* returns appropriate response which must not be null.
98
98
**/
99
-
assertEquals("Cannot get the replication clusters for a non-global namespace", hitBrokerService(HttpMethod.POST, postRequestUrl, Lists.newArrayList("use")));
100
-
assertEquals("Property does not exist", hitBrokerService(HttpMethod.PUT, putRequestUrl, newBundlesData(1)));
101
-
assertEquals("Property does not exist", hitBrokerService(HttpMethod.GET, getRequestUrl, null));
Copy file name to clipboardExpand all lines: pulsar-discovery-service/src/main/java/com/yahoo/pulsar/discovery/service/web/DiscoveryServiceServlet.java
0 commit comments