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

Crash Dumper: E2E tests using kill filter #15314

Merged
merged 5 commits into from
Mar 8, 2021

Conversation

KBaichoo
Copy link
Contributor

@KBaichoo KBaichoo commented Mar 4, 2021

Signed-off-by: Kevin Baichoo [email protected]

For an explanation of how to fill out the fields, please see the relevant section
in PULL_REQUESTS.md

Commit Message: E2E test for crash dumper using the kill filter
Additional Description: The separate components where we have crash dumping support have individual unit tests, some with more mocks than others. E2E tests will build more confidence in the crash dumping pipeline.
Risk Level: Low (tests only)
Testing: Integration tests
Docs Changes: NA
Release Notes: NA
Platform Specific Features: Systems that use the crash handlers (windows doesn't currently)
Fixes #14249

@KBaichoo KBaichoo requested a review from htuch as a code owner March 4, 2021 14:38
Copy link
Member

@htuch htuch left a comment

Choose a reason for hiding this comment

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

LGTM modulo nit. Thanks for improving testing!

@KBaichoo
Copy link
Contributor Author

KBaichoo commented Mar 5, 2021

/retest

Network flake

@repokitteh-read-only
Copy link

Retrying Azure Pipelines:
Retried failed jobs in: envoy-presubmit

🐱

Caused by: a #15314 (comment) was created by @KBaichoo.

see: more, trace.

@KBaichoo
Copy link
Contributor Author

KBaichoo commented Mar 5, 2021

/retest

@repokitteh-read-only
Copy link

Retrying Azure Pipelines:
Retried failed jobs in: envoy-presubmit

🐱

Caused by: a #15314 (comment) was created by @KBaichoo.

see: more, trace.

htuch
htuch previously approved these changes Mar 5, 2021
@htuch
Copy link
Member

htuch commented Mar 8, 2021

@KBaichoo seems a legit CI failure, can you take a look?
/wait

@KBaichoo
Copy link
Contributor Author

KBaichoo commented Mar 8, 2021

Fixed -- the test doesn't make sense to run under the compile time options mode since it requires Envoy to handle signals which that mode disables.

Copy link
Member

@htuch htuch left a comment

Choose a reason for hiding this comment

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

LGTM, thanks!

@htuch htuch merged commit b687d12 into envoyproxy:main Mar 8, 2021
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.

Expand the area of ScopeTrackedObject usage
3 participants