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

fix: reset work dir parser each time #1269

Merged
merged 1 commit into from
Nov 11, 2024
Merged

Conversation

scnwwu
Copy link
Member

@scnwwu scnwwu commented Nov 8, 2024

Summary
Fix #1266
The error happened after the parser had started capturing log lines. In the second time the parser is still in the stale state. We should reset the parser each time before getting the work dir.

Testing
Test case in #1266

@scnwwu scnwwu added this to the 1.12.0 milestone Nov 11, 2024
@enzhihpp enzhihpp assigned tianliang657 and unassigned enzhihpp Nov 11, 2024
@tianliang657 tianliang657 added testing Test the pull requests testing-complete Complete the pull requests testing and removed verification-needed testing Test the pull requests labels Nov 11, 2024
Copy link
Collaborator

@tianliang657 tianliang657 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This issue is fixed in the playpen sas extension, please see the attached video "Fixed.gif" for the details, no other issues were found, so approving.

Fixed

@scnwwu scnwwu merged commit ca83b47 into sassoftware:main Nov 11, 2024
2 checks passed
@scnwwu scnwwu deleted the p-workdirparser branch November 11, 2024 06:13
@tianliang657 tianliang657 added verified ready for release Code pushed, but not released in VS code marketplace yet and removed testing-complete Complete the pull requests testing verified labels Nov 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready for release Code pushed, but not released in VS code marketplace yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

It failed to run code for the second time with IOM connection, 'ERROR: Physical file does not exist,'
4 participants