Skip to content
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

Merged
merged 15 commits into from
Feb 27, 2025
Merged

Next #22

merged 15 commits into from
Feb 27, 2025

Conversation

gehwolf
Copy link
Collaborator

@gehwolf gehwolf commented Feb 26, 2025

Update to 1.14.12

amuetzel and others added 15 commits February 19, 2025 17:39
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
@gehwolf gehwolf self-assigned this Feb 26, 2025
@gehwolf gehwolf merged commit 38daaab into main Feb 27, 2025
12 checks passed
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.

4 participants