Skip to content

ci: race in TestExecIn #4437

@kolyshkin

Description

@kolyshkin

Description

Just saw this in CI here on alma-linux-8:

=== RUN   TestExecIn
    execin_test.go:63: unexpected running process, output "PID   USER     TIME  COMMAND\n    1 root      0:00 [runc:[2:INIT]]\n    7 root      0:00 ps\n"
--- FAIL: TestExecIn (0.17s)

Apparently it's a race -- container "init" process (cat) in this case has not yet started, but the container "exec" process (ps) already ran.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions