Skip to content

Agent configuration integration tests#2439

Merged
graphaelli merged 7 commits intoelastic:masterfrom
graphaelli:acm-it
Jul 12, 2019
Merged

Agent configuration integration tests#2439
graphaelli merged 7 commits intoelastic:masterfrom
graphaelli:acm-it

Conversation

@graphaelli
Copy link
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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