-
Notifications
You must be signed in to change notification settings - Fork 13.5k
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
[FLINK-37158][tests] Introduce ForSt to existing ITCases #26000
base: master
Are you sure you want to change the base?
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? |
8b3e1fc
to
1ba504b
Compare
Reviewed by Chi on 23/01/2025 Need a committer to review. CI failing - in the area of the fix. |
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