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

[test] fix flaky test writing temp files #27950

Closed

Conversation

jeremymeng
Copy link
Member

These test create temporary folders using test case titles. It started to fail recently likely due to newer NodeJS version 21.3.0. There are some changes around fs.writeFileSync.

nodejs/node#49884

Same tests were passing on 21.2.0.

This PR changes the test to use simpler names.

These test create temporary folders using test case titles. It started to fail
recently likely due to newer NodeJS version 21.3.0. There are some changes
around `fs.writeFileSync`.

nodejs/node#49884

Same tests were passing on 21.2.0.

This PR changes the test to use simpler names.
@azure-sdk
Copy link
Collaborator

API change check

API changes are not detected in this pull request.

@jeremymeng
Copy link
Member Author

simple names failing too. must be a different reason, for example, wrong paths

@jeremymeng jeremymeng closed this Nov 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

Successfully merging this pull request may close these issues.

2 participants