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 2022/04/26 09:45:22 UTC

[GitHub] [flink] XComp commented on a diff in pull request #18842: [FLINK-26246][build][tests] Setup JUnit 5 infrastructure for parallel test execution

XComp commented on code in PR #18842:
URL: https://github.com/apache/flink/pull/18842#discussion_r858511324


##########
pom.xml:
##########
@@ -1593,6 +1593,14 @@ under the License.
 						<!--suppress MavenModelInspection -->
 						<test.randomization.seed>${test.randomization.seed}</test.randomization.seed>
 						<junit.jupiter.extensions.autodetection.enabled>true</junit.jupiter.extensions.autodetection.enabled>
+						<!-- Enabled the parallel test execution feature. -->

Review Comment:
   ```suggestion
   						<!-- Enabled the parallel test execution feature. -->
   						<!-- Tests and test classes can be enabled for concurrent execution using @Execution(ExecutionMode.CONCURRENT). -->
   ```



-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org