Skip to content
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

Draft PR for Azure CI Release 1.18 #17

Draft
wants to merge 73 commits into
base: master
Choose a base branch
from

Conversation

swap-10
Copy link

@swap-10 swap-10 commented Oct 25, 2023

This is a draft PR to run CI on Flink's azure as described in the wiki

To test for release-1.18

JingGe and others added 30 commits August 22, 2023 13:48
…take effect when enabling runtime filter

This closes #23225
…'t support spill to disk when enable operator fusion codegn

This closes #23274
…oint together for NotifyCheckpointAbortedITCase#testNotifyCheckpointAborted

(cherry picked from commit 66cc21d)
…to avoid aborting after job failing for NotifyCheckpointAbortedITCase#testNotifyCheckpointAborted(#23283)

(cherry picked from commit 5bbdc46)
Signed-off-by: Maomao Min <mimaomao@amazon.com>
…eFilterITcase have applied runtime filter.

This closes #23216
…hich must match '.' (period) literally

This closes #23312
…e checks

The version and offset check is not really necessary for the server-side processing because it's
verifying test code (the ServerThread handles the forwarding of the version and the setting of the
offset). Therefore, we can also remove those checks.
…improve its testability

Additionally, a few new test scenarios were added to CollectSinkOperatorCoordinatorTest and SocketConnection was introduced
…LeaderElectionDriver implementations to have human-readable versions of the driver in log messages
… suffix for state-machine example pom

(cherry picked from commit ad6aa56)
fsk119 and others added 28 commits September 12, 2023 15:21
Co-authored-by: Chesnay Schepler <chesnay@apache.org>
…time for RestClusterClient

This closes #23363
…Row of fields in the pojo instead of whole pojo object (#23450)
…tExecutorExtension instead of using a ThreadFactory
…ecutorExtension instead of using a ThreadFactory
…torExtension instead of using a ThreadFactory
… closes #23559

Mitigate scanners flagging Flink as vulnerable for CVE-2023-39410

Co-authored-by: AndreiLeib <andrei.leibovski@appdirect.com>
… + minor Elastic Scaling page restructuring.
The instability is caused by the timeout. The fatal error hides the actual cause (i.e. the TimeoutException). It can be reproduced by setting the timeout of the test to 0ms. The actual cause is revealed when disabling the fatal error handling or not throwing a AssertionError in case of the fatal error.
@XComp
Copy link
Contributor

XComp commented Nov 16, 2023

@swap-10 what is the purpose of this PR? flink-mirror shouldn't be used for PRs.

@XComp
Copy link
Contributor

XComp commented Nov 16, 2023

Update: I just now read the PR's description. I guess you're referring to Azure Pipeline Usage Restrictions?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet