zhuzhurk commented on a change in pull request #9675: [FLINK-13953] [runtime]
Facilitate enabling new scheduler in MiniCluster Tests
URL: https://github.com/apache/flink/pull/9675#discussion_r323572659
##########
File path: pom.xml
##########
@@ -637,6 +639,18 @@ under the License.
</dependencyManagement>
<profiles>
+ <profile>
Review comment:
This profile is not necessary but simplifies the way to run tests for
annotated MiniClusters again the new scheduler.
We can run "mvn verify -Dscheduler.type=ng
-Dtest.groups=org.apache.flink.testutils.junit.category.AlsoRunWithSchedulerNG"
instead.
And to find out whether all the MiniCluster tests(even not annotated with
`AlsoRunWithSchedulerNG`) can pass against the new scheduler, we can run "mvn
verify -Dscheduler.type=ng".
----------------------------------------------------------------
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]
With regards,
Apache Git Services