Skip to content

Agent configuration integration tests #2439

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 7 commits into from
Jul 12, 2019
Merged

Conversation

graphaelli
Copy link
Member

@graphaelli graphaelli commented Jul 11, 2019

Starts kibana for integration tests now, alongside previously started elasticsearch.

Includes (commented out) failing tests/todos for #2434 and #2438.

closes #2219

@graphaelli graphaelli requested a review from simitt July 11, 2019 23:53
@graphaelli graphaelli added this to the 7.3 milestone Jul 11, 2019
"acm_cache_expiration": "1ms", # no cache
}

def create_service_config(self, settings, name, env=None, _id="new"):
Copy link
Member Author

Choose a reason for hiding this comment

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

This function has me thinking about a subcommand for apm-server that manipulates agent configs

Copy link
Contributor

@simitt simitt left a comment

Choose a reason for hiding this comment

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

This is great, thanks so much for doing this @graphaelli !
Let's merge this in and I'll rebase my PRs onto it and get the remaining tests fixed.

config_overrides = {
"logging_json": "true",
"kibana_enabled": "true",
"acm_cache_expiration": "1ms", # no cache
Copy link
Contributor

Choose a reason for hiding this comment

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

sidenote: This won't work with #2443. But let's first merge in this PR and worry about that later.

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.

[ACM] Add Integration tests
2 participants