Skip to content

e2e: be more specific when looking for known container processes with pgrep.#636

Open
klihub wants to merge 1 commit intocontainers:mainfrom
klihub:fixes/e2e/pgrep-for-echo
Open

e2e: be more specific when looking for known container processes with pgrep.#636
klihub wants to merge 1 commit intocontainers:mainfrom
klihub:fixes/e2e/pgrep-for-echo

Conversation

@klihub
Copy link
Collaborator

@klihub klihub commented Feb 27, 2026

When looking for a PID of a known container test process, pgrep for 'echo $podXcY' instead of just '$podXcY'. The latter matches conmon as well when running tests with recent CRI-O versions and this causes test verification failures.

When looking for a PID of a known container test process, pgrep
for 'echo $podXcY' instead of just '$podXcY'. When running with
recent versions of CRI-O, the latter matches conmon as well and
causes test verification failures.

Signed-off-by: Krisztian Litkey <krisztian.litkey@intel.com>
@klihub klihub force-pushed the fixes/e2e/pgrep-for-echo branch from a7c27f5 to cc169c0 Compare February 27, 2026 09:17
@klihub klihub changed the title e2e: pgrep for "echo $CTR" instead of "$CTR" when looking for container process PIDs. e2e: be more specific when looking for known container processes with pgrep. Feb 27, 2026
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