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

Fix #1300, do not set file permissions on UT assert outputs #1301

Merged
merged 1 commit into from
Oct 4, 2022

Conversation

jphickey
Copy link
Contributor

@jphickey jphickey commented Oct 4, 2022

Checklist (Please check before submitting)

Describe the contribution
File permissions in general are a POSIX concept, but this tool should be pure C99. It should not rely on any POSIX headers or POSIX-specific API calls.

Fixes #1300

Testing performed
Build and run tests

Expected behavior changes
No more build failures

System(s) tested on
Ubuntu 22.04

Additional context
Setting permissions explicitly is not really necessary.

Contributor Info - All information REQUIRED for consideration of pull request
Joseph Hickey, Vantage Systems, Inc.

@jphickey jphickey added CCB:Ready Pull request is ready for discussion at the Configuration Control Board (CCB) CCB:FastTrack labels Oct 4, 2022
File permissions in general are a POSIX concept, but this tool should be
pure C99.  It should not rely on any POSIX headers or POSIX-specific
API calls.
@dmknutsen dmknutsen merged commit fd6f92b into nasa:main Oct 4, 2022
@dzbaker dzbaker mentioned this pull request Oct 4, 2022
2 tasks
dzbaker added a commit to nasa/cFS that referenced this pull request Oct 4, 2022
*Combines:*

osal v6.0.0-rc4+dev120

**Includes:**

- nasa/osal#1301, do not set file permissions on UT assert outputs

Co-authored-by: Dan Knutsen <dmknutsen@users.noreply.github.com>
Co-authored-by: Joseph Hickey <jphickey@users.noreply.github.com>
@dzbaker dzbaker mentioned this pull request Oct 4, 2022
2 tasks
dzbaker added a commit to nasa/cFS that referenced this pull request Oct 4, 2022
*Combines:*

osal v6.0.0-rc4+dev120

**Includes:**

- nasa/osal#1301, do not set file permissions on UT assert outputs

Co-authored-by: Dan Knutsen <dmknutsen@users.noreply.github.com>
Co-authored-by: Joseph Hickey <jphickey@users.noreply.github.com>
@jphickey jphickey deleted the fix-1300-posix-perms branch October 10, 2022 15:59
@dmknutsen dmknutsen added this to the Draco milestone Jan 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CCB:FastTrack CCB:Ready Pull request is ready for discussion at the Configuration Control Board (CCB) draco-rc4
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Direct use of POSIX permission setting in UT assert
2 participants