justinmclean opened a new issue, #7584: URL: https://github.com/apache/gravitino/issues/7584
### What would you like to be improved? Implement rollback logic in the in-memory test store so any failed transaction will restore the previous state, thus ensuring tests don’t leave residual entities behind. Code can be found in core/src/test/java/org/apache/gravitino/storage/memory/TestMemoryEntityStore.java. ### How should we improve? Take a snapshot of the entity map and restore it if an exception occurs. -- 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]
