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 2018/08/06 02:10:00 UTC

[GitHub] tweise commented on a change in pull request #6482: [FLINK-10020] [kinesis] Support recoverable exceptions in listShards.

tweise commented on a change in pull request #6482: [FLINK-10020] [kinesis] Support recoverable exceptions in listShards.
URL: https://github.com/apache/flink/pull/6482#discussion_r207760644
 
 

 ##########
 File path: flink-connectors/flink-connector-kinesis/src/test/java/org/apache/flink/streaming/connectors/kinesis/proxy/KinesisProxyTest.java
 ##########
 @@ -151,6 +190,45 @@ public void testGetShardList() throws Exception {
 						expectedStreamShard.toArray(new StreamShardHandle[actualShardList.size()])));
 	}
 
+	@Test
+	public void testGetShardListRetry() throws Exception {
 
 Review comment:
   Good point, expanded the test to cover this.

----------------------------------------------------------------
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