Skip to content

fix: QEMU: return correct PID for process under test - #127

Open
danth wants to merge 1 commit into
eclipse-score:mainfrom
etas-contrib:fix/qemu-pid
Open

fix: QEMU: return correct PID for process under test#127
danth wants to merge 1 commit into
eclipse-score:mainfrom
etas-contrib:fix/qemu-pid

Conversation

@danth

@danth danth commented Jul 30, 2026

Copy link
Copy Markdown
Member

In lifecycle we use a signal to shut down our daemon gracefully at the end of each test.

Currently:

  • The Docker plugin returns the PID of the process under test
  • The QEMU plugin returns the PID of a parent shell process

This makes it difficult to send the signal as we would have to detect which plugin is in use, then on QEMU run more commands to figure out the PID of the child.

This tiny change makes QEMU plugin behave the same as the Docker plugin in this regard.

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

Labels

None yet

Projects

Status: Backlog

Development

Successfully merging this pull request may close these issues.

1 participant