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

Commits on Nov 30, 2023

  1. [test] fix flaky test writing temp files

    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.
    jeremymeng committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    158bc2e View commit details
    Browse the repository at this point in the history