Run persistency tests also in EBcLfSA#35
Merged
FScholPer merged 3 commits intoeclipse-score:mainfrom Nov 13, 2025
Merged
Conversation
This adds building and running of cpp_tests_persistency with the same scenario used in QNX.
|
The created documentation from the pull request is available at: docu-html |
Contributor
Author
|
Builds are passing; however, if you feel that this poses any risk for 0.5.0, just don't merge it now - all good. |
FScholPer
approved these changes
Nov 13, 2025
opajonk
added a commit
to elektrobit-contrib/eclipse-score_reference_integration
that referenced
this pull request
Nov 14, 2025
Unfortunately, with PR eclipse-score#35 a mistake was introduced which broke the execution of high-integrity applications.
FScholPer
pushed a commit
that referenced
this pull request
Nov 14, 2025
* Fix scrample execution in EBcLfSA Unfortunately, with PR #35 a mistake was introduced which broke the execution of high-integrity applications. * minor documentation fix
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.
This adds building and running of
cpp_tests_persistencywith the same scenario used for QNX. It is integrated as a separate Bazel target, similar to thescrampleexample. Hence, it is easy to understand can be removed easily if required. Drawback is the additional runtime of calling two Bazel targets. Note that it is not integrated as HI application, to avoid the additional complexity. It would not add much benefit anyway.However, its introduction requires the usage of an updated
libacl-dev, since the currently used one has a problem with static linking:libacl.aseems to have lacked-fPICduring its build. This, in turn, requires a slight extension of the baselibs patch: the newlibacl.ais in a different location. Since all of thislibaclbusiness is a crutch anyway, this should be acceptable.Also, the
.bazelrcis made similar toqnx_qemu/.bazelrc. That caused a few more changes in the README.