-
Notifications
You must be signed in to change notification settings - Fork 117
[Tech Debt] Add e2e test for submitting example to flink standalone cluster. #642
Copy link
Copy link
Open
Labels
doc-not-neededYour PR changes do not impact docsYour PR changes do not impact docsfixVersion/0.3.0The feature or bug should be implemented/fixed in the 0.3.0 version.The feature or bug should be implemented/fixed in the 0.3.0 version.need helpThe feature is important, but no contributor has taken it yet.The feature is important, but no contributor has taken it yet.priority/majorDefault priority of the PR or issue.Default priority of the PR or issue.tech debt[Issue Type] User-unaware issues, such as code refactor and infrastructure maintenance.[Issue Type] User-unaware issues, such as code refactor and infrastructure maintenance.
Metadata
Metadata
Assignees
Labels
doc-not-neededYour PR changes do not impact docsYour PR changes do not impact docsfixVersion/0.3.0The feature or bug should be implemented/fixed in the 0.3.0 version.The feature or bug should be implemented/fixed in the 0.3.0 version.need helpThe feature is important, but no contributor has taken it yet.The feature is important, but no contributor has taken it yet.priority/majorDefault priority of the PR or issue.Default priority of the PR or issue.tech debt[Issue Type] User-unaware issues, such as code refactor and infrastructure maintenance.[Issue Type] User-unaware issues, such as code refactor and infrastructure maintenance.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Search before asking
Description
Currently, we manually verify that the examples in the Python and Java quickstarts run correctly before each release. We need to automate this process.
We can build a separate CI pipeline based on the installation script provided by @JinkunLiu in #599, and configure it to run nightly.
Are you willing to submit a PR?