Fix standalone test for direct entrypoints - #862
Open
PetrNovota wants to merge 9 commits into
Open
Conversation
added 9 commits
September 2, 2026 11:23
create workflow for publishing all apps
…oakapp identifier convention
PetrNovota
force-pushed
the
feature/luxonis_apps_release_workflow
branch
2 times, most recently
from
September 10, 2026 09:19
60f553e to
b6d090b
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
oakctl app runattached while direct-entrypoint apps are monitored.Root cause
The standalone harness closed the
oakctloutput stream and calledprocess.wait()as soon as it sawApp output:. Apps launched directly by/entrypoint.shkeepoakctl app runattached for the application lifetime, so the test blocked until the outer CI timeout.This change retains
/entrypoint.shas the app launcher; runit remains limited to base-image helper services.Validation
1 passed in 170.22s.Pipeline created.and remained running for the configured health interval.ruffandruff-formathooks passed.python3 -m py_compile tests/test_examples_standalone.py.git diff --check.