vlsi commented on issue #1375: [CALCITE-3140][CALCITE-3141] Failures in slow tests & CI URL: https://github.com/apache/calcite/pull/1375#issuecomment-557510431 There's https://stackoverflow.com/a/58618280/1261287 , so we could add the following (to the regular CI workflow) ``` - if: contains(github.event.head_commit.message, 'slow_test_please') ... testSlow ``` to enable running slow tests in case it is needed (e.g. in your case when you are altering the job config, and nobody is sure it would work without trying) WDYT?
---------------------------------------------------------------- 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
