This is an automated email from the ASF dual-hosted git repository.
mapohl pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git
from 582457c6fef [hotfix] keep 1.17 as the stable doc version
new 79356ccd010 [hotfix][scheduler] Remove the unused method and add the
@Nullable inside the WaitingForResources
new 4dd0912bb8a [hotfix][JUnit5 Migration] Migrate some state tests of
adaptive scheduler to junit5
new 4aebc437218 [FLINK-32859][scheduler] Introduce the
StateWithoutExecutionGraph
The 3 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:
.../flink/runtime/scheduler/adaptive/Created.java | 53 +--
.../scheduler/adaptive/CreatingExecutionGraph.java | 69 +---
...reated.java => StateWithoutExecutionGraph.java} | 50 +--
.../scheduler/adaptive/WaitingForResources.java | 60 +--
.../runtime/scheduler/adaptive/CreatedTest.java | 102 ++---
.../adaptive/CreatingExecutionGraphTest.java | 272 +++++---------
.../MockStateWithoutExecutionGraphContext.java | 72 ++++
.../runtime/scheduler/adaptive/StateTest.java | 96 ++---
.../adaptive/StateWithoutExecutionGraphTest.java | 104 ++++++
.../adaptive/WaitingForResourcesTest.java | 411 ++++++++-------------
10 files changed, 513 insertions(+), 776 deletions(-)
copy
flink-runtime/src/main/java/org/apache/flink/runtime/scheduler/adaptive/{Created.java
=> StateWithoutExecutionGraph.java} (62%)
create mode 100644
flink-runtime/src/test/java/org/apache/flink/runtime/scheduler/adaptive/MockStateWithoutExecutionGraphContext.java
create mode 100644
flink-runtime/src/test/java/org/apache/flink/runtime/scheduler/adaptive/StateWithoutExecutionGraphTest.java