aglinxinyuan opened a new issue, #4759: URL: https://github.com/apache/texera/issues/4759
### Task Summary `StorageUtil` (`common/workflow-core/src/main/scala/org/apache/texera/amber/core/storage/util/StorageUtil.scala`) provides loan-pattern wrappers (`withReadLock`, `withWriteLock`, `withLock`) but currently has no unit tests. Add `StorageUtilSpec` covering: - Each wrapper executes the block and returns its value - Each wrapper releases the underlying lock even when the block throws ### Priority P3 – Low ### Task Type - [x] Testing / QA -- 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]
