Skip to content

chore(layers): remove schema parsing from layer canary #3171

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

Merged
merged 4 commits into from
Oct 8, 2024

Conversation

dreamorosi
Copy link
Contributor

Summary

Changes

Please provide a summary of what's being changed

This PR removes the schema parsing portion of the test from the canary test of the Lambda layer. As discussed more in depth in the linked issue, with this parsing the canary test expects a payload that is not being sent thus making the canary fail.

While this PR only removes the parsing, we plan on reintroducing a different test in a future PR. For now we are focused on publishing the Lambda layers for the 2.9.0 version that is already on npm.

Please add the issue number below, if no issue is present the PR might get blocked and not be reviewed

Issue number: fixes #3170


By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Disclaimer: We value your time and bandwidth. As such, any pull requests created on non-triaged issues might not be successful.

@dreamorosi dreamorosi self-assigned this Oct 8, 2024
@dreamorosi dreamorosi requested a review from a team October 8, 2024 11:07
@dreamorosi dreamorosi requested a review from a team as a code owner October 8, 2024 11:07
@boring-cyborg boring-cyborg bot added the tests PRs that add or change tests label Oct 8, 2024
@pull-request-size pull-request-size bot added the size/S PR between 10-29 LOC label Oct 8, 2024
Copy link

sonarqubecloud bot commented Oct 8, 2024

@dreamorosi dreamorosi merged commit 516ae36 into main Oct 8, 2024
67 of 69 checks passed
@dreamorosi dreamorosi deleted the chore/layer_canary branch October 8, 2024 11:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size/S PR between 10-29 LOC tests PRs that add or change tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Maintenance: temporarily remove Zod schema parsing from layer canary
2 participants