mosche commented on a change in pull request #15899:
URL: https://github.com/apache/beam/pull/15899#discussion_r743032551
##########
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:
I couldn't find any issue testing locally, `KinesisMockReadTest` was
just running fine.
Unfortunately there's also no ticket linked in the commit making it hard to
know what previously happened.
--
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]