Skip to content

tests/int: Disable coredumps for SCMP_ACT_KILL tests#5124

Merged
kolyshkin merged 1 commit intoopencontainers:mainfrom
ricardobranco777:nocoredump
Feb 25, 2026
Merged

tests/int: Disable coredumps for SCMP_ACT_KILL tests#5124
kolyshkin merged 1 commit intoopencontainers:mainfrom
ricardobranco777:nocoredump

Conversation

@ricardobranco777
Copy link
Copy Markdown
Contributor

SCMP_ACT_KILL terminates the process with a fatal signal, which may produce a core dump depending on the host configuration.

While this is harmless on ephemeral CI instances, it can leave unwanted core files on developer or customer systems. It also interferes with test environments that detect unexpected core dumps.

SCMP_ACT_KILL terminates the process with a fatal signal, which may
produce a core dump depending on the host configuration.

While this is harmless on ephemeral CI instances, it can leave unwanted
core files on developer or customer systems. It also interferes with
test environments that detect unexpected core dumps.

Signed-off-by: Ricardo Branco <rbranco@suse.de>
@AkihiroSuda AkihiroSuda added easy-to-review area/ci backport/1.3-todo A PR in main branch which needs to be backported to release-1.3 backport/1.4-todo A PR in main branch which needs to backported to release-1.4 labels Feb 25, 2026
@kolyshkin kolyshkin merged commit e89f01e into opencontainers:main Feb 25, 2026
42 checks passed
@kolyshkin
Copy link
Copy Markdown
Contributor

@ricardobranco777 thanks! Can you open backport PRs?

@ricardobranco777 ricardobranco777 deleted the nocoredump branch February 25, 2026 21:47
@ricardobranco777
Copy link
Copy Markdown
Contributor Author

@ricardobranco777 thanks! Can you open backport PRs?

Haven't done this before. Against which branches?

This PR applies cleanly on v1.2.8. Didn't know you backport test fixes too.

@kolyshkin kolyshkin added backport/1.3-done A PR in main branch which has been backported to release-1.3 backport/1.4-done A PR in main branch which has been backported to release-1.4 and removed backport/1.3-todo A PR in main branch which needs to be backported to release-1.3 backport/1.4-todo A PR in main branch which needs to backported to release-1.4 labels Feb 27, 2026
@kolyshkin
Copy link
Copy Markdown
Contributor

@ricardobranco777 thanks! Can you open backport PRs?

Haven't done this before. Against which branches?

It's in the labels (backport/1.4-todo etc). The procedure is like this:

git fetch origin
git checkout -b 1.4-5124 origin/release-1.4
git cherry-pick -s -x f18e97d312f31f109c5ef2485b62cad04e819529
git push

(and open a PR against a proper branch).

I have done the backports now:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/ci backport/1.3-done A PR in main branch which has been backported to release-1.3 backport/1.4-done A PR in main branch which has been backported to release-1.4 easy-to-review

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants