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

Add tests for runtime.txt containing invalid unicode #147

Merged
merged 1 commit into from
Nov 27, 2023

Conversation

edmorley
Copy link
Member

@edmorley edmorley commented Nov 27, 2023

Since:

  • It's not unheard of for apps to contain files with broken content.
  • This is one of the few ways we can integration test the I/O error message generation/copy (most of the other approaches like bad permissions or broken symlinks get filtered out when Pack normalises/transfers the source into the build container).

Also removes some unnecessary vec! macro usages from some other tests.

GUS-W-14557260.

Since:
- It's not unheard of for apps to contain files with broken content
- This is one of the few ways we can integration test the I/O error
  message generation/copy (most of the other approaches like
  bad permissions or broken symlinks get filtered out when Pack
  normalises/transfers the source into the build container.

Also removes some unnecessary `vec!` macro usages from some
other tests.
@edmorley edmorley added the skip changelog Skip the check-changelog check label Nov 27, 2023
@edmorley edmorley self-assigned this Nov 27, 2023
@edmorley edmorley marked this pull request as ready for review November 27, 2023 14:20
@edmorley edmorley requested a review from a team as a code owner November 27, 2023 14:20
@edmorley edmorley merged commit b52770c into main Nov 27, 2023
6 checks passed
@edmorley edmorley deleted the runtime-txt-invalid-unicode branch November 27, 2023 14:38
@edmorley edmorley added the internal Internal (non-user facing) buildpack changes label Aug 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
internal Internal (non-user facing) buildpack changes skip changelog Skip the check-changelog check
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants