Thanks to visit codestin.com
Credit goes to github.com

Skip to content

ExecSync code path does not work with all OCI compatible runtimes #309

@sameo

Description

@sameo

The ExecSync code path and tests expects to be run with runc:

  • It is only waiting for the runtime pid to get the command exit status (and does not support waiting from any other process created by the runtime).
  • Negative testing are comparing the error strings with runc specific output.

As a consequence CRI-O ExecSync fails on e.g. Clear Containers.

Metadata

Metadata

Assignees

Labels

assignedkind/bugCategorizes issue or PR as related to a bug.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions