zentol commented on a change in pull request #9783: [FLINK-14040][travis] Enable MiniCluster tests based on schedulerNG in Flink cron build URL: https://github.com/apache/flink/pull/9783#discussion_r335701694
########## File path: tools/travis/stage.sh ########## @@ -126,6 +127,10 @@ flink-connectors/flink-sql-connector-kafka," MODULES_TESTS="\ flink-tests" +MODULES_SCHEDULR_NG="\ +$MODULES_CORE,\ +$MODULES_TESTS" Review comment: yeah that was a dumb suggestion by me at this stage; but we can revisit it once all tests are passing. Do we have an estimate for how many tests _in total_ we need for verifying the functionality of the scheduler (including any tests that currently fail)? What's the long-term plan here, enable tests one by one until everything passes, then discard the old scheduler? Is the old one kept as a backup that users can revert to? ---------------------------------------------------------------- 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
