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

revert readlines fix for nodejs #15798

Merged
merged 2 commits into from
Mar 27, 2024
Merged

revert readlines fix for nodejs #15798

merged 2 commits into from
Mar 27, 2024

Conversation

tgummerer
Copy link
Collaborator

I've been trying to add a test for this, but it looks like the library actually deals with splitting the lines correctly. Also reading back through the issue again, it seems like the lines are missing the start of the line, not the end, so this fix wouldn't work. Given that I don't want to accidentally hide any potential issues and bring the logging back.

The test can still be useful for the future, so I left it there.

I'm reopening #6768 as well.

@tgummerer tgummerer requested a review from a team as a code owner March 27, 2024 14:09
@pulumi-bot
Copy link
Contributor

Changelog

[uncommitted] (2024-03-27)

Bug Fixes

  • [auto/{go,python}] Make sure to read complete lines before trying to deserialize them as engine events
    #15798

@tgummerer tgummerer force-pushed the tg/revert-nodejs-fix branch 2 times, most recently from 38b8c93 to d463a15 Compare March 27, 2024 15:19
I've been trying to add a test for this, but it looks like the library
actually deals with splitting the lines correctly.  Given that I don't
want to accidentailly hide any potential issues and bring the logging
back.

The test can still be useful for the future, so I left it there.
@tgummerer tgummerer mentioned this pull request Mar 27, 2024
@tgummerer tgummerer added this pull request to the merge queue Mar 27, 2024
@tgummerer tgummerer removed this pull request from the merge queue due to a manual request Mar 27, 2024
@tgummerer tgummerer changed the title revert readlines fix for nodejs; add test revert readlines fix for nodejs Mar 27, 2024
@tgummerer
Copy link
Collaborator Author

Not sure what's happening with the test here, but it seems to get stuck after it finished running somehow. I removed it for now and just did the revert of the code so we can get it in for the release, and then I can investigate the test properly tomorrow.

This test is blocking after it finished somehow, so let's remove it
for now, so we can get the revert through the merge queue.
@tgummerer tgummerer added this pull request to the merge queue Mar 27, 2024
Merged via the queue into master with commit 7bd9323 Mar 27, 2024
49 checks passed
@tgummerer tgummerer deleted the tg/revert-nodejs-fix branch March 27, 2024 20:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants