-
Notifications
You must be signed in to change notification settings - Fork 13.7k
[FLINK-37158][tests] Introduce ForSt to existing ITCases #26000
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
...ime/src/main/java/org/apache/flink/streaming/api/transformations/OneInputTransformation.java
Outdated
Show resolved
Hide resolved
...ackend-forst/src/main/java/org/apache/flink/state/forst/sync/ForStSyncKeyedStateBackend.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@flinkbot run azure |
@flinkbot run azure |
1 similar comment
@flinkbot run azure |
@fredia The stacktrace of CI failure:
Seems the DB Log path is too long. Need a redirection? Will this a problem for user jobs? |
1ba504b
to
38c6093
Compare
Reviewed by Chi on 23/01/2025 Need a committer to review. CI failing - in the area of the fix. |
@flinkbot run azure |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems after rebasing, the tests are fine. LGTM
…che#26000)" This reverts commit 6099697.
…ses (apache#26000)" (apache#26291)" This reverts commit 0d0c185.
What is the purpose of the change
Introduce ForSt to existing IT Cases.
Brief change log
OneInputTransformation
AutoRescalingITCase
,EventTimeWindowCheckpointingITCase
,KeyedStateCheckpointingITCase
,
RescaleCheckpointManuallyITCase
.Verifying this change
This change is a trivial rework , which is already covered by existing tests.
Does this pull request potentially affect one of the following parts:
@Public(Evolving)
: (no)Documentation