Skip to content

[BP-2.3][FLINK-39912][runtime] Change the annotation from 'RepeatTest' to 'Test' in ForwardEdgesAdapterTest to reduce the time cost#28394

Open
cleonno3o wants to merge 1 commit into
apache:release-2.3from
cleonno3o:FLINK-39912_BP_23
Open

[BP-2.3][FLINK-39912][runtime] Change the annotation from 'RepeatTest' to 'Test' in ForwardEdgesAdapterTest to reduce the time cost#28394
cleonno3o wants to merge 1 commit into
apache:release-2.3from
cleonno3o:FLINK-39912_BP_23

Conversation

@cleonno3o

@cleonno3o cleonno3o commented Jun 11, 2026

Copy link
Copy Markdown

What is the purpose of the change

Replaced RepeatedTest with Test because it was taking too long in the CI process.

Brief change log

Replaced RepeatedTest(10000) with test to reduce unnecessary test repetition in CI

Verifying this change

Please make sure both new and modified tests in this PR follow the conventions for tests defined in our code quality guide.

(Please pick either of the following options)

This change is a trivial rework / code cleanup without any test coverage.

(or)

This change is already covered by existing tests, such as (please describe tests).

(or)

This change added tests and can be verified as follows:

(example:)

  • Added integration tests for end-to-end deployment with large payloads (100MB)
  • Extended integration test for recovery after master (JobManager) failure
  • Added test that validates that TaskInfo is transferred only once across recoveries
  • Manually verified the change by running a 4 node cluster with 2 JobManagers and 4 TaskManagers, a stateful streaming program, and killing one JobManager and two TaskManagers during the execution, verifying that recovery happens correctly.

Does this pull request potentially affect one of the following parts:

  • Dependencies (does it add or upgrade a dependency): (yes / no)
  • The public API, i.e., is any changed class annotated with @Public(Evolving): (yes / no)
  • The serializers: (yes / no / don't know)
  • The runtime per-record code paths (performance sensitive): (yes / no / don't know)
  • Anything that affects deployment or recovery: JobManager (and its components), Checkpointing, Kubernetes/Yarn, ZooKeeper: (yes / no / don't know)
  • The S3 file system connector: (yes / no / don't know)

Documentation

  • Does this pull request introduce a new feature? (yes / no)
  • If yes, how is the feature documented? (not applicable / docs / JavaDocs / not documented)

Was generative AI tooling used to co-author this PR?
  • Yes (please specify the tool below)

@flinkbot

flinkbot commented Jun 11, 2026

Copy link
Copy Markdown
Collaborator

CI report:

Bot commands The @flinkbot bot supports the following commands:
  • @flinkbot run azure re-run the last Azure build

@cleonno3o cleonno3o marked this pull request as draft June 11, 2026 11:52
@cleonno3o cleonno3o force-pushed the FLINK-39912_BP_23 branch from f341ae7 to 1f175de Compare June 11, 2026 11:53
@cleonno3o cleonno3o marked this pull request as ready for review June 11, 2026 11:54
…st' in ForwardEdgesAdapterTest to reduce the time cost

Co-authored-by: Yuepeng Pan <hipanyuepeng@gmail.com>
@cleonno3o cleonno3o force-pushed the FLINK-39912_BP_23 branch from 1f175de to 8356859 Compare June 11, 2026 12:47

@och5351 och5351 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

#28393

@github-actions github-actions Bot added target:release-2.3 community-reviewed PR has been reviewed by the community. labels Jun 11, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

community-reviewed PR has been reviewed by the community. target:release-2.3

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants