aromanenko-dev commented on a change in pull request #14400:
URL: https://github.com/apache/beam/pull/14400#discussion_r605741329
##########
File path:
sdks/java/io/amazon-web-services/src/test/java/org/apache/beam/sdk/io/aws/options/AwsModuleTest.java
##########
@@ -239,4 +242,22 @@ public void
testAwsHttpClientConfigurationSerializationDeserialization() throws
assertEquals(1000,
clientConfigurationDeserialized.getConnectionMaxIdleMillis());
assertEquals(300, clientConfigurationDeserialized.getSocketTimeout());
}
+
+ @Test
Review comment:
Could you add a test case with "-1" value, mentioned in Jira?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]