fix: post async regression with empty body#5008
Merged
Conversation
Signed-off-by: Matteo Collina <hello@matteocollina.com>
2 tasks
Member
|
So, it must be checking the |
Member
Author
|
Can somebody push a fix for the test? I’m currently on vacation and this needs to be fixed asap. |
Member
|
I didn't spot any particular error inside the ci log. Strange. |
climba03003
approved these changes
Aug 31, 2023
renovate bot
referenced
this pull request
in tomacheese/telcheck
Aug 31, 2023
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [fastify](https://www.fastify.io/) ([source](https://togithub.com/fastify/fastify)) | [`4.22.0` -> `4.22.1`](https://renovatebot.com/diffs/npm/fastify/4.22.0/4.22.1) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>fastify/fastify (fastify)</summary> ### [`v4.22.1`](https://togithub.com/fastify/fastify/releases/tag/v4.22.1) [Compare Source](https://togithub.com/fastify/fastify/compare/v4.22.0...v4.22.1) #### What's Changed - chore: Bump the dev-dependencies group with 1 update by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/fastify/fastify/pull/5002](https://togithub.com/fastify/fastify/pull/5002) - docs(ecosystem): add fastify-rabbitmq to ecosystem.md by [@​Bugs5382](https://togithub.com/Bugs5382) in [https://github.com/fastify/fastify/pull/5000](https://togithub.com/fastify/fastify/pull/5000) - docs(ecosystem): add `@fastify/throttle` to core list by [@​Fdawgs](https://togithub.com/Fdawgs) in [https://github.com/fastify/fastify/pull/5004](https://togithub.com/fastify/fastify/pull/5004) - fix: typos by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/fastify/fastify/pull/5006](https://togithub.com/fastify/fastify/pull/5006) - docs: typo on catch statement inside Postgrator migration example by [@​alessandrob88](https://togithub.com/alessandrob88) in [https://github.com/fastify/fastify/pull/5007](https://togithub.com/fastify/fastify/pull/5007) - fix: post async regression with empty body by [@​mcollina](https://togithub.com/mcollina) in [https://github.com/fastify/fastify/pull/5008](https://togithub.com/fastify/fastify/pull/5008) #### New Contributors - [@​Bugs5382](https://togithub.com/Bugs5382) made their first contribution in [https://github.com/fastify/fastify/pull/5000](https://togithub.com/fastify/fastify/pull/5000) - [@​alessandrob88](https://togithub.com/alessandrob88) made their first contribution in [https://github.com/fastify/fastify/pull/5007](https://togithub.com/fastify/fastify/pull/5007) **Full Changelog**: fastify/fastify@v4.22.0...v4.22.1 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/tomacheese/telcheck). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi42OC4xIiwidXBkYXRlZEluVmVyIjoiMzYuNjguMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
thedavidprice
referenced
this pull request
in redwoodjs/graphql
Sep 8, 2023
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [fastify](https://www.fastify.io/) ([source](https://togithub.com/fastify/fastify)) | [`4.22.0` -> `4.22.2`](https://renovatebot.com/diffs/npm/fastify/4.22.0/4.22.2) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>fastify/fastify (fastify)</summary> ### [`v4.22.2`](https://togithub.com/fastify/fastify/releases/tag/v4.22.2) [Compare Source](https://togithub.com/fastify/fastify/compare/v4.22.1...v4.22.2) A spurious file (a test run result) was added to the package, which was now removed. ### [`v4.22.1`](https://togithub.com/fastify/fastify/releases/tag/v4.22.1) [Compare Source](https://togithub.com/fastify/fastify/compare/v4.22.0...v4.22.1) #### What's Changed - chore: Bump the dev-dependencies group with 1 update by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/fastify/fastify/pull/5002](https://togithub.com/fastify/fastify/pull/5002) - docs(ecosystem): add fastify-rabbitmq to ecosystem.md by [@​Bugs5382](https://togithub.com/Bugs5382) in [https://github.com/fastify/fastify/pull/5000](https://togithub.com/fastify/fastify/pull/5000) - docs(ecosystem): add `@fastify/throttle` to core list by [@​Fdawgs](https://togithub.com/Fdawgs) in [https://github.com/fastify/fastify/pull/5004](https://togithub.com/fastify/fastify/pull/5004) - fix: typos by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/fastify/fastify/pull/5006](https://togithub.com/fastify/fastify/pull/5006) - docs: typo on catch statement inside Postgrator migration example by [@​alessandrob88](https://togithub.com/alessandrob88) in [https://github.com/fastify/fastify/pull/5007](https://togithub.com/fastify/fastify/pull/5007) - fix: post async regression with empty body by [@​mcollina](https://togithub.com/mcollina) in [https://github.com/fastify/fastify/pull/5008](https://togithub.com/fastify/fastify/pull/5008) #### New Contributors - [@​Bugs5382](https://togithub.com/Bugs5382) made their first contribution in [https://github.com/fastify/fastify/pull/5000](https://togithub.com/fastify/fastify/pull/5000) - [@​alessandrob88](https://togithub.com/alessandrob88) made their first contribution in [https://github.com/fastify/fastify/pull/5007](https://togithub.com/fastify/fastify/pull/5007) **Full Changelog**: fastify/fastify@v4.22.0...v4.22.1 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/redwoodjs/redwood). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi42OC4xIiwidXBkYXRlZEluVmVyIjoiMzYuNjguMSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: David Price <thedavid@thedavidprice.com>
jtoar
referenced
this pull request
in redwoodjs/graphql
Sep 13, 2023
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [fastify](https://www.fastify.io/) ([source](https://togithub.com/fastify/fastify)) | [`4.22.0` -> `4.22.2`](https://renovatebot.com/diffs/npm/fastify/4.22.0/4.22.2) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>fastify/fastify (fastify)</summary> ### [`v4.22.2`](https://togithub.com/fastify/fastify/releases/tag/v4.22.2) [Compare Source](https://togithub.com/fastify/fastify/compare/v4.22.1...v4.22.2) A spurious file (a test run result) was added to the package, which was now removed. ### [`v4.22.1`](https://togithub.com/fastify/fastify/releases/tag/v4.22.1) [Compare Source](https://togithub.com/fastify/fastify/compare/v4.22.0...v4.22.1) #### What's Changed - chore: Bump the dev-dependencies group with 1 update by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/fastify/fastify/pull/5002](https://togithub.com/fastify/fastify/pull/5002) - docs(ecosystem): add fastify-rabbitmq to ecosystem.md by [@​Bugs5382](https://togithub.com/Bugs5382) in [https://github.com/fastify/fastify/pull/5000](https://togithub.com/fastify/fastify/pull/5000) - docs(ecosystem): add `@fastify/throttle` to core list by [@​Fdawgs](https://togithub.com/Fdawgs) in [https://github.com/fastify/fastify/pull/5004](https://togithub.com/fastify/fastify/pull/5004) - fix: typos by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/fastify/fastify/pull/5006](https://togithub.com/fastify/fastify/pull/5006) - docs: typo on catch statement inside Postgrator migration example by [@​alessandrob88](https://togithub.com/alessandrob88) in [https://github.com/fastify/fastify/pull/5007](https://togithub.com/fastify/fastify/pull/5007) - fix: post async regression with empty body by [@​mcollina](https://togithub.com/mcollina) in [https://github.com/fastify/fastify/pull/5008](https://togithub.com/fastify/fastify/pull/5008) #### New Contributors - [@​Bugs5382](https://togithub.com/Bugs5382) made their first contribution in [https://github.com/fastify/fastify/pull/5000](https://togithub.com/fastify/fastify/pull/5000) - [@​alessandrob88](https://togithub.com/alessandrob88) made their first contribution in [https://github.com/fastify/fastify/pull/5007](https://togithub.com/fastify/fastify/pull/5007) **Full Changelog**: fastify/fastify@v4.22.0...v4.22.1 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/redwoodjs/redwood). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi42OC4xIiwidXBkYXRlZEluVmVyIjoiMzYuNjguMSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: David Price <thedavid@thedavidprice.com>
|
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR reverts #4963 and adds a test to prevent such regressions.
Checklist
npm run testandnpm run benchmarkand the Code of conduct