Fix App Check: Container Path#1650
Merged
shuds13 merged 10 commits intoLibensemble:developfrom Feb 6, 2026
Merged
Conversation
Merge docs into main
…anch Updating ibcdfo branch
When using the `precedent` to run apps from container images, the executable is not available to check for the host side. This relaxes respective "early" checks to support this workflow.
27c2685 to
4f5aa3a
Compare
4f5aa3a to
fd3c441
Compare
Collaborator
Author
|
@shuds13 the remaining test failure looks unrelated to this PR. |
Member
|
Looks good, can this point to develop? |
Collaborator
Author
|
Oh, sounds good. I changed the base of the PR now, just need to rebase later |
shuds13
approved these changes
Jan 13, 2026
Collaborator
Author
|
@shuds13 oh, I fear I need this PR as well. Can we finalize it together? |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #1650 +/- ##
========================================
Coverage 78.29% 78.30%
========================================
Files 76 76
Lines 7580 7582 +2
Branches 1119 1120 +1
========================================
+ Hits 5935 5937 +2
Misses 1460 1460
Partials 185 185 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
ax3l
commented
Feb 6, 2026
ax3l
commented
Feb 6, 2026
45dc07c to
0c9ed6f
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.
When using the
precedentto run apps from container images, the executable is not available to check for the host side. This relaxes respective "early" checks to support this workflow.X-ref: optimas-org/optimas#292