LuciferYang opened a new pull request, #36867: URL: https://github.com/apache/spark/pull/36867
### What changes were proposed in this pull request? This pr refactor `createTempSecretFile` in `SecurityManagerSuite` to ensure clean `core/temp-secrets/` directory after `SecurityManagerSuite`. ### Why are the changes needed? To ensure clean `core/temp-secrets/` directory after `SecurityManagerSuite`. ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? - Pass Github Actions - Manual test run following commands: ``` mvn clean install -DskipTests -pl core -am mvn clean test -Dtest=none -DwildcardSuites=org.apache.spark.SecurityManagerSuite -pl core git status ``` **Before** The `core/temp-secrets/` directory is not cleaned up **After** The `core/temp-secrets/` directory has been cleaned up -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
