-
Notifications
You must be signed in to change notification settings - Fork 97
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
Failed test: Test_NestedModules #7194
Comments
👋 @willdavsmith Thanks for filing this bug report. A project maintainer will review this report and get back to you soon. If you'd like immediate help troubleshooting, please visit our Discord server. For more information on our triage process please visit our triage overview |
👍 We've reviewed this issue and have agreed to add it to our backlog. Please subscribe to this issue for notifications, we'll provide updates when we pick it up. We also welcome community contributions! If you would like to pick this item up sooner and submit a pull request, please visit our contribution guidelines and assign this to yourself by commenting "/assign" on this issue. For more information on our triage process please visit our triage overview |
We are hitting this issue while building bicep template and before deployment is started. And the error occurs while parsing the json output. Lines 62 to 67 in 68c47ea
since its is copied asynchronously, intermittently the buffer is used before the copy is completed. which is causing "unexpected end of JSON input" error. Created a PR to fix it.#7345 |
# Description Added changes to sequentialy copy the stdout to buffer instead of copying it asynchronously. ## Type of change <!-- Please select **one** of the following options that describes your change and delete the others. Clearly identifying the type of change you are making will help us review your PR faster, and is used in authoring release notes. If you are making a bug fix or functionality change to Radius and do not have an associated issue link please create one now. --> - This pull request fixes a bug in Radius and has an approved issue (issue link required). <!-- Please update the following to link the associated issue. This is required for some kinds of changes (see above). --> Fixes: #7194 Signed-off-by: Vishwanath Hiremath <[email protected]>
Steps to reproduce
run functional tests
Observed behavior
Desired behavior
tests should pass
Workaround
No response
rad Version
functional tests
Operating system
No response
Additional context
No response
Would you like to support us?
AB#11266
The text was updated successfully, but these errors were encountered: