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

chore: give t0116-gateway-cache.sh exec permissions #10085

Merged
merged 2 commits into from
Aug 18, 2023
Merged

Conversation

hacdias
Copy link
Member

@hacdias hacdias commented Aug 18, 2023

Sharness for t0116-gateway-cache.sh has been broken since #9999 since the file got its executable permissions removed in that PR. Somehow, that slipped under the cracks in Kubo: we got no error! In Boxo, the execution of the tests is more naive and finally failed with permission denied. It seems like we haven't been running this tests anywhere for 2 weeks, hence we didn't know.

This PR adds back the permissions and restores the necessary fixtures. I will be merging once it passes, but cc @lidel and @laurentsenta for visibility.

@hacdias hacdias added the skip/changelog This change does NOT require a changelog entry label Aug 18, 2023
@hacdias hacdias requested a review from lidel as a code owner August 18, 2023 07:02
@hacdias hacdias self-assigned this Aug 18, 2023
@hacdias hacdias requested a review from a team as a code owner August 18, 2023 07:17
@hacdias
Copy link
Member Author

hacdias commented Aug 18, 2023

We may want to revisit how Kubo is executing the sharness tests to ensure it fails in these cases. Boxo is very naive and just runs all .sh that have gateway in their name.

@hacdias hacdias merged commit 535d35e into master Aug 18, 2023
17 checks passed
@hacdias hacdias deleted the permissions-sh branch August 18, 2023 07:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
skip/changelog This change does NOT require a changelog entry
Projects
No open projects
Archived in project
Development

Successfully merging this pull request may close these issues.

1 participant