aromanenko-dev commented on a change in pull request #15899:
URL: https://github.com/apache/beam/pull/15899#discussion_r743047947
##########
File path: sdks/java/io/amazon-web-services2/build.gradle
##########
@@ -75,6 +75,5 @@ test {
'--awsRegion=us-west-2',
'--awsCredentialsProvider={"@type": "StaticCredentialsProvider",
"accessKeyId": "key_id_value", "secretAccessKey": "secret_value"}'
])
- // Forking every test resolves an issue where KinesisMockReadTest gets stuck
forever.
- forkEvery 1
+ maxParallelForks 4
Review comment:
It's just got stuck forever for unknown reasons. Though, if there is no
issue for now then probably it was "automatically" fixed with a new version of
SDK or Beam.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]