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

Fix E2E test to use default resources if not specified in the spec #819

Merged
merged 1 commit into from
May 10, 2019

Conversation

sebgl
Copy link
Contributor

@sebgl sebgl commented May 10, 2019

We had a bug where topoElem.GetESContainerTemplate().Resources.Limits could be nil if not specified in the Elasticsearch spec.

Lets use the default limit in this case.

Fixes #816.

@sebgl sebgl merged commit 6351e30 into elastic:master May 10, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

e2e test fails with nil pointer deref
2 participants