ziqiangliang opened a new pull request, #7391:
URL: https://github.com/apache/gravitino/pull/7391

   This PR fixes an issue in the test teardown process where database files are 
deleted before properly closing the H2 backend. Deleting files while the 
database connections are still open causes file locking errors, especially on 
Windows systems.
   
   By ensuring that backend.close() is called before deleting the H2 database 
files, this change prevents the "file in use" exceptions and improves test 
stability across all platforms.


-- 
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]

Reply via email to