This is an automated email from the ASF dual-hosted git repository.
1996fanrui pushed a change to branch release-1.20
in repository https://gitbox.apache.org/repos/asf/flink.git
from 952f34bfa49 [FLINK-40283][tests] Rename `CorrelateITCase2` to
`Correlate2ITCase` to make executing while CI/local tests
new eb7bccf31f0 [FLINK-40269][tests] Add same-upstream unaligned rescale
ITCase
new 59f2705f245 [FLINK-40269][runtime] Fix channel state assignment for
duplicate connections
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:
.../runtime/checkpoint/TaskStateAssignment.java | 109 +++++----
.../checkpoint/StateAssignmentOperationTest.java | 65 ++++++
.../flink/runtime/testutils/CommonTestUtils.java | 13 ++
...alignedCheckpointRescaleSameUpstreamITCase.java | 245 +++++++++++++++++++++
4 files changed, 395 insertions(+), 37 deletions(-)
create mode 100644
flink-tests/src/test/java/org/apache/flink/test/checkpointing/UnalignedCheckpointRescaleSameUpstreamITCase.java