yunfengzhou-hub commented on code in PR #143:
URL: https://github.com/apache/flink-ml/pull/143#discussion_r948641898
##########
pom.xml:
##########
@@ -548,12 +548,13 @@ under the License.
<artifactId>maven-surefire-plugin</artifactId>
<version>2.22.1</version>
<configuration>
+ <parallel>classes</parallel>
Review Comment:
I have not found discussions about using this parameter in Flink, and I
agree with it that running tests in parallel might bring risks. I'll remove
this parameter.
--
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]