This is an automated email from the ASF dual-hosted git repository. fanrui pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/flink.git
from 15c48d3b446 [FLINK-37976][table-runtime] Fix the inconsistency between the number handled by the table async execution controller and the number in the epoch (#26708) new c097057a384 [FLINK-37701] Address missed nit from #26663 on using @NonNull annotations. new 9365049facc [FLINK-37701] Extract LocalRecoverTest to reduce AdaptiveSchedulerTest length, restore checkstyle line-length limit. The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../adaptive/allocator/StateSizeEstimates.java | 8 +- .../scheduler/adaptive/AdaptiveSchedulerTest.java | 312 +-------------------- .../adaptive/AdaptiveSchedulerTestBase.java | 176 ++++++++++++ .../scheduler/adaptive/LocalRecoveryTest.java | 219 +++++++++++++++ tools/maven/checkstyle.xml | 2 +- 5 files changed, 401 insertions(+), 316 deletions(-) create mode 100644 flink-runtime/src/test/java/org/apache/flink/runtime/scheduler/adaptive/AdaptiveSchedulerTestBase.java create mode 100644 flink-runtime/src/test/java/org/apache/flink/runtime/scheduler/adaptive/LocalRecoveryTest.java