Conversation
|
Is there any update on this PR? |
dwoz
left a comment
There was a problem hiding this comment.
Can we add a test or X rather than changing the test which uses x.. Seems like by changing this we're removing coverage or x
|
Agreed. I wasn't sure quite how to handle that. I'll see what I can do -- but this might be beyond my current abilities. Thanks. |
|
Hi @leifliddy, @dwoz. Has any progress been made on this? Thanks. |
|
Yes, progress has been made on this. The proposed PR has added support for the setfacl So what needs to be done is to create a similar test that tests for the At that topic -- there's likely hundreds of PRs that are stuck in limbo due to the fact that not everyone is familiar with mock object library. The salt team must have known that imposing a hard unit test requirement would lead to this -- so it shouldn't be a total surprise that this has stymied progress on some level. Sorry, but I'm not spending several hours of my time to try and satisfy the unit test requirement when I can just run a Feel free the submit your own proposal for that though. |
|
@twangboy Can you please review this change and see if that satisfies the requirement of having a separate test? |
|
It looks like this is ready to be merged. |
|
@twangboy What was the issue with this? Why did it never get merged? |
|
@dwoz Are you still tracking this? I just re-requested a review. I can easily rebase my changes no problem -- but I need at least some sort of acknowledgement from the reviewers that they're tracking this. |
|
Apparently this is being ignored because there are failing tests, even though they have nothing to do with your changes. |
|
Oh really!? I can rebase the changes and have the tests re-run no problem. So the reviewers weren't being notified? |
|
I would assume they were still notified, but Better wait with a rebase until the master branch CI is fixed, currently it's crashing hard. |
|
@leifliddy Can you please add a changelog entry? |
|
@dwoz damn, forgot about that. Ok, I just pushed it. |
|
@dwoz Could you please remove the |
|
Can this get merged please? |
|
These tests probably won't pass until we get 3006.x and 3007.x merged in to master |
|
@twangboy I think this should be back-ported to 3006.x and then merged forward as it's a long standing bug. |
|
@leifliddy Could you rebase this PR against the 3006.x branch please? |
|
Please rebase and address conflicts |
What does this PR do?
It adds the +X setfacl capability feature.
"The character X stands for the execute permission if the file is a directory or already has execute permission for some user."
What issues does this PR fix or reference?
References: #33921
Previous Behavior
The setfacl character
Xwas not supportedNew Behavior
The setfacl character
Xis now supportedMerge requirements satisfied?
[NOTICE] Bug fixes or features added to Salt require tests.
Commits signed with GPG?
Yes