Skip to content

Make the run task honor tests.es properties #47860

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

Merged
merged 2 commits into from
Oct 11, 2019

Conversation

alpar-t
Copy link
Contributor

@alpar-t alpar-t commented Oct 10, 2019

Closes #47797

With this PR we now again honor tests.es and tests.heap.size

Closes elastic#47797

With this PR we now again honor tests.es and tests.heap.size
@alpar-t alpar-t added :Delivery/Build Build or test infrastructure v8.0.0 v7.5.0 labels Oct 10, 2019
@elasticmachine
Copy link
Collaborator

Pinging @elastic/es-core-infra (:Core/Infra/Build)

entry -> entry.getKey().toString().substring(CUSTOM_SETTINGS_PREFIX.length()),
entry -> entry.getValue().toString()
));
System.err.println(additionalSettings.toString());
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Was this intended?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No it was not, I'm going to remove it

Copy link
Contributor

@dimitris-athanasiou dimitris-athanasiou left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Member

@rjernst rjernst left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Contributor

@mark-vieira mark-vieira left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

@alpar-t alpar-t merged commit 95a3da2 into elastic:master Oct 11, 2019
alpar-t added a commit that referenced this pull request Oct 11, 2019
* Make the run task honor tests.es properties

Closes #47797

With this PR we now again honor tests.es and tests.heap.size

* remove debuging
howardhuanghua pushed a commit to TencentCloudES/elasticsearch that referenced this pull request Oct 14, 2019
* Make the run task honor tests.es properties

Closes elastic#47797

With this PR we now again honor tests.es and tests.heap.size

* remove debuging
@alpar-t alpar-t deleted the pass-settings-to-run branch October 15, 2019 10:02
@mark-vieira mark-vieira added the Team:Delivery Meta label for Delivery team label Nov 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:Delivery/Build Build or test infrastructure Team:Delivery Meta label for Delivery team v7.5.0 v8.0.0-alpha1
Projects
None yet
Development

Successfully merging this pull request may close these issues.

RunTask should pass settings from system properties starting with test.es.
6 participants