Skip to content

chore: explicitly pass file descriptors to create interfaces in subcommands#558

Open
doudou wants to merge 1 commit intotransition-to-runkitfrom
forwarded_ios
Open

chore: explicitly pass file descriptors to create interfaces in subcommands#558
doudou wants to merge 1 commit intotransition-to-runkitfrom
forwarded_ios

Conversation

@doudou
Copy link
Copy Markdown
Member

@doudou doudou commented May 7, 2026

Depends on:

The current method of getting a random port from the kernel and assuming it won't be given to some other process in the time needed to start subcommands is not working in CI with parallel execution. We get a significant number of heisenbugs out of it.

This requires a fork of aruba until the functionality of passing FDs do subcommands gets integrated there.

…mmands

The current method of getting a random port from the kernel and assuming it
won't be given to some other process in the time needed to start subcommands is
not working in CI with parallel execution. We get a significant number of
heisenbugs out of it.

This requires a fork of aruba until the functionality of passing FDs do
subcommands gets integrated there.
@doudou doudou requested review from jhonasiv and wvmcastro May 7, 2026 01:19
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.

2 participants