RyanSkraba commented on PR #24533: URL: https://github.com/apache/flink/pull/24533#issuecomment-2008974166
OK -- the GitHub action on my own fork show that the tests are executed on the [default CI for PRs](https://github.com/RyanSkraba/flink/actions/runs/8345218670/job/22841662323#step:10:8236). ``` Mar 19 16:05:36 16:05:36.675 [INFO] Running org.apache.flink.test.streaming.runtime.KeyedPartitionWindowedStreamITCase Mar 19 16:05:37 16:05:37.682 [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.005 s -- in org.apache.flink.test.streaming.runtime.TimestampITCase Picked up JAVA_TOOL_OPTIONS: -XX:+HeapDumpOnOutOfMemoryError Mar 19 16:05:39 16:05:39.271 [INFO] Running org.apache.flink.test.streaming.runtime.NonKeyedPartitionWindowedStreamITCase Mar 19 16:05:53 16:05:53.121 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.43 s -- in org.apache.flink.test.streaming.runtime.KeyedPartitionWindowedStreamITCase ``` The GitHub action on my own fork on a different branch with `enable-adaptive-scheduler` show that the tests are [not executed](https://github.com/RyanSkraba/flink/actions/runs/8347747013/job/22848501800#step:10:7071), although you need to Ctrl-F to prove it. -- 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]
