-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Next #22
Conversation
This file contains 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
This function had an inverted result, which did not affect the tests by chance. Fix this and accelerate it by using a single call to readlink instead of one per file descriptor.
Fix an inconsistent elosc path in the smoketest config (authorizedProcesses).
"logger -U" is not available on minimal systems - use socat to access the socket instead, which can be added to a test image in a less intrusive way than e.g. modifying busybox.
By default, elosc always attempts to connect to elosd using a unix socket and then via TCP. This may lead to unexpected results (and smoke test failures if an unrelated elosd is listening on the default socket path). Expected behaviour if only the connection options for TCP are specified on the command line is that either TCP is tried first or that unix sockets are not tried at all. Fix this by not attempting to connect via a unix socket if only TCP-related options are passed (and vice-versa), and only attempting both options if either both or none are passed explicitly.
mode argument is only relevant if O_CREAT is active.
fix tests in meta-elos See merge request elektrobit/base-os/elos!192
The problem is that git cant distinguish between a branch and a file or directory name if named equal. So `integration` as branch and directory let git commands fail. No we use a more elaborate reference to specify the branch name, hopefully we never have a directory `refs/heads/<branch name>`.
…_and_file' into 'integration' task/#27071-code_lint_cannot_distinguish_between_branch_and_file See merge request elektrobit/base-os/elos!194
…o 'integration' Task #27055: Implement integartion test for unix socket access. See merge request elektrobit/base-os/elos!193
ThomasBrinker
approved these changes
Feb 26, 2025
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.
Update to 1.14.12