This is an automated email from the ASF dual-hosted git repository.
1996fanrui pushed a change to branch release-2.2
in repository https://gitbox.apache.org/repos/asf/flink.git
from aa28ac2d581 [FLINK-40283][tests] Rename `CorrelateITCase2` to
`Correlate2ITCase` to make executing while CI/local tests
new ad77fa73d90 [FLINK-40269][tests] Add same-upstream unaligned rescale
ITCase
new f66c02ef10f [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 | 66 ++++++
.../flink/runtime/testutils/CommonTestUtils.java | 13 ++
...alignedCheckpointRescaleSameUpstreamITCase.java | 245 +++++++++++++++++++++
4 files changed, 396 insertions(+), 37 deletions(-)
create mode 100644
flink-tests/src/test/java/org/apache/flink/test/checkpointing/UnalignedCheckpointRescaleSameUpstreamITCase.java