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

test: add unshare crash test case #486

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

Conversation

bdrung
Copy link
Collaborator

@bdrung bdrung commented Mar 27, 2025

Add an unshare crash test case that is a stripped down version of a crash inside a container. This test case add code coverage to the FileNotFoundError exception code path in forward_crash_to_container. See also LP #2080499.

This merge request depends on #484.

bdrung added 4 commits March 24, 2025 17:48
Calling `data/apport` via `subprocess.check_call` will not be covered by
coverage. Call into the `data/apport` code directly to get it covered.

pytest will fail with PermissionError and INTERNALERROR on cleanup when
running all integration tests as root. So keep using
`subprocess.check_call` for tests that set a different UID.
Rename the helper method `wait_for_gdb_sleeping_child_process` to
`wait_for_gdb_child_process` and allow specifying the expected status
instead of hard-coding searching for the `sleep` state. Also query the
GDB child processes recursively. This change allows detecting processes
that kill themselves.
Refactor the helper function `create_dropsuid` into `compile_c_code` to
allow reusing the code for compiling other test executables.
Add an unshare crash test case that is a stripped down version of a
crash inside a container. This test case add code coverage to the
`FileNotFoundError` exception code path in `forward_crash_to_container`.
See also LP #2080499.
Copy link

codecov bot commented Mar 27, 2025

Codecov Report

Attention: Patch coverage is 65.71429% with 12 lines in your changes missing coverage. Please review.

Project coverage is 82.51%. Comparing base (3164b24) to head (aa40558).

Files with missing lines Patch % Lines
tests/integration/test_signal_crashes.py 65.71% 8 Missing and 4 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #486      +/-   ##
==========================================
- Coverage   83.92%   82.51%   -1.42%     
==========================================
  Files         101       99       -2     
  Lines       20455    20401      -54     
  Branches     3215     3152      -63     
==========================================
- Hits        17167    16833     -334     
- Misses       2839     3089     +250     
- Partials      449      479      +30     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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.

1 participant