You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2019/02/26 14:53:33 UTC

[GitHub] tillrohrmann commented on a change in pull request #7839: [FLINK-10585][tests] Fix RestServerEndpointITCase instability

tillrohrmann commented on a change in pull request #7839: [FLINK-10585][tests] Fix RestServerEndpointITCase instability
URL: https://github.com/apache/flink/pull/7839#discussion_r260320322
 
 

 ##########
 File path: flink-runtime/src/test/java/org/apache/flink/runtime/rest/RestServerEndpointITCase.java
 ##########
 @@ -194,7 +193,7 @@ public void setup() throws Exception {
 		RestServerEndpointConfiguration serverConfig = RestServerEndpointConfiguration.fromConfiguration(config);
 		RestClientConfiguration clientConfig = RestClientConfiguration.fromConfiguration(config);
 
-		final String restAddress = "http://localhost:1234";
+		final String restAddress = "http://example.org:1234";
 
 Review comment:
   I think this is no longer needed.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services