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

[FLINK-32329][tests] Do not override env.java.opts.all #22774

Merged
merged 2 commits into from
Jun 14, 2023

Conversation

zentol
Copy link
Contributor

@zentol zentol commented Jun 13, 2023

env.java.opts.all will soon become very important because it contains the Java 17 module declarations. Tests thus shouldn't just override this value.

(In the future we could add a utility bash method to append a value to an existing option)

@zentol zentol requested a review from XComp June 13, 2023 14:52
@flinkbot
Copy link
Collaborator

flinkbot commented Jun 13, 2023

CI report:

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

@XComp XComp changed the title [FLINK-3232][tests] Do not override env.java.opts.all [FLINK-32329][tests] Do not override env.java.opts.all Jun 13, 2023
@zentol zentol requested a review from XComp June 13, 2023 20:36
@XComp
Copy link
Contributor

XComp commented Jun 14, 2023

One more thing here: What about using the long version of the parameter instead of the short version for readability purposes?

nit: The current commit message has a wrong Jira issue ID

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